Is there any way to easily verify that .NET services are configured and working in ColdFusion 10? The settings are not exposed in the "Settings Summary" page and there's no test default "hello world" script. There is documentation on "installation", but no instructions on verifying that it's installed correctly:
I'm trying to integrate SautinSoft's HtmlToRDF .NET component (with sample code that was provided by other CF developers):
<cfobject type=".NET" action="Create" class="SautinSoft.HtmlToRtf" name="ConvHTMLObj" assembly="c:\sautinsoft\SautinSoft.HtmlToRtf.dll">
and I keep getting the following error:
Class SautinSoft.HtmlToRtf not found in the specified assembly list.
The assembly that contains the class must be provided to the assembly attribute.
I've used .NET with past versions of ColdFusion, but having difficult finding troubleshooting articles for ColdFusion 10.
Again, I want to verify that .NET is properly configured in ColdFusion 10 before I invest any more time only to discover a new undiscovered bug. Is there any place I can find 10-specific information?
Thanks.