I have no problem using the Noesis.Javascript
DLL in a console application, but when I use the DLL in my web application in the development server, I get the following error:
Could not load file or assembly 'Noesis.Javascript, Version=0.0.0.0, Culture=neutral, PublicKeyToken=ae36d046c7f89f85' or one of its dependencies. The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail. (Exception from HRESULT: 0x800736B1)
First I think the problem was that in the development server, because where weren't the correct versions of the msvc*.dll's
:
- msvcm90.dll (9.0.30729.6161)
- msvcp90.dll (9.0.30729.6161)
- msvcr90.dll (9.0.30729.6161)
I installed this versions but the error still happening!
I 'm using win7 x64 and visual studio 2008 express, and the server is win2008 server R2 x64.
Can any one help me?