Hi, I have a problem deploying V8, as https://clearscript.codeplex.com/workitem/18, bu on my "on premise" iis.
I have already installed VCredist, just 64 (or is necessary also 32?): we are only 64! I have installed update 3 (not Update 4 that came out yesterday! but I don't think it's an issue).
The load path for dll is correctly the root of the web app, and dlls are loaded there.
Any idea how to check?
Thanks in advance.
Marco Parenzan
Comments: Hi, I have just finished solving. dlls were added as nuget package. So I had the postbuild script that copies dlls "clearscript* and v*" as postbuild events. I have removed the script, inserted dlls as content in the root of web application (copy if newer). Than I have regenerated the entire project adding the correct dependencies (I had a lot of unuseful dlls - ASPNET MVC Internet template). now the situation is clear and working. Thanks! Great work!!!!
I have already installed VCredist, just 64 (or is necessary also 32?): we are only 64! I have installed update 3 (not Update 4 that came out yesterday! but I don't think it's an issue).
The load path for dll is correctly the root of the web app, and dlls are loaded there.
Any idea how to check?
Thanks in advance.
Marco Parenzan
Comments: Hi, I have just finished solving. dlls were added as nuget package. So I had the postbuild script that copies dlls "clearscript* and v*" as postbuild events. I have removed the script, inserted dlls as content in the root of web application (copy if newer). Than I have regenerated the entire project adding the correct dependencies (I had a lot of unuseful dlls - ASPNET MVC Internet template). now the situation is clear and working. Thanks! Great work!!!!