Most bobj is not defined errors I have seen are after the website is deployed. Mine is the opposite.
Our ASP.NET application started being developed on Win2003 in VS2010. Everything worked fine. .Net Framework is 4.0
Moved the application to Win2008 in VS2010 and I had problems running a Crystal Report with a log4net.dll not found error. I finally got that resolved by making changes in IIS (don't remember everything I did now). When I tried running the application, I got the bobj is not defined error. Normally, I just copied the crystalreportviewers13 folder from system_web under wwwroot to my system_web folder in my website. It worked when I ran it as a website, but when I try running it from Visual Studio, I get bobj undefined. I even copied the crystalreportviewers13 to the system_web folder in my development folder. Still no luck.
Anyone have any ideas on this one?
Jim