Link to home
Start Free TrialLog in
Avatar of apollo7
apollo7Flag for United States of America

asked on

CRM 2011 Custom Code

We are using CRM 2011, RU14 and a lot of custom code.  We use Visual Studio and Solution Packager to build a package to copy and install on other servers.  

The builds are going good but I have started getting this error, which causes my build to fail.  If anyone has encountered this in CRM 2011 custom development, let me know how you got by it.  Note: we don't use the GAC

The error is: Cannot generate serialization assembly {AssemblyName}.XmlSerializers.dll because it already exists. Use /force to force an overwrite of the existing assembly.

Thanks
SOLUTION
Avatar of Rikin Shah
Rikin Shah
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of apollo7

ASKER

Rikin

I have done this and it still tries to generate the assembly.

I also did an IISREST, removed the dll referenced in the error (on the E: drive), looked in the GAC, %windir%/windows/assembly and didnt see anything related to the code (the original programmer told me the GAC is not used), - I see the Microsoft.sdk.proxy.XmlSerialization assembly but did not uninstall it

There is lots of advice in Technet, MSDN, etc but not sure which might work
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of apollo7

ASKER

It was a error specific to our system, unique TFS setup