Friday, March 20, 2009

VSTS 2008 Beta2 close and restart automatically

VSTS 2008 Beta2 close and restart automatically Was this post helpful ?


Hi,
I ran a lot of load test by using VSTS 2008 Beta 2 version and I found that this is awsome and is going to beat the Mercury Loadrunner/QTP very soon.

But I notice that VS for tester 2008 beta 2 gets close and restart automatically when I tried to debug and ran some test though this behaviors are not always. It does this once in a while specially when it finds someting unusual I think.

I think it should through error message instead of closing down the VS and restart automatically.


You can share your thought about this and I appreciate that a lot.

Thanks.

-- Jaeed

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

Re: VSTS 2008 Beta2 close and restart automatically Was this post helpful ?

Hi Jaeed, glad to hear you like the product, but sorry to hear you're having some trouble with it shutting down unexpectedly.

If you are able to get a set of steps that can reproduce the crash consistently it would greatly help us to track down and fix the issue you're seeing.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1177487&SiteID=1

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

Re: VSTS 2008 Beta2 close and restart automatically Was this post helpful ?


I ran a web test and from web test viewer I closed a pop up window that was came from test scripts(recording script was captured and it had some javascripts window). I wish I can give u the screen shot, but this editor doesn't have attachment capability.

but FYI,

message was : Microsoft Visual Studio has encountered a problem and needs to close... window came up and if i clik on Don't Send error report button, the VS got shut down.


I think this will help you.

Thanks.

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


Re: VSTS 2008 Beta2 close and restart automatically Was this post helpful ?

Please send us the screen shot: slumley at domain microsoft.com



Blog - http://blogs.msdn.com/slumley/default.aspx

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

Re: VSTS 2008 Beta2 close and restart automatically Was this post helpful ?

Please check your email and find out the screen shots and I have reported to by clicking on send report button.

Thanks

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

Answer Re: VSTS 2008 Beta2 close and restart automatically Was this post helpful ?

I hope you resolved this offline with Sean. Please upgrade to RTM, if the problem persists contact support.

Thanks,

Ed.

Ed Glas [MSFT]

No comments:

Unix/Linux Commands

  Flow control Syntax break Exit a loop. continue Exit the current iteration of the loop and proceed with the next iteration. Ctrl+C Key com...