Hello. I already tried placing the Microsoft.Visual basic.dll file in the assets folder of unity. My scripts are also placed in assets folder. No subfolders at all.
I’m using monodevelop. The reference folder in monodev shows a box with a little file beside the label Microsoft. Visualbasic.
- tried changing the player settings in unity to. 2.0Net
- tried using Microsoft. Office. Interop.excel, which shows the unexpected handler error, system.IO.filenotfoundexception. So Microsoft office can’t work.
The monodevelop builds fine. But unity has an error: filenotfoundexception: could not load file or assembly ‘system.deployment, version = 2.0.0.0, culture=neutral, publickeytoken=b03f5f7f1150a3a’ or one of its dependencies.
I need to access Microsoft.visualbasic.finance.IRR function. Maybe there’s another workaround.
Help!!!