c# - Azure - Not Redirecting to Default Page and showing "Could not load file or assembly 'DotNetOpenAuth.Core'" Error -
i have been working project split following: (1) client application (html5, css3, js / angularjs) , (2) webapi.
it works fine locally, when run application, however, when deployed application azure , attempt access client application, below error:
could not load file or assembly 'dotnetopenauth.core, version=4.0.0.0, culture=neutral, publickeytoken=2780ccd10d57b246' or 1 of dependencies. located assembly's manifest definition not match assembly reference. (exception hresult: 0x80131040)
when type /index.html within browser, default page loads correctly, however, redirection happens automatically, without showing error.
i have set redirection default page in iis well, not redirecting default.
i reading of other questions similar error, however, not have packages.config file since client application have, html5 / css , js application.
i not have packages.config file
as know, error message shows missing/mismatching .net framework assembly. based on description, application not have packages.config. template choose when creating client application in visual studio? use other ide developing?
when type /index.html within browser, default page loads correctly, however, redirection happens automatically, without showing error.
may index.html not use assembly "dotnetopenauth.core", work fine. not mean application work without error. application works on local? find assembly on local? if publish azure, find assembly on azure web app server?
Comments
Post a Comment