Has anyone had success is implementing this sample code?:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmbscrm/html/mbs_crmappdup.asp
I simply dumped it into a folder on the CRM server under wwwroot. And try to
run it from there (at this point I'll run it manually, I dont need a button
via ISV). My biggest problem is understanding the step "Add Assembly as
Reference to Solution". What exactly am I suppose to add? And where do I
place this?
Even to that, I still get errors. The first one was that it can't load:
prjTechConference2002MSCRMSDKDemoWeb.ISVDuplicateCheck
so on ISVDuplicateCheck.aspx on the <%@ Page > tage I added
Src="ISVDuplicateCheck.aspx.cs" (seems like CodeBehind doesn't point
properly). After that I got a new error:
CS0246: The type or namespace name 'ISVAccount' could not be found (are you
missing a using directive or an assembly reference?)
I don't know how to fix this, but even if I did, I bet it would produce
another error. I posted this before and only got one reply that it worked
for him (nothing more nothing less).
Any help would be greatly appreciated
thx,
Gary