Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > An error message I can't understand

Reply
Thread Tools

An error message I can't understand

 
 
=?Utf-8?B?S2VubmV0aCBQ?=
Guest
Posts: n/a
 
      03-12-2005
Hi,

Something has happened with one of my vs.net2003 projects. I can't start it,
it says

"Visual Studio .Net cannot create or open the application because the
current user account is not a member of the VS Developers group on the web
server computer."

This dialog pops up after I try to open the project.

Any ideas?

TIA

Kenneth P
 
Reply With Quote
 
 
 
 
imsinc@gmail.com
Guest
Posts: n/a
 
      03-12-2005
Kenneth, I am not sure why this would suddenly happen and just affect
one project but you can fix it by adding your domain user account to
the VS Developers group on your web server. If you are connecting to a
non-local server, that could very well be the problem. If it is local,
the intrigue will increase. Keep us posted.

Jason Bentley
http://geekswithblogs.net/jbentley

 
Reply With Quote
 
 
 
 
=?Utf-8?B?S2VubmV0aCBQ?=
Guest
Posts: n/a
 
      03-13-2005
I had some problems with this computer, bought a new one, I now have migrated
the whole project to another computer, works just fine. Thanks.

Kenneth P

"" wrote:

> Kenneth, I am not sure why this would suddenly happen and just affect
> one project but you can fix it by adding your domain user account to
> the VS Developers group on your web server. If you are connecting to a
> non-local server, that could very well be the problem. If it is local,
> the intrigue will increase. Keep us posted.
>
> Jason Bentley
> http://geekswithblogs.net/jbentley
>
>

 
Reply With Quote
 
Andy Stephens
Guest
Posts: n/a
 
      11-22-2005
Hi

If it helps anyone, I have encountered the same error in a different context:

I saw this error when doing a command line build of a .Net solution using devenv.exe. It seems to happen when the solution contains a web application project, but the project's folder hasn't been mapped to a virtual directory (either via IIS or right-clicking the folder and websharing it).

You can see what the virtual dir should be by opening the solution (.sln) file in notepad and looking at the project references at the top. Any web projects should appear something like this:

Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyWebProjectFolder", "http://localhost/MyWebProject/MyWebProject.csproj",

It's the bit after /localhost/ that you need to make a note of ("MyWebProject"). This is what you should call the IIS virtual directory, while the web project folder to be mapped is the bit after the equals sign ("MyWebProjectFolder"), and is usually located under c:\inetpub\wwwroot\.

Hope this helps someone else!

Andy

From http://www.developmentnow.com/g/8_20...understand.htm

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com
 
Reply With Quote
 
Jeff Dillon
Guest
Posts: n/a
 
      08-06-2008
"Partha" <; > wrote in
message news:1bf2ba9e-db80-437d-bed4-...
> Hi Andy,
>
> Even I'm getting the error "visual studio .Net cannot create or open the
> application because the current user account is not a member of the VS
> developers group on the web server computer." while trying to build my
> solution from command prompt using devenv.exe. I even created the virtual
> directory path in the IIS as mentioned by your article. But stilll getting
> the same error. Can you please help me overcome this issue. this is really
> urgent.
>
> Thanks,
> Partha.
>
> From
> http://www.developmentnow.com/g/8_20...understand.htm
>
> Posted via DevelopmentNow.com Groups
> http://www.developmentnow.com


So are you a member of that group as the error suggests?


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
I don't understand the error message, maybe someone else is smarter Joshua Moore C++ 8 04-17-2007 11:54 PM
Read all of this to understand how it works. then check around on otherRead all of this to understand how it works. then check around on other thelisa martin Computer Support 2 08-18-2005 06:40 AM
error message don't understand johnbadboy Computer Support 4 05-20-2005 12:42 AM
Problem to understand error message <- need help nymus Java 7 07-28-2004 07:03 PM
Error message I don't understand simon ASP .Net 1 12-05-2003 03:54 PM



Advertisments