CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!



Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2008 Tags:
Item Type: NewsGroup Date Entered: 11/20/2007 11:00:52 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 30 Views: 192 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
31 Items, 2 Pages 1 2 |< << Go >> >|
RoryBecker
Asp.Net User
Re: More details, very peculiar11/21/2007 2:33:25 AM

0/0

 Perfect Answer.

 

Once I ran Studio with full admin, it revealed that the 3 projects suffered the same problem.

All 3 were set to run using IIS instead of the builtin Webserver. And all 3 had IIS pointing at different directories than those that the projects were located in.

This is because (Being a little careful occasionally) I copied the solution folder before trying out VS2008 but forgot to tell IIS.

After I changed the virtual directories to point at the new locations, I was able to run Studio in non admin and everything went through prefectly.

I will test properly in the morning but as far as I am concerned this is fixed.

I will until after the morning's tests and also to hear from wait to hear from Wudbaer before I mark the post as an answer but I'm very happy with this.

 

Great stuff Mikhail. Thanks very much indeed :D

RoryBecker
Asp.Net User
Re: More details, very peculiar11/21/2007 2:44:46 AM

0/0

 Ok I was talking out of my ****. It's late... I didn't change Studio back out of Admin mode before rerunning the test.

However my solution now appears to be good.

I have since changed my apps to not use IIS and the conversion does indeed complete withour admin.

Following this, I tried to change 1 back to IIS and as I did I got  a warning saying that I couldn't do this withour running in Admin mode.

This seems to complete the pattern.

It seems a shame that this continues to be the case even in 2008. but I can live with it :)

 

 

Mikhail Arkhipo
Asp.Net User
Re: More details, very peculiar11/21/2007 5:00:06 AM

0/0

Cool, glad you are all set. The issue with admin mode is not VS bug really, it is rather catch 22. Access to IIS metabase is closed to regular users for security reasons. So VS cannot get access unless you run as admin. It is rather difficult to separate data only needed by VS and only needed at IIS runtime.


Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
RoryBecker
Asp.Net User
Re: More details, very peculiar11/21/2007 10:16:38 AM

0/0

 

Mikhail Arkhipov (MSFT):

The issue with admin mode is not VS bug really, it is rather catch 22. Access to IIS metabase is closed to regular users for security reasons. So VS cannot get access unless you run as admin.

I mostly agree and I certainly understand.

The "bug" is in the fact that VS does not recognise that it does not have access and explain what is needed.
Ideally it should activate UAC and ask for permission to access the information required or state that the error is because it has insufficient permission to access some IIS meta data. And that a valid alternative might be to switch to using the internal web development server.

Wudbaer
Asp.Net User
Re: More details, very peculiar11/21/2007 10:58:52 AM

0/0

This information also fixed it for me ! I now started VS2008 with "Run as Administrator" and everything worked like a charm: The project got opened, IIS was configured accordingly, and I can compile and debug the project, so from were I'm standing it is also fixed. Thank you very much again, Mikhail !

 
Best regards,

 
Chandra 

Mikhail Arkhipo
Asp.Net User
Re: More details, very peculiar11/21/2007 3:31:44 PM

0/0

It is true. I already opened a bug about providing better experience. The code does show explanation is several cases, but apparently missing a few.


Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
timmcb
Asp.Net User
Re: More details, very peculiar11/26/2007 8:43:22 PM

0/0

I think the problem may be related to the IIS Virtual Directory of the Web Application.  First use INETMGR.EXE to ensure the virtual directory of the web application is set up correctly.  Second, on Vista make sure your run VS with Administrator privilages (ie right click Run As Administrator.)  Third, now try to open and migrate the solution.  Let us know if this helps.


Tim McBride

This posting is provided "AS IS" with no warranties, and confers no rights.
RoryBecker
Asp.Net User
Re: More details, very peculiar11/27/2007 10:38:26 AM

0/0

I believe we have already each indicated that our migration went very smoothly as soon as we loaded vs using "Run as Administrator"

The remaining issue is really for those users out there who have not located this thread and may perform a similar action at some future point.

VS does not indicate that it requires said Admin privilages for this operation. Rather it's conversion process fails with a COMException which is less than useful.

 
I'm not sure what further information we can give you
 

 

pettera
Asp.Net User
Re: More details, very peculiar11/30/2007 8:24:07 AM

0/0

We had the same problem here.. Me running xp iis6 and the other developer on the project running Vista iis7.
(I use localhost as path to iis, he uses a custom hostheader for the project) 

Every time i opend the project from subversion i got the same error..

Project loaded fine when I removed then 'bottom' section in the vbproj file. Right click on the project unable to load and click 'edit project file'. The file is loaded into an text editor..

Then i clicked reload projet( it now loads)..
UnChecked the "Apply server settings..." checkbox in properties|Web for the project, and removed the xxx.vbproj.user file from subversion..

Now it works.. Big Smile

 


PEtter Andreassen
Software Architect
xfLiu
Asp.Net User
Re: VS2008 Final Release - Visual Studio Conversion Wizard Error - COMException1/8/2008 9:53:32 AM

0/0

This is due to IIS problem, under VISTA system, IIS7 is used, but probably in your old system, you used IIS6.

So be sure you also have "IIS6 management compatibility" tools installed in your VISTA system.

