XP vs Vista, program compatibility
XP vs Vista, program compatibility
I made an app, which works for all vista users ive sent it to. however, it crashes on startup for any xp users i send it to. The app is made in VB08.
Any ideas how i should build it so that it will work for both operating systems?
thanks in advance.
Any ideas how i should build it so that it will work for both operating systems?
thanks in advance.
conure says: or i could jsut incase my shoes in papar mache, followed by my dog
|||Lethargy||| Mr. Mohawk|||
|||feel free to contact me via PMs, AIM, MSNM, or Xfire if you have any questions|||
I'm bumping this because someone here must know... sorry if it's a newbish question, but that should just make it easier to answer. Any suggestions/questions about the situation would be appreciated.
conure says: or i could jsut incase my shoes in papar mache, followed by my dog
|||Lethargy||| Mr. Mohawk|||
|||feel free to contact me via PMs, AIM, MSNM, or Xfire if you have any questions|||
thanks for the response dos mes. would there be a way of salvaging my project to work with 2.0?dos mes wrote:08 languages use .net framework 3.0 (maybe 3.5?). Most XP users would only be running 2.0...if even. I suggest that when starting a new project, at the top right of the project dialog box, change the framework to 2.0.
For now, they would have to download and install the required framework.
hmm, just tried creating a new project, and i didn't see any framework options. Where and how can i set them? if there is a website somewhere that helps with this, please drop me a link so i wont be bothering you guys anymore... thanks for the help i really want my programs to be compatible, or whats the point...
conure says: or i could jsut incase my shoes in papar mache, followed by my dog
|||Lethargy||| Mr. Mohawk|||
|||feel free to contact me via PMs, AIM, MSNM, or Xfire if you have any questions|||
well this is unfortunate... to google!
edit: found this pic online:
do i not have the combo box because im using express edition or something?
conure says: or i could jsut incase my shoes in papar mache, followed by my dog
|||Lethargy||| Mr. Mohawk|||
|||feel free to contact me via PMs, AIM, MSNM, or Xfire if you have any questions|||
Yes! I finally found the framework settings, thanks guys. For future reference, click your project properties and go to the compile section. At the bottom the is a button called Advanced Compiler Settings. Click that button, and in the dialog it opens is a combobox containing the framework to which you want to build.
conure says: or i could jsut incase my shoes in papar mache, followed by my dog
|||Lethargy||| Mr. Mohawk|||
|||feel free to contact me via PMs, AIM, MSNM, or Xfire if you have any questions|||
-
- Posts: 5426
- Joined: Sat Jul 24, 2004 12:12 pm
- Location: I'm a Paranoid
- Contact:
Probably to most programmers, but i just do it on and off, can't even really call it a hobby...Patrickssj6 wrote:Common knowledge.
also: i changed the framework to 2.0, saved, reloaded the project, built it, and gave it to two xp users, crashed for both. gave it to a vista user, worked fine. I'll check if they don't have 2.0, but that would surprise me. Is there something I'm missing?
conure says: or i could jsut incase my shoes in papar mache, followed by my dog
|||Lethargy||| Mr. Mohawk|||
|||feel free to contact me via PMs, AIM, MSNM, or Xfire if you have any questions|||
I think I remember seeing an article on code project about targeting 2.0, and you had to get rid of some references in the project. Also make sure you have every project in your solution targeting 2.0(if you have multiple projects). So try searching on www.thecodeproject.com and hopefully you'll find it.