• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

.Net Integration Problem

New Here ,
Jan 12, 2009 Jan 12, 2009

Copy link to clipboard

Copied

I'm having a problem integrating .NET on the Windows 2003 Server with CF 8 (8,0,1,195765). As a test I tried two well known .NET examples:

From Ben Forta:
<cfobject type=".NET" name="sidiClass" class="System.IO.DriveInfo">

and from tutorial11.learncf.com:
<cfobject type="dotnet" name="test" class="CfSample" assembly="C:\ColdFusion8\wwwroot\av\CfSample.dll"> (assembly argument pointing to the correct path)

Both of the above examples work OK on my two dev servers: XP+CF8 and Vista+CF8.

The production server throws the following: Class CfSample not found in the specified assembly list (Class System.IO.DriveInfo not found in the specified assembly list. - for Ben Forta's example).

If I stop the ColdFusion 8 .NET service, I'm getting the same error....


Here is what I installed:

1. .NET Framework 3.5
2. CF801-DotNetIntegration

Rebooted.
ColdFusion 8 .NET service running.


Under jnbridge folder, file 'Adobe_ColdFusion_8_.NET_Integration_Services_InstallLog.log' indicates that all inastallation steps were SUCCESSFUL.


I also checked the neo-dotnet.xml, and all seems to be OK:
<?xml version="1.0" encoding="UTF-8"?>
<wddxPacket version="1.0">
<header/>
<data>
<struct type="coldfusion.server.ConfigMap">
<var name="port">
<string>6085</string>
</var>
<var name="protocol">
<string>tcp</string>
</var>
<var name="install_dir">
<string>C:\ColdFusion8\jnbridge</string>
</var>
</struct>
</data>
</wddxPacket>


I changed both services: ColdFusion 8 Application server and ColdFusion 8 .NET to log on as administrator but this has not helped either.

I'm out of options now...

TOPICS
Advanced techniques

Views

374

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 06, 2009 Feb 06, 2009

Copy link to clipboard

Copied

LATEST
Hi,

I have the same problem. Did you find any solution for it?

Thanks!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation