Link to home
Start Free TrialLog in
Avatar of thatelvis
thatelvis

asked on

.aspx.cs page crashes dreamweaver

Hello,
I have an asp site, I have had to have a 2 of the pages in the site as of the aspx.cs page type. My site all works just fine but now since adding the 2 aspx.cs pages when I open dreamweaver at start up and open this specific site, dreamwever crashes.

I have tried setting dreamweaver to see the site as aspx. cs mode but that didnt help any.

does any one know how or what I can set in dreamweaver for it not to crash when I am viewing these pages.

regards

k

Avatar of yessirnosir
yessirnosir

not sure if it is same problem, but sounds very similar to something that happened to me recently -- basically a code error in a single document (in my case php, not asp) caused a dreamweaver crash every time I opened a site.  I ended up using a different editor to fix the problem document, after reading this link:  http://www.codescene.com/2008/04/dreamweaver-crashes-on-site-cache-rebuild.php  
Avatar of thatelvis

ASKER

thank you testsirnosir

I checked all taht and on this ocassion I do not have any css on my pages. but all in all I have found what the problem is but now dont know how to fix it

OK I seen what was giving me the problem

I have an asp page with pureupload  from dmxzone , when I have set the redir to

'MM_editRedirectUrl = "thezipper.aspx" ' the apge crashes when I have the redir to this

IF i set the redir to

'MM_editRedirectUrl = "thezipper.asp"

then dreamweaver doesnt crash etc when i open the site, it is only on changing the redir and saving the apge do I get crash after crash.

I do need to redir to the .aspx page so if any one has any ideas as the best way to do thins and not ahve dreamweaver crash I would be grateful.

cheers

k
ASKER CERTIFIED SOLUTION
Avatar of yessirnosir
yessirnosir

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Got it. thanks for your reply any way

It is dreamweaver and its caching, I had deleted the cache at the begining but it still given me the problem, but this is what i have done now and all is well.

I changed using notepad

MM_editRedirectUrl = "thezipper.aspx"

to

MM_editRedirectUrl = "thezipper.asp"

opened dreamweaver then closed dreamweaver, I then used notepad to change
thezipper.asp back to thezipper.aspx

on opening dreamweaver again I didnt have any issue with it crashing and i
can open and close any page I want now with out dreamweaver giving problems.
I had thought at the start it might have been a caching thing and went to my

C:\Documents and Settings\bimbo\Application Data\Adobe\Dreamweaver
9\Configuration and deleted the cache file before rebooting dw but that
didnt help.

all in all i can open the pages in dw now, lol

k
THanks for your help, it was a bug in dreamweaver and it caching's
glad that worked out... Dreamweaver can be so tempermental sometimes!