There is not a wizzard like there is for 1.0 to 1.1 but you should be able to create a new project in VS2002 and then add the files needed to it. It will give errors on anything not compatible with VS2002 (Example System.Data.ODBC)
Tell me and I forget. Show me and I remember. Involve me and I understand.
- Anonymous Chinese Proverb
-----------------------------------
If you can't explain it simply, you don't understand it well enough.
- A. Einstein
you can force the app to use the 1.0 dll's. Check in the app.config file. It does it by default vs 2002. if i find how to do it i will post it.
HTH,
Bueller
Here is a way to force it. i do not know if this works in 2003 but it should.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<requiredRuntime version="v1.0.3705" safemode="true"/>
</startup>
</configuration>
HTH,
bueller
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.