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