Ms Dynamics Solomon V7.0 have already used .Net Framework as their interface, but unfortunately, for customization mode they are still using VB compiler :( . But it’s OK since I could create VBRDT in Vis Studio .Net 2005 :) .

Actually you have to be careful customizing Ms Dynamics Solomon V7.0. They .Net Framework features make you couldn’t use the share source codes or executable files without make them ‘full trust’ first. To make enable, please run below script:

CasPol.exe -pp off -m -ag 1.2 -url “//servername/*” FullTrust

You could easily type it in command prompt from  SDK command prompt. It will set the path default to the needed path.

SDK

I guess it’s also useful for .Net developers who’d like to share theirs executable and source codes, isn’t it?

Have a nice try :)