VBResource Kit

  • Thread starter Thread starter Steve Sprague
  • Start date Start date
S

Steve Sprague

I downloaded a free file from Microsoft called VBResource Kit. It has
examples etc...
When I try to install it, it tells me that it needs .NET Framework Version
1.1.4322, as best as
I can tell I have Version 1.0.3705. The Resouce kit needs to use 1.1.4322.
Can I get that new Framework
and install over what I have with no negative consequences ??

Thank you
Steve
 
* "Steve Sprague said:
I downloaded a free file from Microsoft called VBResource Kit. It has
examples etc...
When I try to install it, it tells me that it needs .NET Framework Version
1.1.4322, as best as
I can tell I have Version 1.0.3705. The Resouce kit needs to use 1.1.4322.
Can I get that new Framework
and install over what I have with no negative consequences ??

Both versions of the Framework can be installed on the same machine
without problems.

Notice that VS.NET 2002 cannot be used with .NET 1.1, it will still
require the .NET Framework 1.0 and will create .NET 1.0 assemblies.
 
if you install the new framework it will NOT hurt your current dev
environment... the only thing will be you can NOT use the new features of
the new version 1.1 framework... so if you try to you will get a compile
error because the function will not be noticed in your framework version 1.0
compatable assembly.. so there are no negative consequences to installing
version 1.1 over 1.0 of the .NET framework..


Steve Sprague said:
Let me include the Help Box and see if the new Framework is compatible and
will not hurt my current version of VB.NET. Sorry for the confusion.
Attached is a pic of the Help Box. I hope this is appropriate.
Thank you
Steve
 
Brian... thank you. Could you briefly elaberate on the new features of this
framework or link me to a place where I can read it myself?
Thank you !!
Steve

Brian Henry said:
if you install the new framework it will NOT hurt your current dev
environment... the only thing will be you can NOT use the new features of
the new version 1.1 framework... so if you try to you will get a compile
error because the function will not be noticed in your framework version 1.0
compatable assembly.. so there are no negative consequences to installing
version 1.1 over 1.0 of the .NET framework..
 
If I installed the VS .NET Enterprise edition (2001/2002), then is there a
problem in installing the VB Resource Kit ?
 
as brian said
the samples of the resource kit that use only 1.0 features will work, the
ones that use 1.1 only features wont. i fear the only way to know for sure
is to test the resources you want to use ( if they don't work you'll know w
the prob is)

eric
 
Back
Top