cancel
Showing results for 
Search instead for 
Did you mean: 

Assemblies Error

Erik_Yeary
Champ in-the-making
Champ in-the-making

Hi, I'm writing my first Unity API application on my work computer, and I'm having difficulty connecting to our instance of OnBase. Whenever I attempt to connect, I get the following error:

FileNotFoundException: Could not load file or assembly 'System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.

Does anyone know how to resolve this issue?

2 REPLIES 2

Chris_Bice1
Champ on-the-rise
Champ on-the-rise

It looks like you may be using .Net 2.0. try changing your solution to 4 or higher

Waleed_Hendrick
Confirmed Champ
Confirmed Champ

If you are using .NET Core - Unity API is not supported on .NET Core, you will need the full framework.