-
Building with VB2005
I test out vb2005 a long time ago and I liked it. The only thing was that it used .net 2.0 for its projects. I didnt like that because then most people didnt have it so they would be required to download it. Is there a setting that I can change so that I can build programs for .net 1 in vb2005?
Thanks
John
-
Re: Building with VB2005
No settings to change, but you would have to put the v1.1 .NET components in the toolbox, drag those and NOT the 2.0 ones, and make sure that when you decide to publish that you do not have the v2.0 framework as a dependancy.
I think that the v2.0 should be utilized instead of the 1.1 anyways, so the small price to pay is to install it once and never have to worry about it again. Just put the v2.0 install on the server or whatever and have everyone run it before they go home at night.