T
Tobin Harris
Hi there,
This ones a bit tricky to explain, but I'll do my best!...
I am writing a plugin using c# for a commercial app. My plugin uses the
NGraphViz graph rendering library. On my test machine, I'm getting an error
saying that the "NGraphviz library cannot be found", despite the DLL being
included in the deployment folder. All the other deployed DLLs are found ok.
Also, this whole solution has installed fine on other machines.
The authors of NGraphViz tell me that the problem may be because the target
machine is missing a MFC71 dependecy. I have tried putting the MFC71.dll and
MSVCR71.dll in both the Windows/System32 folder, and also the application
bin folder. But, the errror still occurres.
Does anyone know how to deploy MFC DLLs with a .NET project, or at least
provide any hints as to where I could start understanding this problem.
Thanks
Tobin
This ones a bit tricky to explain, but I'll do my best!...
I am writing a plugin using c# for a commercial app. My plugin uses the
NGraphViz graph rendering library. On my test machine, I'm getting an error
saying that the "NGraphviz library cannot be found", despite the DLL being
included in the deployment folder. All the other deployed DLLs are found ok.
Also, this whole solution has installed fine on other machines.
The authors of NGraphViz tell me that the problem may be because the target
machine is missing a MFC71 dependecy. I have tried putting the MFC71.dll and
MSVCR71.dll in both the Windows/System32 folder, and also the application
bin folder. But, the errror still occurres.
Does anyone know how to deploy MFC DLLs with a .NET project, or at least
provide any hints as to where I could start understanding this problem.
Thanks
Tobin