Question
CF 8 and .NET
At this point I'm just trying out the CF8 .NET service and I can't get it to find even the base system classes.
<cfscript>
objEnv = CreateObject("dotnet","System.Environment");
</cfscript>
The above code fails with the generic java.lang.ClassNotFound exception along with any other class I try to access. The CF .Net service IS running. Can someone point me in the right direction to trouble shoot this please.
Thanks