Can't consume vb.net object using Coldfusion
Hi All,
I am running Coldfusion 9 Standard on Windows 2003 server and have dot net 3.5 installed. I am developing VB dotnet class using visual studio 2005. The COM class allows one to read and write to office document custom meta data.
If I create another VB executable I am able to reference this COM object with no problem.
With Coldfusion I keep getting class officeproperties was not found in specified assembly list for the line
<cfobject ".net" name = "officedocinstance" class="OfficeProperties" assembly="C:\build\offproperties.dll">
I have seen a few examples of how to consume these objects on the web but they never come with a no dot net source code and working binary to test with. I was wondering if anyone knew of a URL or could provide me with a very simple vb.net source class, project configuaration and binary that I can consume using coldfusion? It would be a fantastic base for me to develop on.
Also Is there any way of getting Coldfusion to spit out all public classes and methods of a given COM .dll?
As I said I can reference the class fine with in VB studio using another stand alone VB.net application. But Im pretty certain the problem lies in my vb configuration or code as I was able to consume the System.IO.DriveInfo dot net class the comes standard with dot net using <cfobject type=".NET" name="sidiClass" class="System.IO.DriveInfo">
So having a working simple VB.net class that works with coldfusion would be a great base for me to start.
