Visual Basic 2005

  • Thread starter Thread starter Jan Steding
  • Start date Start date
J

Jan Steding

Hello NG,

i have written a programm in vb 2005 express to convert .txt into
..xls-files. now the problem ist that the target pc doesn´t allow to
install dot.net fgramework 2. Missing admin rights .-/
Is there any chance for me to kompile the programm an other way with all
the files and dlls that i didn´t need dot.net 2?

best regards.

Jan
 
Not that I'm aware of, sorry.

Note that this forum is apparently for VB6.
..NET-related posts should use ".dotnet." forums

Al
 
i have written a programm in vb 2005 express to convert .txt into
.xls-files. now the problem ist that the target pc doesn´t allow to
install dot.net fgramework 2. Missing admin rights .-/
Is there any chance for me to kompile the programm an other way with all
the files and dlls that i didn´t need dot.net 2?
No the same as it does not run on a MS Dos computer, the right OS has to be
on the system.

Win98/Net2 or newer versions of that
NT4/SP6/NET2 or newer versions of that

I hope this helps,

Cor
 
Does the windows update site download and install as "Administrator"? If
so, you can install .NET 2.0 from there.

Mike Ober.
 
Hi,
Does the windows update site download and install as "Administrator"? If
so, you can install .NET 2.0 from there.

good idear, but the 4ma uses wsus .-/

Jan
 
The DOTNET 2.0 runtime is also available via WSUS. You need to get your
system admins to approve it for install.

Mike.
 
Back
Top