Is there an easy way to have a project compile under framework 1.1 instead of 2.0
I created a (vb class library) project, added some files, deleted the references to the 2.0 library in project...properties...references and added references to the 1.1 DLLs but am still getting errors that the 2.0 framework is still being referenced somewhere:
Error 4 Reference required to assembly 'System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing type 'System.ComponentModel.MarshalByValueComponent', but a suitable reference could not be found due to ambiguity between 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.dll', which is referenced by project 'Data.2', and 'C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll', which is referenced by project 'Data.2'. If both assemblies are identical, try replacing these references so both references are from the same location. D:\src\j2\J2.Data\SQLTableSchema.vb 511 24 Data.2

Simple way to compile project with framework 1.1?
Blue The Dog
The URL has a " " (space) at the end which the weblog code seems to choke on. Removing the space seems to get to the correct post.
http://forums.microsoft.com/msdn/ShowPost.aspx PostID=19231
DeepsB
http://forums.microsoft.com/msdn/ShowPost.aspx PostID=19231
Vikram