cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment problem: BusinessObjects.CELIB.Conversion.LocaleConversion

Former Member
0 Kudos

I am writing some C# code using the .NET SDK and the ReportEngine SDK.

The part that login to BO XI 3.1 and schedule refresh ..etc runs OK.

But we have problem from the part that used the report Engine after deploying our code.

It seems when it runs on our developer's PC with VisualStudio 2005 it runs fine, but when we deploy the code, the part that use the ReportEngine will throws an exception. The exception look like this:

Type initializer for 'BusinessObjects.CELIB.Conversion.LocaleConversion' throw an exception.

I suspect something is missed... We have installed the desktop client on the deployment machine. Other than that I am not sure what is missed...

Any idea?

Fred

Accepted Solutions (1)

Accepted Solutions (1)

daniel_paulsen
Active Contributor
0 Kudos

the Desktop Client is for thick-client applications such as the Deski Designer and Universe Designer. This will not give you the runtime necessary for a .NET ReportEngine application.

What runtime did you install (ie installer filename)?

You should use the boxi31_net_sdk.msi or installing the SDK from the BOE media

the Assembly that references the class throwing the error is BusinessObjects.Enterprise.SDK.dll. Do you have this on your deployed machine?

Answers (0)