I am new to ASP.NET development and I managed to deploy VirtoCommerce on my local IIS computer (Windows 8.1), following the documentation at http://docs.virtocommerce.com/display/vc2devguide/Deploy+web+applications+to+dedicated+ server .
When I tried to deploy it on an Azure VM running Windows Server 2012, I received the following error when I tried to launch the frontend page. The DLL mentioned below is definitely located in the / bin folder in the store.
Server error in application "/". Failed to load file or assembly "LibSass.x64" or one of its dependencies. An attempt was made to download a program with the wrong format. **
I followed the link. Could not load the file or assembly "LibSass.x64" or one of its dependencies in VirtoCommerce , but did not find any luck. What did I miss in this deployment? Any help is much appreciated, thanks.
Are you using 64, and the application pool for IIS and applications is 64 bits? If not, be sure to go to IIS and configure the pool settings to work as a 64-bit process. A simpler approach is: http://docs.virtocommerce.com/display/vc2devguide/Deploy+from+GitHub+to+Microsoft+Cloud+Azure , which will install Virto Commerce as a website in IIS with all the correct configuration for IIS Then you can update it differently by simply uploading the site via FTP if you wish. You can also clone the repository on GitHub, and this way your azure site will be automatically updated every time it is checked.
I was able to reproduce this error on a clean Windows Server 2012 Standard. It turned out that Libsass.Net requires Visual C ++ Redistributable Packages for Visual Studio 2013 . After installing vcredist_x64.exe, the error disappeared.
Source: https://habr.com/ru/post/989048/More articles:The disadvantage of using a transaction with testing entity infrastructure integration - entity-frameworkhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/989044/rails-4-save-checkbox-results-to-serialized-array&usg=ALkJrhjcfn0-iZmT7ruV8uwmmZGSbDMU5gHow to remove added permission due to Google Fitness API 7.5.0 - androidRecyclerView does not consider translation when processing views - androidAuthentication in Socket.io - node.jsSpring security throws javax.servlet.ServletException: Failed to resolve view named 'j_spring_security_check' - javaFailed to load file or assembly "LibSass.x64" or one of its dependencies in VirtoCommerce - virtocommerceAnimated toolbar with fragments - androidReturn I'm to Swift - iosjavax.servlet.ServletException: Failed to allow browsing with the name 'index.html' in the servlet named 'dispatcher' - javaAll Articles