Dave Hawes Blog
It is all about delivering

A fix for the MSCrm 4 Developer toolkit devbuild.bat not building

February 10, 2010 14:06 by davehawes

I have just been setting up a new Crm project using the MS Crm4 Developer toolkit. Hats off to the guys at MCS, its a great bit of work and is packed full of amazing features which if used properly will ensure extra quality and best practice in the development of a Crm4 solution.

However I did have a bit of a problem with it which I have managed to fix – the default DevBuild.bat MSBuild script would not register my plugins if I ran my Crm server on any port other than 80!

I had followed the documentation about changing the server names etc. but whenever it tried to register my plugins the build failed.

It turns out that the MSCrm 4 Developer toolkit will only play nicely out of the box if you are running Crm on port 80, I am running on port 5555 though! After More...


Tags:
Categories: MS CRM4 | MS CRM | MSBuild
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

MSCRM - How to debug onload javascript (or in fact any javascript)

August 27, 2008 08:03 by davehawes

This is a very short but I believe very useful post. How do you step into javascript code that you have written for the onload / onsave event.

Make sure that your IE advanced options has 'Disable Script Debugging' unchecked. More...


Tags:
Categories: debug | Javascript | MS CRM
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed