T O P I C R E V I E W |
dma550 |
Posted - Feb 13 2012 : 09:09:00 AM Hey guys
Running .1862, and I find that when I load one of my production apps (web), I must disable visual assist to make it load. Otherwise, it loads, then closes neatly without any error message. I checked logs, but I don't see anything readily that could cause it. Any thoughts on how to troubleshoot and get this working again?
quote:
From the log: <entry> <record>794</record> <time>2012/02/13 13:32:55.896</time> <type>Information</type> <source>VisualStudio</source> <description>No item of type System.Web.DynamicData.DynamicHyperLink supports framework .NETFramework,Version=v3.5</description> <guid>{E7F851C8-6267-4794-B0FE-7BCAB6DACBB4}</guid> </entry>
|
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Feb 13 2012 : 4:28:43 PM I have replied via email, thank you for this. |
dma550 |
Posted - Feb 13 2012 : 4:06:30 PM Thanks, will try those. This issue was the previous build as well. It does immediately close, and the log doesn't have thing interesting [to my eyes] in it. Dump sent. |
feline |
Posted - Feb 13 2012 : 11:08:10 AM Is this a new problem? Have you used previous versions of VA with this solution? I am wondering if installing a new build of VA could be a factor here.
Are you able to load the IDE, and then load your solution, and reproduce this problem? If so can you please load VS2010, then enable VA logging, and then load the problem solution. Hopefully some helpful VA logging will be produced before the crash happens.
Please see this FAQ for details of turning on VA's logging, and sending us the log files
http://docs.wholetomato.com?W305
Are you given any option to debug the IDE, or does it simply disappear instantly?
If you are given an option to debug, can you please save out a mini dump file and send it to us?
If the IDE instantly disappears, you can use procdump to capture a mini dump as the process exits. Procdump is available from:
http://technet.microsoft.com/en-us/sysinternals/dd996900.aspx
if you download it and run the following command line:
procdump.exe -t devenv.exe vs2010_web_crash.dmp
this will save out the file "vs2010_web_crash.dmp" in the current directory when VS2010 terminates.
If you need any help saving out a mini dump, this FAQ entry should help:
http://docs.wholetomato.com?W303 |
|
|