Hello, I had an application running on version 5.5, when i get the latest development builds for Desktop Edition (6.0.235.0), there was a StackOverFlowException which is craching (not throwing exception) the application IF i run with DEBUG mode, the problem was solved directly when i removed the "DEBUG" constant and tested the application,
Please take this in consideration in the next releases.
Another problem i had when i upgraded to the latest version is with SqlTypes dll !! why this dll is referenced in the library directly, it make many problems, cause it did require a file called "sqlspatial110.dll" which is not existing with the framework, nor with vcredist 2010, i did solved this problem on client side by: installing a specific version of vcredist 2010, and copied the missing dll beside my application from my pc where i have sqlserver. But really this is confusing me a lot, i think it is very simple to separate the SqlLayer to another dll, wihch will be used only with ones who had sqlserver installed !!
Thanks