google-code-export / progressive-scroll

Automatically exported from code.google.com/p/progressive-scroll
3 stars 0 forks source link

Crash with ASPX/ASCX files #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
- In the Solution Explorer, select one file to preview it and then select the 
other.

What is the expected output? What do you see instead?
- VStudio crashes.

What version of the product are you using? On what operating system?
- 2012

Please provide any additional information below.

Original issue reported on code.google.com by jbierl...@gmail.com on 25 Oct 2012 at 8:26

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks,

I'll have a go at reproducing it this weekend.

Just to be clear, did you try this on the latest version(0.6.2)? Or on the 
version you originally reported the issue with (0.5 I believe). The reason I 
ask is that 0.6.2 has some fixes that make it a lot more stable with other 
types of content. HTML files, which are similar to aspx files, used to crash on 
versions prior to 0.6.2. So maybe the issue is fixed already?

Original comment by freaksken on 25 Oct 2012 at 9:39

GoogleCodeExporter commented 9 years ago
I used 0.6.2.  It seemed better than 0.5 at first, but I had to eventually 
disable 0.6.2 to allow me to even open the solution file.

Original comment by jbierl...@gmail.com on 25 Oct 2012 at 11:05

GoogleCodeExporter commented 9 years ago
Wasn't able to reproduce a crash.

I created an empty solution, added the 2 files, selected one, then the other, 
then a bunch of other things, but no crash.

Did find an exception that triggered sometimes because of a threading issue, 
but that shouldn't crash VS and it's so rare I have trouble reproducing it.

Original comment by freaksken on 28 Oct 2012 at 8:44

GoogleCodeExporter commented 9 years ago
Maybe its something with my solution setup.  Can you attach yours?

Original comment by jbierl...@gmail.com on 29 Oct 2012 at 1:01

GoogleCodeExporter commented 9 years ago
If I have progressive-scroll enabled, these steps produce a crash.

Start VStudio (2012), drag those two aspx files from Explorer and drop them on 
VStudio.  The files will open (replacing the Start Page).  Then File->New 
Project...  Select the Visual C#/Web/ASP.Net MVC 4 Web Application, ensure the 
project has a name and click OK.  VStudio will immediately crash.  With 
progressive-scroll disabled, no crash occurs and a project is created as 
expected.

Original comment by jbierl...@gmail.com on 29 Oct 2012 at 2:04

GoogleCodeExporter commented 9 years ago
Had to install mvc first, but i tried the steps you suggested and everything 
seems to work. no crashes, no exceptions. Pretty frustrating.

If it's so easy to reproduce on your side though, maybe you could try 
downloading the source and running the ProgressiveScroll_vs2012.sln which I use 
to test new versions on VS2012. You may have to install the visual studio sdk: 
http://www.microsoft.com/en-us/download/details.aspx?id=30668

Original comment by freaksken on 29 Oct 2012 at 8:08

GoogleCodeExporter commented 9 years ago
Should be fixed in 0.8.0

Original comment by freaksken on 25 Jul 2013 at 11:13