>I have a .NET 1.1 project that I'd like to compile on Visual Studio 2005
>Pro. In VS2003 I created a form and dragged the WebBrowser control onto
[quoted text clipped - 12 lines]
> environment and it's a large project... I just don't have the time to do
> it. :(
Your best bet by far is to (re)-install Visual Studio 2003 - it can coexist
with 2005 with no problems (although I have to add, I've never installed
2003 after 2005, so I wouldn't be shocked if a repair-install of 2005 after
installing 2003 was necessary).
There are some hacks out on the net to target the 1.1 runtime from within
2005, but I have a suspicion that they wouldn't help your particular
problem - I think you need the 2003 compiler (unfortunately, /clr:oldSyntax
is not 100% compatible with 2003 - it should be, but it's not. And please
don't ask for particulars as I don't know them - I just know that a variety
of incompatibilities have come up on the newsgroups in the last 6-12
months).
-cd