CodeVerge.Net Beta


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




Can Reply:  No Members Can Edit: No Online: Yes
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
XPoints: N/A Replies: 30 Views: 216 Favorited: 0 Favorite
31 Items, 2 Pages 1 2 |< << Go >> >|
RoryBecker
Asp.Net User
VS2008 Final Release - Visual Studio Conversion Wizard Error - COMException11/20/2007 11:00:52 AM

0

 I get.....

---------------------------
Visual Studio Conversion Wizard Error
---------------------------
System.Runtime.InteropServices.COMException
---------------------------
OK  
---------------------------

....for 3 out of 5 ASPNet projects in my solution.

Where can I go to find out more...

Wudbaer
Asp.Net User
Re: VS2008 Final Release - Visual Studio Conversion Wizard Error - COMException11/20/2007 6:02:23 PM

0

Same problem here. The upgrade log says:

Project converted successfully
System.Runtime.InteropServices.COMException 

If I try to re-open the project, the conversion wizard is started again with the same result. The respective project is a VS 2005 Web application project. Any help is appreciated. 

 

 

 

Wudbaer
Asp.Net User
More details, very peculiar11/20/2007 7:34:15 PM

0

I now suceeded in converting my solution just fine by using a second installation on my backup dev system running XP SP2 (my main dev machine runs Vista Ultimate). BUT: Once I check out the updated solution on the first machine and try to open the solution in VS 2008, I get the same System.Runtime.InteropServices.COMException as above. On my XP machine I can open the converted solution in VS 2008 without any problems and do everything I like with it.

Two possible explanations:

- On my main machine I had VS 2008 Beta2 installed before, but not on the other one. I completely deinstalled it before I installed RTM, but maybe there are some left-overs (especially as the deinstall crashed at some point) ? 

- A Vista problem.
 
Any ideas ?

 

Mikhail Arkhipo
Asp.Net User
Re: More details, very peculiar11/20/2007 8:12:42 PM

0

Can you obtain minidump of the exception, zip it and e-mail it to me? Basic steps are here: http://blogs.msdn.com/mikhailarkhipov/archive/2006/07/25/678308.aspx

After step #6, go to Debug | Exceptions and check CLR Exceptions | System.Runtime.InteropServices.COMException. Then proceed with step #7.


Thanks

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

This posting is provided "AS IS" with no warranties, and confers no rights.
RoryBecker
Asp.Net User
Re: More details, very peculiar11/20/2007 8:32:03 PM

0

I can confirm that the machine which now holds VS2008 for me, has at no time in the past held a prerelease copy of "anything".

I am however running Vista Ultimate 64-bit edition ( 4gigs Ram)


 

RoryBecker
Asp.Net User
Re: More details, very peculiar11/20/2007 8:33:07 PM

0

Will do... I'll be right back..

Wudbaer
Asp.Net User
Re: More details, very peculiar11/20/2007 8:37:41 PM

0

Mikhail,

thanks for your help ! I tried several times creating a crash dump as described in your blog and your email. However, all I am getting is a message box in the VS 2008 instance being debugged saying "System.Runtime.InteropServices.COMException". In the debugging instance I can see an exception occurring in the output window:

First-chance exception at 0x7697b09e in devenv.exe: 0xE0000002: 0xe0000002.
First-chance exception at 0x7697b09e in devenv.exe: 0xE0000002: 0xe0000002.

But that's it. I don't get a chance to capture the crash dump in the second instance of VS, as everything just runs on fine (apart from the error message and my project not being opened). Am I doing something wrong ? I checked "System.Runtime.InteropServices.COMException" "Thrown" in "Debug" "Exceptions" as you wrote above.

Best regards,

Chandra 

 

 

RoryBecker
Asp.Net User
Re: More details, very peculiar11/20/2007 8:40:22 PM

0

 Erm... I cannot see an option to "Debug...Save Dump"....

 Where can I go to turn such an option on?
 

Mikhail Arkhipo
Asp.Net User
Re: More details, very peculiar11/20/2007 8:49:38 PM

0

If you don't see the option, you either have Web development profile set in the UI and/or no C++ installed. Try selecting General Development in Tools | Import/Export Settings.


Thanks

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

This posting is provided "AS IS" with no warranties, and confers no rights.
Mikhail Arkhipo
Asp.Net User
Re: More details, very peculiar11/20/2007 8:50:52 PM

0

Perhaps 'Just My Code' is set. Try unchecking 'Enable Just My Code' in Tools | Options | Debugging.


Thanks

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

This posting is provided "AS IS" with no warranties, and confers no rights.
RoryBecker
Asp.Net User
Re: More details, very peculiar11/20/2007 8:55:17 PM

0

Nah I was just being too quick and forgot to request native & managed (It defaulted to Managed + TSQL).

So I've got a Minidump.zip waiting to go. How do I get it to you... I can't find an email address or an option to attach a file to this post
 

