Geeks With Blogs
Welcome to
Geeks with Blogs
Login
Michael Freidgeim
Personal Website / Bio
587 Posts
| 965 Comments
My Other Recent Posts
Batch file that required administrative privileges.
PowerShell function to delete if exist and create empty folder
Pocket on IPad: Ability to rename articles is still missing
Read CSV files with multiple lines
Tiny MCE editor in ASP.Net Web Form
Methods to verify, are DataTables or DataSets the same.
2 options to write tests for WCF Services
Angular JS vs Knockout JS -quotes and links
POSTSHARP error PS0052: The plug-in "PostSharp.Patterns.Diagnostics.Weaver" was not found
Misleading compiler error "is a 'type' but is used like a 'variable'"
News
My Blog has been MOVED to
https://mfreidge.wordpress.com
Post Categories
Quick Tips
"It's that easy"
Tutorials
cocos2d
iphone
ios development
iOS games
life of a programmer
core data
uimanageddocment
Archives
April 2016 (1)
February 2016 (9)
January 2016 (5)
August 2013 (6)
July 2013 (1)
June 2013 (5)
May 2013 (3)
March 2013 (3)
February 2013 (5)
December 2012 (4)
November 2012 (1)
October 2012 (4)
September 2012 (4)
August 2012 (3)
July 2012 (3)
June 2012 (4)
May 2012 (3)
April 2012 (11)
March 2012 (4)
January 2012 (3)
December 2011 (2)
November 2011 (1)
October 2011 (1)
September 2011 (8)
August 2011 (1)
July 2011 (4)
June 2011 (16)
May 2011 (11)
July 2010 (4)
June 2010 (8)
May 2010 (3)
March 2010 (1)
December 2009 (1)
November 2009 (3)
September 2009 (3)
August 2009 (1)
July 2009 (5)
June 2009 (5)
May 2009 (7)
April 2009 (2)
March 2009 (5)
February 2009 (5)
January 2009 (10)
December 2008 (8)
November 2008 (7)
October 2008 (5)
September 2008 (3)
August 2008 (4)
July 2008 (15)
June 2008 (4)
May 2008 (12)
April 2008 (6)
March 2008 (6)
February 2008 (14)
January 2008 (11)
December 2007 (2)
November 2007 (3)
October 2007 (18)
September 2007 (7)
August 2007 (2)
July 2007 (6)
June 2007 (9)
May 2007 (10)
April 2007 (2)
March 2007 (19)
February 2007 (5)
January 2007 (3)
December 2006 (6)
November 2006 (6)
October 2006 (7)
September 2006 (10)
August 2006 (17)
July 2006 (9)
June 2006 (6)
May 2006 (9)
April 2006 (7)
March 2006 (21)
February 2006 (22)
January 2006 (11)
December 2005 (5)
November 2005 (5)
October 2005 (8)
September 2005 (5)
August 2005 (4)
July 2005 (2)
Michael Freidgeim's OLD Blog
My Blog has been MOVED to
https://mfreidge.wordpress.com
<< Translate jQuery UI Datepicker format to .Net Date format
|
Home
|
Do not expose enum in WCF response >>
Visual Studio 10 crashed when tried to open one of solutions
Comments (2)
|
Share
Visual Studio 10 crashed when I tried to open one of my solutions. Closing Visual Studio and rebooting the machine didn’t help.
The error message that was logged(see below), didn’t give any useful ideas.
Finally It was fixed after I’ve
deleted
MySolution.
suo
file, which was quite big, and also Resharper folders.
Log Name: Application
Source: Application Error
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Description:
Faulting application name: devenv.exe, version: 10.0.40219.1, time stamp: 0x4d5f2a73
Faulting module name: msenv.dll, version: 10.0.40219.1, time stamp: 0x4d5f2d48
Exception code: 0xc0000005
Fault offset: 0x00355770
Faulting process id: 0x1dc0
Faulting application start time: 0x01cd1836888599f4
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe
Faulting module path: c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\msenv.dll
Report Id: 9924b2f9-844e-11e1-bc19-782bcba513ea
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2012-04-12T03:21:31.000000000Z" />
<EventRecordID>401998</EventRecordID>
<Channel>Application</Channel>
<Security />
</System>
<EventData>
<Data>devenv.exe</Data>
<Data>10.0.40219.1</Data>
<Data>4d5f2a73</Data>
<Data>msenv.dll</Data>
<Data>10.0.40219.1</Data>
<Data>4d5f2d48</Data>
<Data>c0000005</Data>
<Data>00355770</Data>
<Data>1dc0</Data>
<Data>01cd1836888599f4</Data>
<Data>C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe</Data>
<Data>c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\msenv.dll</Data>
<Data>9924b2f9-844e-11e1-bc19-782bcba513ea</Data>
</EventData>
</Event>v
Posted on Saturday, April 14, 2012 10:49 AM
Visual Studio/TFS/git
|
Back to top
Related Posts on Geeks With Blogs
Matching Categories
Insert new line in multiple xml files using Visual...
Visual Studio/TFS/git
Stash, Pull, Stash Apply as one git command
Visual Studio/TFS/git
POSTSHARP error PS0052: The plug-in "PostSharp.Pat...
Visual Studio/TFS/git
My favorite Visual Studio tools
Visual Studio/TFS/git
Error 409 WebServiceBindingAttribute is required o...
Visual Studio/TFS/git
Comments on this post: Visual Studio 10 crashed when tried to open one of solutions
#
re: Visual Studio 10 crashed when tried to open one of solutions
I usually attach another devenv into the crashing proccess, take a snapshot dump of it and create a microsoft connect ticket.
Why not do the same the next time? :)
Left by
zproxy
on Apr 14, 2012 5:03 PM
#
re: Visual Studio 10 crashed when tried to open one of solutions
SOLVE
Left by
sai
on Aug 01, 2016 5:57 PM
Your comment:
Title:
Name:
Email: (never displayed)
(will show your
gravatar
)
Comment:
Allowed tags: blockquote, a, strong, em, p, u, strike, super, sub, code
Verification:
Copyright © Michael Freidgeim | Powered by:
GeeksWithBlogs.net
Popular Posts on Geeks with Blogs
0
Code Monkey Projectiles - Index
Kindle days are gone and amazon is not gonna accept it.
Geeks With Blogs Content Categories
ASP.Net
SQL Server
Apple
Google
SharePoint
Windows
Visual Studio
Team Foundation Server
Agile
Office
Design Patterns
Web
Azure
Brand New Posts on Geeks with Blogs
0
Kindle days are gone and amazon is not gonna accept it.
How do you run multiple instances of Microsoft Teams?
Benefits of Apple Cider Vinegar
Shaking down the Raspberry Pi 400
Blog is Moving