Guy Barrette, Microsoft, Regional Director, Montreal, Canada, Visual Studio, .NET Expertise October 2010 - Posts - Guy Barrette

Guy Barrette

Microsoft Regional Director, Montreal, Canada

October 2010 - Posts

Crystal Reports 2010 Beta 2 for Visual Studio Runtime Error

I was doing a proof of concept with Crystal Reports 2010 Beta 2 for Visual Studio 2010 and got this error at runtime:

Could not load file or assembly ‘file:///C:\\Program Files\\SAP BusinessObjects\\SAP BusinessObjects Enterprise XI 4.0\\win32_x86\\dotnet1\\crdb_adoplus.dll’ or one of its dependencies. The system cannot find the file specified.

A little searching lead to the release notes document.  Looks like a known Beta 2 issue:

A report based on an ADO.NET DataSet will not work if the project targets the 4.0 .NET Framework.  Reports based on an ADO.NET DataSet will not work if the project targets the 4.0 .NET Framework.  As a workaround, add following part into app.config or web.config files:

<startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0"/>
</startup>

 

Bookmark and Share
Posted: Oct 26 2010, 10:12 AM by guybarrette | with 2 comment(s)
Filed under:
Vibe, a Windows 7 Tablet

Looks like the Vibe could give the iPad some serious competition.  The specs are fantastic except maybe for the 4 hours battery life.

It’s based on an ExoPC design, a small company based in Rimouski, Canada.

More info here

Bookmark and Share
More Posts