Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
-
Victor.Ermakov
- Posts:25
- Joined: Fri Oct 20, 2017 8:50 am
API on 3.17. Error on initialisation of manager. (libCSharpBridgeV317 DllNotFoundException)
Post
by Victor.Ermakov »
Code: Select all
class Program
{
static void Main(string[] args)
{
EstablishConection(args);
}
static async void EstablishConection(string[] args)
{
// Create Manager object
OaManager myManager = OaSdk.CreateManager();
// Initialize Manager Configuration
myManager.Init(ManagerSettings.DefaultApiSettings, args);//ERROR HRESULT: 0x8007007F
-
leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: API on 3.17. Error on initialisation of manager. (libCSharpBridgeV317 DllNotFoundException)
Post
by leoknipp »
Your posting only shows some of your source code but no problem description.
Can you please describe what the problem is.
Best Regards
Leopold Knipp
Senior Support Specialist
-
Victor.Ermakov
- Posts:25
- Joined: Fri Oct 20, 2017 8:50 am
Re: API on 3.17. Error on initialisation of manager. (libCSharpBridgeV317 DllNotFoundException)
Post
by Victor.Ermakov »
The problem was partially solved by running VisualStudio in administrator mode