Quantcast
Channel: ClearScript
Viewing all articles
Browse latest Browse all 2297

New Post: Visual Studio 2013 cannot load assembly Microsoft.ClearScript.Windows.VBScriptEngine

0
0
Hello, I can't find any help for this error. I installed ClearScript from the NuGet Package Manager console using Install-Package ClearScript. I see messages informing me 'ClearScript 5.3.11.0' installed successfully.

I then tried to create a simple test project that instantiated the VBScriptEngine object using the following:
    public class ClearScriptEngine
    {
       private readonly VBScriptEngine _engine;

       public ClearScriptEngine()
       {
          _engine = new VBScriptEngine();
       }
    } 
When running, I receive this 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"

Anyone know how to fix this? Is there a setting I'm missing? Again, the only setup I performed was installing from NuGet Package Manager.

I'm running Visual Studio Premium 2013. Version 12.0.30723.00 Update 3. .NET Framework Version 4.5.51641.

Viewing all articles
Browse latest Browse all 2297

Latest Images

Trending Articles





Latest Images