Another Microsoft Dynamics Mobile Blog

Blog about Microsoft Dynamics Mobile

Tag >> visual studio

Today I published a new tool in the download section.

It allows developers to catch UserRole.xml errors during compilation instead of runtime.

 Please try it out and tell us if it works for you and if it helps you ;)


Multiple tasklets per project

Posted by: laurentl in visual studioTools on

Something that some partners are not aware of is that you can have more than one Tasklet class per dll.

There is by default no easy way to add new Tasklets in projects. To  add one, you need to create a new Class, set it to extend Tasklet, override some methods... Then you also have to create the "view" class. To do that, you can create a new User Control and change it to extend TaskletView instead.

 


Download section

Posted by: laurentl in visual studio on

Today I've added a new section on the site where I will post tools to help development productivity.

 

The first "tool" is a new set of templates that fixes a little line that is missing in the default template since 1.5 and also one template for people that don't want to use the mvp pattern (no use of interface in the tasklet).