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 **
Oki, not sure now. I was debugging fine with the Composite Debug package dlls, but then I needed to step into your source and debug through it, so I compile the source code and included the compiled dlls and pdbs into my Composite project. Now I get the exact same issue again (i.e. stackoverflow on the xslt transform). My heart sank into a sad trombone sound. :(