C# WinForm raising error, FileNotFoundException: Could not find OCCTProxy.dll

Rubiofm7

CAD practitioner
Hi,
I try to rebuild and rewrite the C# sample which opencascade offerring, but I still face problem the even though I direct the linker to library and put the dll file in the same folder with exe file. But it’s still not working.Did anyone face the same problem?
 

Quaoar

Administrator
Staff member
Hi,
I try to rebuild and rewrite the C# sample which opencascade offerring, but I still face problem the even though I direct the linker to library and put the dll file in the same folder with exe file. But it’s still not working.Did anyone face the same problem?
Can you briefly explain how to reproduce what you're trying to do? Maybe you have a small reproducer app/repo for others to check out?
 

JSlyadne

Administrator
Staff member
Hi,
I try to rebuild and rewrite the C# sample which opencascade offerring, but I still face problem the even though I direct the linker to library and put the dll file in the same folder with exe file. But it’s still not working.Did anyone face the same problem?
Hi,

Do you face the issue trying to run the OCC sample without any modifications, or the problem appeared after your code refactoring?
 
Top