Hi
I am trying to debug a script component, the script component is to get data from Dynamics CRM online, using the Xrm objects provided in the CRMSDK, I have run the crmsvcutil to created the Xrm early bound classes.
The code works, but it has required some creative methods to debug the code. Any changes that I do will also require the same methods, it would be really nice if I could just debug the code in the usual way, but something in the early bound classes is causing the is causing a proxy object to be created for the account entity instead of whatever the entity that is being called is
This only happens in SSIS, I have ported the code over to a console app, and it works fine, just when it is in SSIS script component it throws the exception, which is
A proxy type with the name account has been defined by another assembly. Current type: XXXX_OutSp.Account,
Any help much appreciated
Andy
CRM 4, SQL Server and .Net developer using C#