How: Control Pannel -> Programs and Features -> Turn Windows Features on or off -> IIS -> Windows management tools

hachiihcah
Asp.Net User
Re: VS2008 Final Release - Visual Studio Conversion Wizard Error - COMException4/9/2008 4:29:05 PM

0/0

 I had a similar issue, but in slightly different circumstance. I was working on a new machine (Vista SP1) that didn't yet have IIS even installed.

When I went to upgrade the web project, I got this error. Running as Admin did not fix the issue, but thanks to the suggestions in this forum, it pointed me to the fact that the upgrade was trying to access the IIS application linked in the web project. That didn't exist on my machine, and thus the error.

My solution was to create a new web project that ran inside the visual studio web server. I then compared and merged the new web project's settings with the old web project.

This effectively changed the old webproject to run in the vs web server instead of (the missing) IIS. I then re-ran the upgrade and it completed flawlessly.

 I do agree that the user experience on this issue could be improved. My user experience was sufficient only because it happened to include this forum :D
 

31 Items, 2 Pages 1 2 |< << Go >> >|


Free Download:


Web:
VS2008 Final Release - Visual Studio Conversion Wizard Error ... VS2008 Final Release - Visual Studio Conversion Wizard Error - COMException. Last post 11-13-2008 10:18 AM by hveillette. 31 replies. Sort Posts: ...
VS2008 Final Release - Visual Studio Conversion Wizard Error ... VS2008 Final Release - Visual Studio Conversion Wizard Error - COMException, > ROOT > NEWSGROUP > Asp.Net Forum ...
Ryze business networking VS2008 Final Release - Visual Studio Conversion Wizard Error - COMException, Views: 255. Apr 26, 2008 2:51 am, VS2008 Final Release - Visual ...
Visual Studio 2008 and .NET 3.5 Released - ScottGu's Blog You can then install the final release of VS 2008 and . ...... It displays a messagebox titled "Visual Studio Conversion Wizard Error". ... There it says that all files are converted correctly and there's no sign of the COMException. ...
ng.asp-net-forum.visual_studio_2008 - error problem solve @CodeVerge Choose Items crashing Visual Studio 2008, 5, 126, 4/9/2008 5:03:45 PM. VS2008 Final Release - Visual Studio Conversion Wizard Error - COMException ...
Rory's Ramblings: RefactorPro -> CodeRush -> DXCore The most useful visual studio toolset that money can buy. ... The final thing to be aware of is that both CodeRush and RefactorPro are built on a ... COMException in VS2008 Conversion Wizard · COMException in VS2008 Conversion Wizard ...
Archi ...: April 2006 Details: When multiple Visual Studio solutions are associated with the same .... and then click anywhere outside the listobject, a COM exception is thrown. ..... you may find a cube process run-time error that indicates the conversion of a ... were updated after the final release updates for the process guidance. ...
Query analyzer error Unable to connect server local Msg17, level ... Server failed with error code 0xc0000000 to spawn a thread to process a new login ... have the advanced tools for importing data including the copy database wizard. ... (almost) from the Visual Studio Team Foundation Guide and got this error, .... COMException (0x80040427): Execution was canceled by user. at DTS. ...
in merge modules, and better action scheduling error reporting ... BobArnso: - Add history.txt to root of release folder - Pick up new ... Extensive testing was done on both Visual Studio 2003 and 2005. ..... into an error BobArnso: Move from properties to specify the wizard sequencing to ..... PMarcu: SFBUG:1629314 - Handling COMException when invalid Merge/@Language is provided. ...
this.Pose() as Expert Today, I updated this small application for VS2008 RTM. ..... TlbImp : error TI0000 : System.Runtime.InteropServices.COMException ..... Microsoft Pre-Release Software Microsoft .NET Framework 3.0 - June 2006 CTP ..... NET Framework 2.0, Visual Studio 2005, as well as Office "12" Beta 1 (which I don't have anyways). ...




Search This Site:










msdn unistall

performance visual studio 2008 .net 3.5 issue (related to last hotfix released)

2003 web server using v2008

intellisense problems

testing web service in vs08

sql query designer - suggestions

linq and sql server 2005 bit type

how do you select multiple hyperlinks

linq parameter naming issue

page has one or more <asp:content> controls that do not correspond with <asp:contentplaceholder> controls in the master page

use orcas to edit asp.net 2.0 web sites

visual studio 2005 and 2008 compatibility

oracle linq provider

vs 2008 problem with pre/post build events: it is not ignoring errors (like vs 2005 did)!

no manage styles and apply styles tab anywhere...

vs 2008 writing and debugging a windows service

installing visual studio 2005 after a 2008 install

who teach me, about "absolutely positioned" in visual 2008 pro edition.

copy web site ... remote connection not saving

web application project, create virtual directory problem

vs2008 exits unexpectedly

building asp.net 2.0 with visual studio 2008

see control events

lost apply styles and manage styles windows, visual studio 2008 professional

seriously slow debugging performance still in visual web developer 2008 after patch

which is better . vs08 professional or visual studio team system 2008 team suite ??

need helkp with an error when running a vs08 app that i have converted from vs05...

linq in a class library

vs 2008 won't recognize css

"events" button on "properties" window showing randomly

  Privacy | Contact Us
All Times Are GMT