How to solve "Catastrophic failure"

1

I get a

Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))

during use method of lobject.dll which was referred on my project.

UnityApplication giris = new UnityObjects.UnityApplication(); ***instance from .dll***

if (giris.Connect()) // ***this line is throwing that error***
{

}
unity3d
dllregistration
asked on Stack Overflow Mar 15, 2012 by Turgay Gençer • edited Apr 14, 2012 by Lex Li

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0