Hi guyz, I experiencing a wierd error as shown above. I have an application developed with VS2003(with frame work 1.1), however, on this same computer I have also installed VS2005(with framework 2.0). The funny thing is whenever I try to run the VS2003 application it breaks with the above error.
From my research, I'm suspecting that there could be either a conflict between the two frameworks(i.e 1.1 & 2.0) or there's a datacomponent is either over-written when VS2005 is installed.
Initially, I used to experience this problem when I deploy two apps developed from two different framework but now it has reached to a level that I can not even run the VS2003 on the same computer with VS2005.
Please can anyone show how to go round this problem for I have even tried formatting and re-installation.
Bechir BejaouiPosted Mar 17, 2009, 11:54 AM
Kevin OmoloPosted Mar 16, 2009, 2:41 AM
Please let me know how I would implement your suggestion. How easy is it to effect this change at the development computer. would it involve editing the assemblyinfo file or the configuration file?
Please help..
Bechir BejaouiPosted Mar 14, 2009, 6:33 AM
After this modification the 2.0.0.0 version services are consumed instead of the 1.0.0.0 one but in a condition that the client is compatible with the assembly I mean the client refers to classes those already exist in the assembly else you will recieve the no reference to object error