I am trying to save an XSLT file in the Developer Section. The problem is that it doesn't save or even give me an error. It just starts up a process called DW20.exe (maybe DR. Watson?!?) in 100% and then nothing works until i IISReset. Sometimes it starts multiple instances of DW20.exe
I am running the latest stable build (4.0.3) on a Windows 2003 Server and an SQL Server 2000. .NET 2.0 and in a separate application pool.
When I get up and running again, I see a couple of new xslt file ending with _temp.xslt. Probably one for each time I tried to save.
I get no stacktrace, and I have tried installing ELMAH, but no errors are reported there. I do get a warning in the Event Viewer:
A process serving application pool 'umbraco' suffered a fatal communication error with the World Wide Web Publishing Service. The process id was '3476'. The data field contains the error number.
We were a similar problem here. It ended up finding out that GetXmlNodeById was not finding the node and producing and error "Node not found with id xxxx"
Passing this into apply-templates then cased the all out crash. I suggest you check what $Fx is and ensure it is a proper xml node and not this error message.
Thanks for your reply. I have fixed the problem. It had to do with one of the properties on my Document Type, that I had to recreate apparently. For some reason it hadn't been created correctly. Once I renamed the property and name it back, then everything worked.
Saving XSLT File Causes Crash
Hi Guys,
I am trying to save an XSLT file in the Developer Section. The problem is that it doesn't save or even give me an error. It just starts up a process called DW20.exe (maybe DR. Watson?!?) in 100% and then nothing works until i IISReset. Sometimes it starts multiple instances of DW20.exe
I am running the latest stable build (4.0.3) on a Windows 2003 Server and an SQL Server 2000. .NET 2.0 and in a separate application pool.
When I get up and running again, I see a couple of new xslt file ending with _temp.xslt. Probably one for each time I tried to save.
I get no stacktrace, and I have tried installing ELMAH, but no errors are reported there. I do get a warning in the Event Viewer:
Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 1011
A process serving application pool 'umbraco' suffered a fatal communication error with the World Wide Web Publishing Service. The process id was '3476'. The data field contains the error number.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
The Xslt I am trying to save is this:
Hi rasb
We were a similar problem here. It ended up finding out that GetXmlNodeById was not finding the node and producing and error "Node not found with id xxxx"
Passing this into apply-templates then cased the all out crash. I suggest you check what $Fx is and ensure it is a proper xml node and not this error message.
Hope this helps
Colin
Hi Colin,
Thanks for your reply. I have fixed the problem. It had to do with one of the properties on my Document Type, that I had to recreate apparently. For some reason it hadn't been created correctly. Once I renamed the property and name it back, then everything worked.
/RasB
is working on a reply...