I thought,
that no is the problem beacuse in console application everiting is ok
then i've tried this:
definition
a) xcopy part in project from dll downloaded to bin directory
b) add dll as resource
c) add <hostingEnvironment shadowCopyBinAssemblies="false" /> inside web.config
d) add dll inside project with simple "add item" (no resource)
1) only a) (simple installation by nuget) => impossible to load ClearScriptV8-32.dll or some reference
2) disabled a) => impossible to load ClearScriptV8-32.dll or some reference
3) b) and disabled a) => impossible to load ClearScriptV8-32.dll or some reference
3) c) and b) and disabled a) => impossible to load ClearScriptV8-32.dll or some reference
4) d) => error in the instantiation New V8ScriptEngine() inside source
I'm very tired of this problem, what can i do?
Thanks, Bye.
that no is the problem beacuse in console application everiting is ok
then i've tried this:
definition
a) xcopy part in project from dll downloaded to bin directory
b) add dll as resource
c) add <hostingEnvironment shadowCopyBinAssemblies="false" /> inside web.config
d) add dll inside project with simple "add item" (no resource)
1) only a) (simple installation by nuget) => impossible to load ClearScriptV8-32.dll or some reference
2) disabled a) => impossible to load ClearScriptV8-32.dll or some reference
3) b) and disabled a) => impossible to load ClearScriptV8-32.dll or some reference
3) c) and b) and disabled a) => impossible to load ClearScriptV8-32.dll or some reference
4) d) => error in the instantiation New V8ScriptEngine() inside source
I'm very tired of this problem, what can i do?
Thanks, Bye.