473,320 Members | 1,838 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

.vbprog not installed! VB 2005 - URGENT

I converted a VB 03 app to VB 05 app successfully. It worked fine on my
machine at home.
I made a complete copy of the folder, copied to the machine at work and
loaded the solution .SLN. I got the error "The application for project
whatever.vbprog is not installed...."
I checked and whatever.vbprog is included in the folder.
I never had this problem with VS 2003.

Any help is greatly appreciated.

Bill
Mar 30 '06 #1
4 1755
VB project files have the extension 'vproj'. Perhaps the problem is that it
has the wrong extension.
You can also just manually associate the file type with VS

"Bill Nguyen" <bi*****************@jaco.com> wrote in message
news:Ok**************@TK2MSFTNGP12.phx.gbl...
I converted a VB 03 app to VB 05 app successfully. It worked fine on my
machine at home.
I made a complete copy of the folder, copied to the machine at work and
loaded the solution .SLN. I got the error "The application for project
whatever.vbprog is not installed...."
I checked and whatever.vbprog is included in the folder.
I never had this problem with VS 2003.

Any help is greatly appreciated.

Bill

Mar 30 '06 #2
Marina;

You're correct. I have the following files in the folder:

myApp.sln
myApp.suo
myApp.vbproj
myApp.vbproj.user

These were converted from VS03 to VS05 in another machine and they ran fine.
Is there any special requirement regarding copying to another machine? I
used a flash card to hold the copy.

Thanks

Bill

"Marina Levit [MVP]" <so*****@nospam.com> wrote in message
news:um**************@tk2msftngp13.phx.gbl...
VB project files have the extension 'vproj'. Perhaps the problem is that
it has the wrong extension.
You can also just manually associate the file type with VS

"Bill Nguyen" <bi*****************@jaco.com> wrote in message
news:Ok**************@TK2MSFTNGP12.phx.gbl...
I converted a VB 03 app to VB 05 app successfully. It worked fine on my
machine at home.
I made a complete copy of the folder, copied to the machine at work and
loaded the solution .SLN. I got the error "The application for project
whatever.vbprog is not installed...."
I checked and whatever.vbprog is included in the folder.
I never had this problem with VS 2003.

Any help is greatly appreciated.

Bill


Mar 30 '06 #3
Here's the content of my project petrotel.sln. It works fine in my conputer
at home. I made a copy into a flash card, and ran it on the same machine, it
also worked.
When I loaded the app in the flashcard using my PC at work, I got the "...
vbproj not installed" error message.
Is this a new security feature in VS05 that I need to be aware of?

Thanks

Biill

-----------

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Petrotel",
"Petrotel\Petrotel.vbproj", "{DA7A1149-D928-4B9C-BFFB-C90CA2A1ED98}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA7A1149-D928-4B9C-BFFB-C90CA2A1ED98}.Debug|Any CPU.ActiveCfg = Debug|Any
CPU
{DA7A1149-D928-4B9C-BFFB-C90CA2A1ED98}.Debug|Any CPU.Build.0 = Debug|Any
CPU
{DA7A1149-D928-4B9C-BFFB-C90CA2A1ED98}.Release|Any CPU.ActiveCfg =
Release|Any CPU
{DA7A1149-D928-4B9C-BFFB-C90CA2A1ED98}.Release|Any CPU.Build.0 =
Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

"Marina Levit [MVP]" <so*****@nospam.com> wrote in message
news:um**************@tk2msftngp13.phx.gbl...
VB project files have the extension 'vproj'. Perhaps the problem is that
it has the wrong extension.
You can also just manually associate the file type with VS

"Bill Nguyen" <bi*****************@jaco.com> wrote in message
news:Ok**************@TK2MSFTNGP12.phx.gbl...
I converted a VB 03 app to VB 05 app successfully. It worked fine on my
machine at home.
I made a complete copy of the folder, copied to the machine at work and
loaded the solution .SLN. I got the error "The application for project
whatever.vbprog is not installed...."
I checked and whatever.vbprog is included in the folder.
I never had this problem with VS 2003.

Any help is greatly appreciated.

Bill


