Method Not Found Calling .NET Method with List from ColdFusion

后端 未结 1 697
無奈伤痛
無奈伤痛 2021-01-22 05:50

For some background, this is related to Passing IEnumerable Variables into .NET from ColdFusion. I\'ve changed the code to use a list instead, and have made progress, but contin

相关标签:
1条回答
  • 2021-01-22 06:28

    (From the comments)

    Believe it or not it is just an assembly path problem. You have to use both files in the assembly list, not just CoStarUtilities, ie:

     <cfset eventCollection = CreateObject(".net"
                     , "CoStar.Utilities.VideoWall.VideoWallEventActivityCollection"
                     , Paths ) />
    
    0 讨论(0)
提交回复
热议问题