Composite 4.0 Beta 4
I have the Sql Data Provider installed. When running the VS Debugger on my IIS Express based C1 instance I get a stackoverflow exception:
"An unhandled exception of type 'System.StackOverflowException' occurred in System.Data.SqlXml.dll"
I tried to copy and paste the call stack, but Visual Studio wouldn't let me. I have attached a screenshot showing the entry point into the looping code, along with a bit of the looping code itself.
Comments: ** Comment from web user: iaresean **
I have the Sql Data Provider installed. When running the VS Debugger on my IIS Express based C1 instance I get a stackoverflow exception:
"An unhandled exception of type 'System.StackOverflowException' occurred in System.Data.SqlXml.dll"
I tried to copy and paste the call stack, but Visual Studio wouldn't let me. I have attached a screenshot showing the entry point into the looping code, along with a bit of the looping code itself.
Comments: ** Comment from web user: iaresean **
Switching back to the old finalizefilter.xsl and doing my workaround seemed to sort it again.