Hello,
I have compiled an assembly using csharpcodeprovider.compileassemblyfromdom, and later when I tried to load the assembly, it gives me error "
Unable to generate a temporary class (result=1).
error CS0029: Cannot implicitly convert type 'Tidal.WebServices.Proxy.ENTRY' to 'Tidal.WebServices.Proxy.ENTRY[]'
I have searched it online and figured out that it is a .Net bug: http://support.microsoft.com/kb/2486643
However, none of the workarounds in the post works for me, as I need to create the assembly in the C# code, and the WSDL will be at client side, which I will have no access?
Will anyone have any suggestions for me?
Thanks,
Cicely