 |
JLRodgers Level: Moderator
 Registered: 04-04-2002 Posts: 1617
|
Re: New Name but Old Song Archived to Disk
The VS.NET (VC, VB, and the like) uses the .NET framework. This framework is freely downloadable from microsoft last I knew.
It needs to be installed on the machines for the program to work (similar to VB6 runtime files needing to be installed). Microsoft's product update site's starting to include the framework as a "recommended" update for their products also I believe.
Once it's installed, all programs created within the VS.NET should work on the computer.
|
|
14-04-2002 at 12:45 AM |
|
|
JLRodgers Level: Moderator
 Registered: 04-04-2002 Posts: 1617
|
Re: New Name but Old Song Archived to Disk
Doubtful... In order for a program to run, the DLLs need to reside on the PC. I had a similar problem with VB6. Management didn't want to install the VB6 runtime files on PCs because they didn't want to mess them up, took forever to convience them otherwise.
You could try put the program on a .NET ready PC/Server, and placed a shortcut to the program on the individual PCs, it'd still need the DLLs to run (although it may work, but highly unlikely - didn't for VB6).
Although you may be able to manually (or create a VB6/VC6 program) to create the .NET DLL references across the network (it'd have to be done on all PCs). This does work for some types of DLLs -although the .NET is more of a OS upgrade than a program upgrade.
Of course, if the network has a glitch, or the user cann't access the server, they may have all types of error messages popping up when they log on.
Strange situation you have, they have .NET but don't want to use the .NET files that are required for programs to run without testing.
[I installed the .NET files on a Win98 machine a while back, didn't even notice anything different, other than the hard drive space that was taken up, and a new add/remove option.]
Maybe someone else has a solution.
|
|
15-04-2002 at 05:31 PM |
|
|
|
|
 |
 |