Apr 6 '06 #4
I just found that the petrotel.suo file contains many paths pointing to the
driver letters in machine at home. For example, the flashcard was assigned
letter H: at hoem and letter G: at work.

my problem is rather simple: How can I move a VS 05 project from 1 machine
to another.
Please help!

Thanks

Bill

"Bill Nguyen" <bi*****************@jaco.com> wrote in message
news:uN**************@TK2MSFTNGP03.phx.gbl...
Here's the content of my project petrotel.sln. It works fine in my
conputer at home. I made a copy into a flash card, and ran it on the same
machine, it also worked.
When I loaded the app in the flashcard using my PC at work, I got the "...
vbproj not installed" error message.
Is this a new security feature in VS05 that I need to be aware of?

Thanks

Biill

-----------

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Petrotel",
"Petrotel\Petrotel.vbproj", "{DA7A1149-D928-4B9C-BFFB-C90CA2A1ED98}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA7A1149-D928-4B9C-BFFB-C90CA2A1ED98}.Debug|Any CPU.ActiveCfg =
Debug|Any CPU
{DA7A1149-D928-4B9C-BFFB-C90CA2A1ED98}.Debug|Any CPU.Build.0 = Debug|Any
CPU
{DA7A1149-D928-4B9C-BFFB-C90CA2A1ED98}.Release|Any CPU.ActiveCfg =
Release|Any CPU
{DA7A1149-D928-4B9C-BFFB-C90CA2A1ED98}.Release|Any CPU.Build.0 =
Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

"Marina Levit [MVP]" <so*****@nospam.com> wrote in message
news:um**************@tk2msftngp13.phx.gbl...
VB project files have the extension 'vproj'. Perhaps the problem is that
it has the wrong extension.
You can also just manually associate the file type with VS

"Bill Nguyen" <bi*****************@jaco.com> wrote in message
news:Ok**************@TK2MSFTNGP12.phx.gbl...
I converted a VB 03 app to VB 05 app successfully. It worked fine on my
machine at home.
I made a complete copy of the folder, copied to the machine at work and
loaded the solution .SLN. I got the error "The application for project
whatever.vbprog is not installed...."
I checked and whatever.vbprog is included in the folder.
I never had this problem with VS 2003.

Any help is greatly appreciated.

Bill



Apr 6 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: michael newport | last post by:
I have installed php-4.3.3RC1 on Suse 8.2, and everything went fine even the make install, but I do not see the new version in yast2 software packages, it still has the old version 4.3.1 any...
3
by: Chuck Arney | last post by:
After installing Office 2003 PRO and attempting to run SETUP to install the Visual Studio Tools for Office version 2003, I get the error message "Your computer must have Microsoft Office...
5
by: mscertified | last post by:
I've just started trying to use .NET. It was installed on my PC by our desktop support group who have no experience with .NET. It appears they did not install ASP.NET since a test page displays the...
9
by: Michael A. Covington | last post by:
What is the best way to test whether .NET 1.1 is installed on someone's machine? I'd like to give him a small program to run to test this, and based on the answer, he'll download either the big...
2
by: j.b.messina | last post by:
This has not yet been published by Microsoft. It will be published within the next few weeks, mainly because I asked them to. I felt this was information badly needed, and I think this is the...
3
by: Hugo Mind | last post by:
Hi, Is there a way through the web to find out if a client has the framework 1.1 installed ? I want people to download an installer for our software which includes the framework 1.1 if they...
22
by: EP | last post by:
When running my asp.net hosting service (asp.net without IIS), on server 2003 with IIS not installed, I get the following when trying to process a request. "System.DllNotFoundException: Unable to...
7
by: ray well | last post by:
how can i test during install time if the .NET Framework 2.0 has been installed. i'm assuming it is in the registry somewhere, but i don't know where to look, what to look for, and how to test for...
7
by: Academia | last post by:
I was told that SqlServer express should get installed when VS2008Pro is installed (that is it is on the same DVD). I had a couple of errors during vs2008's installation and I don't see any...
4
by: pwu | last post by:
Hi, I am doing an automated scan of a large number of UNIX machines which can be Solaris, AIX or HPUX. I want to find out for a machine via a script if: 1) DB2 is installed? 2) If installed...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.