Dale

I had the same problems you have described.

However, after stopping and restarting the ColdFusion 8 .NET Service
everything started working.

<cfobject type=".NET" name="test" class="CfSample"
    assembly="d:/samples/Original/CfSample.dll">
<cfdump var="#test#">

<cfdump var="#test.SampMultiply(8,5)#">
<cfGuess type="wild">Possibly, the .net service is starting before the
ColdFusion service is and the connection is borken somehow? If this guess is
correct it could explain why the problem would persist between server
restarts.</cfGuess>

My environment: WinXpS2, cf8 multiserver, .net 1.1, 2, 3, and 3.5 installed!
(
http://www.walkernews.net/2007/07/30/how-to-verify-dot-net-framework-version/
)

Hope this helps

Antony


On 9/20/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
>
>
>                Cant get it to work either.
>
> Is there some setting missing, I checked I had the .NET stuff installed.
>
> There must be someone who can explain this issue, which is basically it
> doesn't think the Class is in the DLL. Even though it is.
>
> ----------------------------------------
>
>                                From: "Davide Campo" <[EMAIL PROTECTED]
> >
> Sent: Wednesday, 19 September 2007 9:15 AM
> To: CF-Talk <[email protected]>
> Subject: Re: Simple .NET Class
>
> >Hi
> >Can you try giving the class = CFDotNet.CfSample
>
> i tried this
>
> type = "dotnet"
> name = "MDBDTable"
> class = "CFDotNet.CfSample"
> assembly = "#expandpath('.')#\CfSample.dll">
>
> error:
> java.lang.ClassNotFoundException - CFDotNet.CfSample
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288889
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to