Version 2.0 is not a compatible version

  • Thread starter Thread starter Sri
  • Start date Start date
S

Sri

I have developed a application using compact framework(pocket pc -
VS2003)
I tried to migrate the application to .NET 2.0. I used the wizard in
Visual studio 2005.
All the projects in the solution migrated successfully.
I have a Project for UI and a project with a resource file(Satellite
assembly). The UI project reference the project with the resource file.
After the migration when I compile the solution it says, Metadata file
'd:\Srinivasan\Language\bin\Debug\Language.dll' could not be opened --
'Version 2.0 is not a compatible version.'

When I add reference to the old dll(created using vs2003), it works. I
dont understand the reason for the above mentioned problem. Can anyone
help??

Thanks
Sri
 
VS 2005 converts VS 2003 projects to V1 project type if it's available for
particular platform.

V1 projects can not use V2 DLLs. You should upgrade to V2, there's menu item
in project explorer to do that.


--
Best regards,


Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 
Back
Top