Home Account Search

VJSLIB - Could not load file or assembly

Application is compiled properly and runs on local server but it throws the following error when uploaded to a web server:


Error 1 Could not load file or assembly 'vjslib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.  C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\TemplateVSI\TemplateVSI.csproj 57 5 TemplateVSI

 

vjslib.dll Solution

It is most probably the compatibility issue. The server can not execute the x32 reference on x64 environment, so for this J# application (vjslib.dll) Install J# redistributable on your server and it should work fine.

Did you also upload the VJSLIB.DLL on to the bin folder of your application? If not, please do so and apply reference to it in web.config file.

Comments are locked for this post.