Page 1 of 1

vb2008

Posted: Thu Oct 22, 2009 2:01 pm
by 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

Re: vb2008

Posted: Thu Oct 22, 2009 6:04 pm
by 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.

Re: vb2008

Posted: Thu Oct 22, 2009 6:13 pm
by 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

Re: vb2008

Posted: Thu Oct 22, 2009 6:21 pm
by Nery
It may disable the XP effects and some controls... I don't know, never tried.

Re: vb2008

Posted: Fri Oct 23, 2009 6:28 am
by utilities
tnx for helping me...

Re: vb2008

Posted: Wed Nov 25, 2009 3:23 am
by hack12345
thank you i did not know that