[vtkusers] vtkDotNetWrap.dll

Peter Schmitt pschmitt at gmail.com
Tue Jul 19 15:55:36 EDT 2005


Just a guess, but double check that the .dll is in the same directory
as the executeable you make and/or maybe try setting your PATH
variable to point to the dll?

I think Visual Studio creates a project directory with nested
debug/release directories that store the executables on compile... so
when you run the executable it looks for dlls in its directory, not
one up.

-Pete


On 7/19/05, patgo at sapo.pt <patgo at sapo.pt> wrote:
> 
> 
> Hi,
> 
> I have just installed VTK to work with C#. As supposed, I have copied
> vtkDotNetWrap.dll to the project's directory and use it as a reference. The
> solution builds just fine but the project doesn't run. It presents me the
> following text:
> 
> An unhandled exception of type 'System.IO.FileNotFoundException' occurred in
> Unknown Module.
> Additional information: File or assembly name vtkDotNetWrap, or one of its
> dependencies, was not found.
> 
> Does anybody know how to prevent this? What can I do?
> 
> Thank you,
> Patrícia Gonçalves
> ___________________________________________________________________
>  
>  O SAPO já está livre de vírus com a Panda Software, fique você também!
>  Clique em: http://antivirus.sapo.pt
>  
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
> 
> 
> 


-- 
Pete



More information about the vtkusers mailing list