1 Attachment(s)
[RESOLVED] Application problem on other PC
Hello!
I'm trying to learn little SQL database with VB form application.
I made a little test application and publish it. On my PC works normal after installing. But when I tried to install the app on my wifes PC I get this error message :eek:
Please, what does this mean? Is this something connected to app directly or not? In "Prerequisites..." I don't see nothing like this :afrog:
Thanks and regards,
Ivo
Re: Application problem on other PC
She needs the latest version of the 4.0 framework on her computer because it looks like you designed it in VS2010.
Re: Application problem on other PC
Quote:
Originally Posted by
ForumAccount
She needs the latest version of the 4.0 framework on her computer because it looks like you designed it in VS2010.
Yes, you are correct :o
How come there is no this in prerequisites?
3.5 sp1 is the only one I have to chose in prerequisites.
To avoid this problem, what is the best to chose when I make a new app?
framework 2.0, 3.0, or 3.5 - this is what I can chose beside 4.0 :thumb:
Re: Application problem on other PC
For anything you plan to distribute right now, I would use 3.5. The 4.0 version is still in early beta, and many things subject to change before it is final.
Re: Application problem on other PC
Quote:
Originally Posted by
kleinma
For anything you plan to distribute right now, I would use 3.5. The 4.0 version is still in early beta, and many things subject to change before it is final.
Thanks!
Thanks to all for quick reply!
:wave: