Thanks for the quick reply!
I decided to delete everything and then use the zip download from here to build my ClearScript assembly using the Non-V8 solution. I'm still receiving the same exception:
{"Could not load type 'Microsoft.ClearScript.Windows.VBScriptEngine' from assembly 'ClearScript, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.":"Microsoft.ClearScript.Windows.VBScriptEngine"}
The issue occurs as soon as I try to instantiate my object wrapping the VBScriptEngine.
Here is a link to a zip file of my test solution. The solution is pretty straight forward. Two projects, one is a class assembly to wrap ClearScript interaction, the other is a XAML project. The class assembly has one class in it called ClearScriptEngine. When the XAML project tries to instantiate the ClearScriptEngine class, the exception above is thrown and XAML wraps it with a XAML parse exception.
ClearScript Test Solution
Thanks!
I decided to delete everything and then use the zip download from here to build my ClearScript assembly using the Non-V8 solution. I'm still receiving the same exception:
{"Could not load type 'Microsoft.ClearScript.Windows.VBScriptEngine' from assembly 'ClearScript, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.":"Microsoft.ClearScript.Windows.VBScriptEngine"}
The issue occurs as soon as I try to instantiate my object wrapping the VBScriptEngine.
Here is a link to a zip file of my test solution. The solution is pretty straight forward. Two projects, one is a class assembly to wrap ClearScript interaction, the other is a XAML project. The class assembly has one class in it called ClearScriptEngine. When the XAML project tries to instantiate the ClearScriptEngine class, the exception above is thrown and XAML wraps it with a XAML parse exception.
ClearScript Test Solution
Thanks!