PC Review


Reply
Thread Tools Rate Thread

cant get vb.net exec to run okay on w98

 
 
desperate
Guest
Posts: n/a
 
      11th Dec 2003
I created an vb.net exec on an xp machine. I've tried to
run it on a w98 machine. The program executes and
everthing is okay until i click on a command button. I
then get "systemIO file not found exception. File or
assembly name microsoft visualbasic compatibility or one
of its dependencies not found" What file(s) is the W98
looking for. I did download and install the net 1.1 on
the w98 machine but the error still pops up. ????????
 
Reply With Quote
 
 
 
 
Dhaval Faria
Guest
Posts: n/a
 
      12th Dec 2003
This error is occuring becasue you must have used System.IO namespace in
your application code, this will work fine with the Windows NT based OS,
becasue they are having File Services which are running and which are
accessible through System.IO namespace, whereas Windows 9x not having any
services running, so you won't be able to use System.IO namespace.

Dhaval Faria
Founder, Programmer
Hirdhav (http://www.hirdhav.com)
Microsoft India Community Star

"desperate" <(E-Mail Removed)> wrote in message
news:124d701c3c032$f49e03c0$(E-Mail Removed)...
> I created an vb.net exec on an xp machine. I've tried to
> run it on a w98 machine. The program executes and
> everthing is okay until i click on a command button. I
> then get "systemIO file not found exception. File or
> assembly name microsoft visualbasic compatibility or one
> of its dependencies not found" What file(s) is the W98
> looking for. I did download and install the net 1.1 on
> the w98 machine but the error still pops up. ????????



 
Reply With Quote
 
Armin Zingler
Guest
Posts: n/a
 
      12th Dec 2003
"Dhaval Faria" <(E-Mail Removed)> schrieb
> This error is occuring becasue you must have used System.IO namespace
> in your application code, this will work fine with the Windows NT
> based OS, becasue they are having File Services which are running and
> which are accessible through System.IO namespace, whereas Windows 9x
> not having any services running, so you won't be able to use
> System.IO namespace.


Um.... I don't think this is true. System.IO encapsulates basic file i/o
functions that are definitely also available on previous OSes.

Apart from this, the availabilty is not determined by the namespace, but it
can be retrieved from the documentation of the specific class. For example,
the "Platforms" paragraph at the bottom of the File class is:

"Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows
2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003
family, .NET Compact Framework"

--
Armin

http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

 
Reply With Quote
 
Dhaval Faria
Guest
Posts: n/a
 
      12th Dec 2003
hmm, thanks for lettming know, was not knowing about that stuff.. and sorry
for the wrong answer.

--
Dhaval Faria
Founder, Programmer
Hirdhav (http://www.hirdhav.com)
Microsoft India Community Star

"Armin Zingler" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "Dhaval Faria" <(E-Mail Removed)> schrieb
> > This error is occuring becasue you must have used System.IO namespace
> > in your application code, this will work fine with the Windows NT
> > based OS, becasue they are having File Services which are running and
> > which are accessible through System.IO namespace, whereas Windows 9x
> > not having any services running, so you won't be able to use
> > System.IO namespace.

>
> Um.... I don't think this is true. System.IO encapsulates basic file i/o
> functions that are definitely also available on previous OSes.
>
> Apart from this, the availabilty is not determined by the namespace, but

it
> can be retrieved from the documentation of the specific class. For

example,
> the "Platforms" paragraph at the bottom of the File class is:
>
> "Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition,

Windows
> 2000, Windows XP Home Edition, Windows XP Professional, Windows Server

2003
> family, .NET Compact Framework"
>
> --
> Armin
>
> http://www.plig.net/nnq/nquote.html
> http://www.netmeister.org/news/learn2quote.html
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
auto exec.nt kittentow Windows XP Hardware 1 8th Aug 2004 09:42 PM
WOW exec =?Utf-8?B?dHlsZXI=?= Windows XP Help 2 12th Apr 2004 01:03 AM
GMT.EXEC ERROR Fred Microsoft Windows 2000 CMD Promt 1 28th Sep 2003 04:06 AM
Re: exec-ing in C++ lallous Microsoft VC .NET 1 8th Sep 2003 06:33 PM
Re: exec-ing in C++ Sin Microsoft VC .NET 0 8th Sep 2003 04:05 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:16 PM.