Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Have to tried to recreate the error in an isolated area of your code. Just create a test page that tries to create your BO through the Activator.CreateInstance (that is what we do in the SF code). Place your test page on the same level as the page not working. Then if you need to trap the error and get the inner exceptions, you can create a message or something to give you a heads up.
Another option is to setup a remote debugger.
But from experience, this type of issue is generally always a setup issue. There is something missing. Have you thought about pre-compiling your site before upload? That can improve performance and at times will resolve remote issues like this.
I generally try and precompile the ASP.NET apps before they are published.
|