[vtkusers] error adding Kitware.vtk.dll from ActiViz.NET 5.8 x64 to Visual Studio 2012

David Cole DLRdave at aol.com
Thu Oct 9 21:41:19 EDT 2014


Use the 32-bit x86 version for design mode in Visual Studio. VS is a
32-bit app, and can only load 32-bit (or "Any CPU") controls... Since
the x64 is a 64-bit only control, it cannot work within the 32-bit
Visual Studio environment.

Once you have a project that works as 32-bit, you can easily build a
64-bit version of it.... but inside VS you always need a reference to
the 32-bit one for things to work as you expect.


HTH,
David C.


On Thu, Oct 9, 2014 at 7:47 PM, Prashanth <prashanth.dumpuri at gmail.com> wrote:
> All,
>
> I downloaded and installed ActiViz.NET 5.8 x64 version for my 64-bit machine
> running Windows 8.1. I get an error when I add Kitware.VTK.dll to Visual
> Studio 2012.
>
> Here's what I did
>
> Visual Studio 2012 -> Tools -> Choose Toolbox Items ->
> myPath/Kitware.VTK.dll
>
> I get the following error : The file myPath/Kitware.dll is not valid
>
> I saw a similar post but with no solution posted. Any help will be
> appreciated.
>
> Thanks
> Prashanth
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>


More information about the vtkusers mailing list