Integration with .NET 4.0 Framework
My development server is ColdFusion 9,0,0,251028 Enterprise.
We use the .NET Integration service to run our .NET code in CF. We have some code that works when the .NET assembly is built using .NET Framework 3.5, however if fails when the assembly is built with .NET Framework 4.0.
The errors being logged are:
"Error","jrpp-221","09/08/10","12:18:01",,"Error in retrieving the referenced assembly"
"Error","jrpp-221","09/08/10","12:18:02",,"Aborting proxy generation as no classes were found in dependent class list. This might mean that the class MyNamespace.ProofTool was not present in the assembly"
Can someone verify the .NET Integration service is compatible with .NET Framework 4.0 assemblies?
Is there a way to get a more specific error than "Error in retrieving the referenced assembly"?
Thanks!
