Another Microsoft Dynamics Mobile Blog

Blog about Microsoft Dynamics Mobile

Tag >> Tools

Today I've added a new tool in the download section. This tool is to help testing handlers by submitting request documents from the desktop instead of sending them from the device.

 

Laurent


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.