Build Error -- 'Version 2.0 is not a compatible version'

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Migrating Compact Framework solution from Framework 1.1. In solution, have
re-referenced all compact framework dlls to now point to ver 2.0 dlls. When
building, get the following message: "Could not open <the version 2.0 dlls>
-- Version 2.0 is not a compatible version." My guess is that there is
attribute set somewhere under the hood with a hard-coded value of 1.x. Any
suggestions would be greatly appreciated.
 
Here's the most reliable way to migrate solutions to NETCF:



1. Create new empty NETCF project (s).

2. Add all the files from your old project(s) to this brand new one.

3. Add required references.


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