Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hello,

 

Im new to VB, but with experience with a few other languages.

 

Im having some trouble wiht VB .NET's compilation process.

 

according to my manual, all thats necessary is to set it for Release version and click Build solution.

 

 

the .exe file that is produced runs perfectly on the computer it was built on, but will not work on any other computer.

 

Ive attempted this with several different programs, including a simple "hello world" with the same problem.

 

 

any suggestions?

  • *Experts*
Posted
All the computers need to have the framework installed in order to work. You can download it for free from MS's site, so you need to do that first.
  • *Experts*
Posted
I'm not experienced with making setup projects, but I'm fairly sure it has to be installed separately. You can provide a link to download it, or if you are distributing a CD, put the setup file on the CD.
  • *Experts*
Posted
Not true. I don't see people complaining when games require DirectX, though that is just as big, or bigger. It's the same thing really.
Posted

Good point

thanks ill play with it a bit.

 

Although it still seems it would be a issue, since they cannot even run the setup file untill after they have installed the framework

  • *Experts*
Posted
It's a bit of a drawback, sure, but it's the price you pay for such flexibility. You can't really have all the functionality that .NET has without leaving a sizable footprint.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...