Skip to main content
Participant
November 8, 2010
Answered

.NET Integration error after 9.0.1 upgrade

  • November 8, 2010
  • 2 replies
  • 2129 views

Hi all,

After successfully running the 9.0.1 update, we find that calls to the System.Globalization.CultureInfo class return the following error:

-------

Either there are no methods with the specified method name and argument  types or the GetCultureInfo method is overloaded with argument types that  ColdFusion cannot decipher reliably. ColdFusion found 0 methods that match the  provided arguments. If this is a Java object and you verified that the method  exists, use the javacast function to reduce ambiguity.


The GetCultureInfo method was not found.

--------

The calling code is as follows:

<cfobject type=".NET" name="cultureInfo" class="System.Globalization.CultureInfo">

<cfset objCI = cultureInfo.GetCultureInfo(arguments.locale)>

--------

Server info is:

CF Version:   CF9.0.1 (32-bit)

OS:               Windows Server 2008

Hotfix level:    9,0,1,274733

Websever:     IIS 7 (using IIS 6 metabase compatibility)

-----

EDIT: I isolated and attempted to dump just the CultureInfo object and the following error was generated:

Ensure that the DotNet agent is running and you have provided the correct  host and port information

DotNet Side does not seem to be running.

The .NET Integration Service is indeed showing as started in Services.

Message was edited by: billybob476

    This topic has been closed for replies.
    Correct answer andyallan

    You need to uninstall the .NET integration services and re-install using the CF9.01 .NET Integration Service, which can be downloaded from: http://www.adobe.com/support/coldfusion/downloads.html

    Andy

    2 replies

    andyallanCorrect answer
    Participating Frequently
    November 25, 2010

    You need to uninstall the .NET integration services and re-install using the CF9.01 .NET Integration Service, which can be downloaded from: http://www.adobe.com/support/coldfusion/downloads.html

    Andy

    Participant
    November 25, 2010

    That did it. I didn't see the heading for the 9.0.1-specific installers.I kept re-installing the 9.0 version. Thanks!

    To others: Don't use the link at the top of the page for "Additional ColdFusion 9 Server Installers" It jumps you to the old installers. "Additional ColdFusion 9.0.1 Server Installers" is much higher up the page.

    Participating Frequently
    November 15, 2010

    Did you get to the bottom of this? I'm having exactly the same problem but on my development environment - It was working fine - I then rebooted my machine & I suddenly started getting the same error

    Ensure that the DotNet agent is running and you have provided the correct  host and port information

    DotNet Side does not seem to be running.

    I have taken CF9 off this machine, rebooted & re-installed it clean against IIS and then upgraded it to 9.0.1 - Yet still all I'm getting is the error above

    Participant
    November 15, 2010

    I haven't been able to find a solution aside from rolling the install back to 9.0 (which is not a solution). I've rolled a down and dirty java counterpart to the .NET functionality we were leveraging.

    No ideas or possible solutions from the community? Anyone?

    Participating Frequently
    November 15, 2010

    Unfortunately I can't roll back to 9.0.1 nor can I leverage Java which is my language of choice due to the particularly funky web service I'm trying to connect to - so any clue would be a massive help