Vs .net 2003

Ace Master

Well-known member
Joined
Aug 28, 2003
Messages
140
Hi.

Couple of days ago I installed the VS .net 2003. The problem is that the applications made with this cant seems to work on the other computers with framework 1.1 installed.

For this ver if VS .net, is needed other ver. of framework installed ?

thanks
 
The .NET Framework v. 1.1 is exactly what you need to run an executable produced with VS 2003.

Are you sure you mentioned the correct version of the incriminated Framework in your post?

Originally posted by Ace Master
Hi.

Couple of days ago I installed the VS .net 2003. The problem is that the applications made with this cant seems to work on the other computers with framework 1.1 installed.

For this ver if VS .net, is needed other ver. of framework installed ?

thanks
 
yes

Of course. On all the computers with framework 1.1 installed the applications made in vb .net standard are working, but those made in vs .net 2003 (VB) dont work. :(
 
Did you include any VB6 controls in your application like file listview, directory listview? If so, take them away and find some other replacements.
 
Re: yes

I really dont know what to say. Theres no reason why they shouldnt work.

Originally posted by Ace Master
Of course. On all the computers with framework 1.1 installed the applications made in vb .net standard are working, but those made in vs .net 2003 (VB) dont work. :(
 
Originally posted by Worrow
Did you include any VB6 controls in your application like file listview, directory listview? If so, take them away and find some other replacements.

...I put a treeview.... This is the reason?

I thought that all the controls are for VB .net 2003
 
I think the treeview is fine(I used it to replace directory listview).

You know, there are some VB6 controls included in vs.net just for backward compatibility. Some of these controls will throw exception when under .Net framework runtime.
 
Back
Top