IIS Express 8 ======== > OK
IIS 7.5 (Win 7) ======= > Error
Why?
By way of testing , I created a simple project in Visual .
1 ) Added new " Web Application " Net 4.5
2 ) Added the " BundleTransformer.Less " package
3 ) Added the " JavaScriptEngineSwitcher.V8 " package
4 ) I created a file . " Less" with a red background in Content Folder .
5 ) Configiurei the BundleTransform to use V8
6 ) And follow the example provided by BundleTranform adiconar to the file " teste.less " for minification .
7 ) Build project using IIS Express
And everything is working perfectly!
Now build the project using IIS 7.5 native
Example :
http://localhost/myproject/
And is showing the error mentioned :
" Can not load assembly V8 interface ; VERIFY The Following files that are installed with your application : ClearScriptV8 - 32.dll , 64.dll ClearScriptV8 - v8 - v8 ia32.dll - x64.dll "
Anyone have any idea why? Associated with some setting in IIS ?
The problem is that the same mistake is going to publish the test on the web server . I resolve the problem locally run on IIS Express , but on the official server has no way ! So if you 're missing some setting in IIS 7.5 ... it must also be done on the server .
Follow the download test project to analyze :
http://www.4shared.com/zip/CArqVNw7ba/BasicTransform.html
IIS 7.5 (Win 7) ======= > Error
Why?
By way of testing , I created a simple project in Visual .
1 ) Added new " Web Application " Net 4.5
2 ) Added the " BundleTransformer.Less " package
3 ) Added the " JavaScriptEngineSwitcher.V8 " package
4 ) I created a file . " Less" with a red background in Content Folder .
5 ) Configiurei the BundleTransform to use V8
6 ) And follow the example provided by BundleTranform adiconar to the file " teste.less " for minification .
7 ) Build project using IIS Express
And everything is working perfectly!
Now build the project using IIS 7.5 native
Example :
http://localhost/myproject/
And is showing the error mentioned :
" Can not load assembly V8 interface ; VERIFY The Following files that are installed with your application : ClearScriptV8 - 32.dll , 64.dll ClearScriptV8 - v8 - v8 ia32.dll - x64.dll "
Anyone have any idea why? Associated with some setting in IIS ?
The problem is that the same mistake is going to publish the test on the web server . I resolve the problem locally run on IIS Express , but on the official server has no way ! So if you 're missing some setting in IIS 7.5 ... it must also be done on the server .
Follow the download test project to analyze :
http://www.4shared.com/zip/CArqVNw7ba/BasicTransform.html