Hi,
We are doing upgrade from CRM 4.0 to CRM 2011. We have got visual studio solution for CRM 4.0 from client which consist of many projects(for Plugins, Data access, Business layer etc.), In one of the project client has created early bound
class templates which has 3 files
1.CrmEntities.Crm.part.cs(entities and attributes),
2.CrmEntities.L2SQL.part.cs(generated by SQLmetal.exe for linq),
3.CrmEntities.List.cs(consist constants)
All above files was created by tool. First two files has same namespace and third file which has different namespace is being referred in the first two files. I need to create similar files for CRM 2011 as all these files being referred
in remaining project. I have created first and third file using crmsvcutil.exe and second file using SQLmetal.exe. But when I put all files together in a project I am getting partial class error as first two files has same namespace which
is required, let me know what parameter is required to create first two files and how can I refer third file in the first two files.
Thank you in anticipation
Pinku Kumar