OnPremises Dynamics CRM.
I have sucessfully created a plugin that modifies the account record.
Plugin1
+Test()
So when i call the above the Test method is called (it throws a specific exception 'this test worked')
However, when i create a new Project called Accounts within the solution and call Test() in that everything compiles perfectly ok. But when I publish it i get a fatal error:
Plugin1
+Accounts.DLL
++Test()
So, what is the recommened/supported way of doing this? Can it be done at all?
I don't want to use Azure because i don't have the time to invest, we are more interested right now in getting this up and running as a Phase1 as quickly as possibe. WCF is an optoin though and one i am seriously considering right now.
PS: Some background I have Tried; copying to local bin folders on server/ilmerge/xrmtoolkit/msdevcrmtoolkit/shared prjects - all fail one way or another. Ilmerge doesn't produce any output but says it merged everything into bin/debug. SharedProjects builds but on deploy errors with 'illegal charcters in path' (there aren't any i can see).