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

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.
 
I

Ilya Tumanov [MS]

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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top