views:

17

answers:

0

I'm trying to upgrade an old ASP.NET application we've got, which was written in VS 2005, and uses Crystal Reports XI Release 2, to VS 2010; and still using CR XI R 2. When it gets to the point of trying to instantiate the ReportDocument type, I get the following error:

An unhandled win32 exception occurred in w3wp.exe [3148] The Just-In-Time debugger was launched without necessary security permissions. To debug this process, the JIT debugegr must be run as an Administrator.

I've already launched VS 2010 as an administrator before I opened the website, so I've no idea how I could make it run under any higher privileges.

And a second question; does VS 2010 and ASP.NET 4.0, not play "nice" with Crystal Reports XI Release 2?