You can revert to the Gallio Alpha 3 Update 3, but that's not an ideal long-term solution. We need to understand what's causing those crashes because I haven't seen them before.
First, look in the Windows Event Log. I expect you'll find the last dying gasps of Visual Studio recorded there. After doing that, please try this: 1. Launch an instance of Visual Studio and open your Solution. 2. Launch another instance of Visual Studio and use the Debug -> Attach Process option to attach to the other instance of Visual Studio (devenv.exe). 3. Now play with your Solution in the previous instance and try to reproduce the crash. 4. When it crashes, hopefully you'll get some useful output in the debugger. If you don't see anything at all, ensure that you disable the "Just my Code" option but enable the "Exception Assistant" option in the Visual Studio Debugger Options tab. Then try again. Let me know what you find. I expect the root cause is a StackOverflowException or perhaps an ExecutionEngineException. But we need more information to pin down the origin. Jeff. -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Emad Ibrahim Sent: Thursday, October 02, 2008 11:12 PM To: MbUnit.User Subject: MbUnit Re: visual studio crash Thanks for getting back... Which version should i go back to? I can't remember the last working version i had installed... On Oct 3, 2:09 am, "Jeff Brown" <[EMAIL PROTECTED]> wrote: > I'm currently busy working on a stable version for release. > It's actually quite good now but there is a regression in the TDNet > support. Meanwhile there have been many improvements in the R# > support, which may have been partly responsible for the crashes you observed. > > Jeff. > > On Thu, Oct 2, 2008 at 9:24 PM, Emad Ibrahim <[EMAIL PROTECTED]> wrote: > > > Damn... it is doing it again... I need help. Which version is > > stable? Should I reinstall resharper and td.net as well? > > > What is the right order to re-install all this? > > > -Emad > > > On Oct 2, 6:16 pm, Emad Ibrahim <[EMAIL PROTECTED]> wrote: > > > Weired... It just stopped doing that... I created a new project > > > and opened an aspx page fine then I closed and opened the project > > > that was crashing and it works now... weird!!! > > > > On Oct 2, 6:13 pm, Emad Ibrahim <[EMAIL PROTECTED]> wrote: > > > > > I uninstalled gallio and installed the latest version > > > > fromhttp:// > > ccnet.gallio.org/Distributables/(3.0.4.449)<http://ccnet.gallio.org/Distribu tables/%283.0.4.449%29>. > > Now whenever I > > > > try to open any aspx or ascx page, visual studio just dies. No > > > > error, nothing. It just disappears. > > > > > I removed gallio and everything worked fine.. Reinstalled it. > > > > It crashed again... > > > > > Help!!! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/MbUnitUser?hl=en -~----------~----~----~----~------~----~------~--~---
