vb2008

Post your questions regarding programming in Visual Basic 6 in here.
6 posts Page 1 of 1
Contributors
User avatar
utilities
Member
Member
Posts: 45
Joined: Wed Oct 21, 2009 1:23 pm

vb2008
utilities
How to make my vb2008 express edition project works without .net frameworks 2.0 or 3.5.

because I'm tired trying my program with other computer but is not working.

because other computer is not updated.

please can help me. tnx
Image
Image
User avatar
Nery
Co-Admin Moderator
Co-Admin Moderator
Posts: 1117
Joined: Mon Sep 07, 2009 8:11 pm

Re: vb2008
Nery
Just install Frameworks in the other computer, from now, the new microsoft's operating systems already come with Framework, only XP doesnt... Framework will be something integrated with OS and you wont have to install it apart anymore.
Download Framework: http://www.microsoft.com/downloads/deta ... laylang=en

I don't think there is a way to use a VB2008 application without Framework, only VB6 and older works without framework.
User avatar
hungryhounduk
VIP - Site Partner
VIP - Site Partner
Posts: 2870
Joined: Mon Jul 27, 2009 11:58 am

Re: vb2008
hungryhounduk
Hi
Try this solution, it came from the VB2008 Express Help files

I think it would be useful to point out that setup projects detect the framework as a dependency and its not always the version you'd expect or want.

This needs to be checked/changed in two locations (vs2008):

Right Click the setup project and select Properties. Click the 'Prerequisites' button and ensure the correct framework is checked.
Under the setup project 'Detected Dependencies' Node double click the 'Microsoft .Net Framework' entry. Check the Version property.


Hope this helps

Chris
Image
User avatar
Nery
Co-Admin Moderator
Co-Admin Moderator
Posts: 1117
Joined: Mon Sep 07, 2009 8:11 pm

Re: vb2008
Nery
It may disable the XP effects and some controls... I don't know, never tried.
User avatar
utilities
Member
Member
Posts: 45
Joined: Wed Oct 21, 2009 1:23 pm

Re: vb2008
utilities
tnx for helping me...
Image
Image
User avatar
hack12345
Just Registered
Just Registered
Posts: 5
Joined: Thu Oct 29, 2009 10:49 pm

Re: vb2008
hack12345
thank you i did not know that
6 posts Page 1 of 1
Return to “General coding help”