Message 1 of 1
Runtime error: dotNet runtime exception: Invalid directory on URL

Not applicable
08-29-2013
11:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dot net stuff is kinda new to me.
[CODE]
dotNet.loadAssembly " C:/Program Files/myTools/external/Magick.NET-x64.dll"
[/CODE]
result:
Runtime error: dotNet runtime exception: Invalid directory on URL.
i am able to load other assemblies form this directory.
I have a 64 bit system and I belive Max2013 supports dotnet 4.0 , which the version of this .dll was built for.
so I am uncertain what the issue is.
do certain .dlls expect to be in a specific location?