Azure Website missing msshrtmi when built on and deployed from TFS -
i'm trying deploy azure websites (preview) tfs (preview). build works , website deployed when code tries access azure roleenvironment website throws following exception:
could not load file or assembly 'msshrtmi, version=1.7.0.0, culture=neutral, publickeytoken=31bf3856ad364e35' or 1 of dependencies. system cannot find file specified.
i've tried solutions proposed in following thread no luck. think has tfs.
i have tested this:
- reinstalled azure sdk , tools
- removed platformtarget projectfiles
- wrote post-build event delete msshrtmi.dll
- targeted assemblies x64 (-> failed unit tests on tfs, seems x86, if allowing x64 in .testsettings)
could not load file or assembly 'msshrtmi' or 1 of dependencies (azure table storage access)
i've ran out of ideas on how troubleshoot issue? have suggestions?
i've encountered similar issue in earlier versions of sdk when doing builds. solution wasn't entirely intuitive. if go through each of build configurations , "clean solution" go build configuration care , build issue goes away.
i have no explanation why works, after hours pulling hair out, happy have solution.
Comments
Post a Comment