cancel
Showing results for 
Search instead for 
Did you mean: 

DI Server ERROR

Former Member
0 Kudos

Hi

i am getting the below error in DI_Server

could not load file or assembly 'Interop.SBO DI Server' one of dependencies.This is assembly built by a run time newer than the currently loaded runtime and cannot be loaded in sap b1

Thanks & Regards

B.Lakshmi narayanan

Accepted Solutions (0)

Answers (2)

Answers (2)

maik_delly
Active Contributor
0 Kudos

Hi,

without further information I would think the DI Server application was built using an newer DI Server version ( development system has higher PL than productive system ).

regards,

Maik

pedro_magueija
Active Contributor
0 Kudos

Hi lakshmi,

This means that the dll you are trying to load was built on a newer .NET then the one your addon is compiled for.

E.g.:

    Interop.SBO DI Server -> .NET 3.5

    Your addon -> .NET 2.0 // won't work

Change the .NET version of your addon to match the one of the dll.

Good luck.


Best regards,

Pedro Magueija


View Pedro Magueija's profile on LinkedIn