Hi all,
I've tried to test the ClearCanvas VTK Volume plugin from the ImageViewerSamples solution, building it both against the source and against the binaries.
I'm using CC SDK 2.0 sp1 and CC Worstation 2.0.
When I open the tool and click on the "Create Volume" button it thows the following exception:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'vtkRenderingDotNet, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
File name: 'vtkRenderingDotNet, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
at Volume.VtkRenderingSurface..ctor(IntPtr windowID)
at Volume.VolumePresentationImageRenderer.GetRenderingSurface(IntPtr windowID, Int32 width, Int32 height)
at ClearCanvas.ImageViewer.View.WinForms.TileControl.get_Surface()
at ClearCanvas.ImageViewer.View.WinForms.TileControl.DoDraw()
at ClearCanvas.ImageViewer.View.WinForms.TileControl.OnTileDrawing(Object sender, EventArgs e)
I got stuck on that and could not figure it out.
Anyone could help me?