Hello,
I am having an issue with a .Net Assembly called Zoom.Net.dll (a z39.50 .net assembly), the dll is in the
path \coldfusion8\wwwroot\WEB-INF\cfclasses\dotNetProxy\ when I try to instanciate the assembly using
<cfobject type=".NET" class= "Zoom.Net" name="zoomInstance" assembly="Zoom.Net.dll">
I get the following Error:
Class Zoom.Net not found in the specified assembly list. The assembly that contains the class must be provided to the assembly attribute.
I can get System.IO.Directory assembly to work just fine. Have cycled the .Net service, and now at a loss. If I open the .dll in vs.net I see this, so I know it is a valid .net assembly (ignore the H:\ path stuff it is in \dotNetProxy cf dir)
Assembly Zoom.Net Member of Custom Component Set H:\My Z3950\Zoom.Net-1.0.2400.win32.Net2.0.50727\Zoom.Net-1.0.2400.win32.Net2.0.50727\bin\Relea se\Zoom.Net.dll
Attributes: [System.Reflection.AssemblyDelaySignAttribute(false), System.Runtime.CompilerServices.RuntimeCompatibilityAttribute, System.Reflection.AssemblyKeyNameAttribute(""), System.Reflection.AssemblyKeyFileAttribute(""), System.Reflection.AssemblyTrademarkAttribute(""), System.Reflection.AssemblyCopyrightAttribute("©2005 All Rights Reserved, please see LICENSE.Zoom.Net"), System.Reflection.AssemblyProductAttribute("Zoom.Net"), System.Reflection.AssemblyCompanyAttribute("Talis PLC"), System.Reflection.AssemblyConfigurationAttribute(""), System.Reflection.AssemblyDescriptionAttribute("Zoom.Net provides the interfaces, enums and exceptions for .Net implementations of the Zoom.Net specification"), System.Reflection.AssemblyTitleAttribute("Zoom.Net"), System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
What do next ? Could this be a .NET vs Coldfusion .NET service version issue ? Kinda at a loss.
Thanks for any insight.
Thanks, Bob Bell