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

Re: Duplicate Check Example by John

John
Tue Aug 19 15:05:13 CDT 2003

Gary

the assembly its talking about is the microsoft.crm.proxy.dll

without looking at the code you need to load the solution into visual
studio.net and then go to projects, add references and add a reference to
the dll.

once that is done the code can then make calls into crm

If you are new to .net coding you may want to start with one of the easier
examples that can be run like an application rather than through the web
sites. You will find these examples on msdn as well. Pick one that simply
reads data from crm then displays it




"Gary" <gary.rey@NOOOOSPAM.virtium.com> wrote in message
news:eLEBg7mZDHA.2592@TK2MSFTNGP09.phx.gbl...
> Has anyone had success is implementing this sample code?:
>
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmbscrm/ht
ml/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
>
>