Now, I added a bridging C# module between C++ host and runtime compiled C# assembly. but have a problem to load the compiled assembly. Here <http://mono.1490590.n4.nabble.com/file/n4666794/Program.cs> is a C# source file of the bridging module. The scheme of the module is almost same with the C++ demo that I had showed in before post.
A FileNotFoundException throwing at AppDomain.CurrentDomain.Load() in AssemblyReflactor.LoadAssembly(). However, as you can see, the compiled assembly reference only the System. so I don't think should to load any other assemblies first. It's one thing after another. How should I fix it? Thanks for advance. -- View this message in context: http://mono.1490590.n4.nabble.com/Missing-some-symbols-in-Windows-package-tp4666766p4666794.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