Wudbaer
Asp.Net User
Re: More details, very peculiar11/20/2007 8:57:27 PM

0

 Same with me (the "My Code" thingy did it). I got the dump, but where do I send it ? The forum's mail function seems not to allow for attachments.

 

 

Mikhail Arkhipo
Asp.Net User
Re: More details, very peculiar11/20/2007 8:58:00 PM

0

Oh, sorry. mikhaila-at-microsoft-dot-com


Thanks

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

This posting is provided "AS IS" with no warranties, and confers no rights.
RoryBecker
Asp.Net User
Re: More details, very peculiar11/20/2007 9:00:39 PM

0

I Should'a guessed really. Email sent.

 

Thanks very much for your help in this Mikhail 

Wudbaer
Asp.Net User
Re: More details, very peculiar11/20/2007 9:06:18 PM

0

 Email is on its way. Thanks again !

Mikhail Arkhipo
Asp.Net User
Re: More details, very peculiar11/20/2007 10:05:10 PM

0

Do you have Web Deployment Project as part of the solution with WAP?


Thanks

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

This posting is provided "AS IS" with no warranties, and confers no rights.
RoryBecker
Asp.Net User
Re: More details, very peculiar11/20/2007 10:19:02 PM

0

No... No Deployment app in my case... Several Class Libraries, a DB Project and a webservice.

RoryBecker
Asp.Net User
Re: More details, very peculiar11/20/2007 10:25:59 PM

0

 Just noticed.. there is also a console app for testing purposes.

Wudbaer
Asp.Net User
Re: More details, very peculiar11/20/2007 10:55:03 PM

0

 Also no Web deployment project with me. The solution consists of a Web application project (the troublemaker) and several class libraries which were converted without any problems on both machines.

Mikhail Arkhipo
Asp.Net User
Re: More details, very peculiar11/21/2007 12:02:18 AM

0

OK, it seems to be Vista specific issue with IIS7. VS is unable to verify if you have access to the IIS7 metabase. Make sure IIS is installed with IIS6 compat and you have admin rights. Try running VS as admin - see if it helps.


Thanks

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

This posting is provided "AS IS" with no warranties, and confers no rights.
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: ...
Visual Studio 2008 and .NET 3.5 Released - ScottGu's Blog You can then install the final release of VS 2008 and . ... Just found out that Visual Studio 2008 is released on MSDN! ..... site" but when I tried downloading it again by clicking on the VS 2008 Pro Edition I now receive an error. ...
Ryze business networking VS2008 Final Release - Visual Studio Conversion Wizard Error - COMException, Rishi Boparai, 0, Apr 26, 2008 2:51 am by Rishi Boparai ...
CodeProject: Use Visual Studio 2008 C++/CLI to Automate Excel ... Jul 24, 2008 ... As a final disclaimer, I'll repeat what I said in my previous article about my code. ... I'm using Visual Studio 2008 and targeting .NET Framework 2.0. ..... I create a Chart reference variable that I can use with the Chart Wizard method. ..... And if I use this code I receive an error 0x800a03ec ...
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 ...

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: . ...
Create GUID is Disabled - ng.asp-net-forum.visual_studio_2008 Im using Team edition VS2008, I tried to create new GUID, but its disabled ... comexception when loading solution that contains web projects ... VS2008 Final Release - Visual Studio Conversion Wizard Error ... create ...
Publish Web Site in VS2008 don't compile App_Code - ng.asp-net ... VS2008 Pro Product Key issues - ng.asp-net-forum.visual_studio_2008 VS2008 Final Release - Visual Studio Conversion Wizard Error ... publish web site in ...






interpret rtf files?

where is complied .dll file in asp.net 2.0

configuration error

whidbey on virtual pc 2004

is there an nz(xxx, z) function in vs2005

installing visual c# 2005 express edition

how to implement software factory in tfs

remote debugging (vs.net 2k5, asp.net 2.0)

windows forms/web controls naming convention

code formatting when refactoring

messing with the code

web deployment projects not able to change local debug web.config?

getting request for the permission of type system.web.aspnethostingpermission a lot

vs 2005 service pack 1

is it just me or is this a microsoft error

how to make instant messanging with vs 2005 and ajax using c#.net

converting htm files to aspx files in visual studio 2005

cut & paste by mouse wheel

publish website: web.config question

web.config can't find microsoft schema problems

facing problem in password recovery control

precompilation and global.asax in visual studio 2005

how can we watch session variable

is there a training video for vsto 2005 on ms word 2003?

how can i open project from 'my network places' ( webdav shared ) in vs2005? there was a special option in vs2003 for this.

order of layer (panel) not working in vs 2005

html table resizing

creating tableadapters in a dataset

database project

devenv problems with vs studio 2005

   
  Privacy | Contact Us
All Times Are GMT