c# - Problems after moving my project from Azure sdk 1.8.0.0 to 2.0.0.0 -
i moving project azure sdk 1.8.0.0 2.0.0.0
it works fine in development environment when going deploy on azure portal gives me error. shown below
an unhandled exception occurred. type: system.io.filenotfoundexception process id: 3620 process name: waiishost thread id: 5 appdomain unhandled exception role frontend_in_0 exception: not load file or assembly 'microsoft.windowsazure.serviceruntime, version=1.8.0.0, culture=neutral, publickeytoken=31bf3856ad364e35' or 1 of dependencies. system cannot find file specified. @ diagconfig.config.getroleinstancediagmonitor() @ frontend.webrole.onstart() @ microsoft.windowsazure.serviceruntime.roleenvironment.initializeroleinternal(roletype roletypeenum) @ microsoft.windowsazure.serviceruntime.implementation.loader.roleruntimebridge.<initializerole>b__0() @ system.threading.executioncontext.runtrycode(object userdata) @ system.runtime.compilerservices.runtimehelpers.executecodewithguaranteedcleanup(trycode code, cleanupcode backoutcode, object userdata) @ system.threading.executioncontext.run(executioncontext executioncontext, contextcallback callback, object state, boolean ignoresyncctx) @ system.threading.executioncontext.run(executioncontext executioncontext, contextcallback callback, object state) @ system.threading.threadhelper.threadstart()
can please in this?
you have updated cloud project version 2.0 , project going deploy azure still have references old azure 1.8
try searching 1.8 references, if using nuget "manage nuget packages solution" right-clicking solution file , update azure references latest.
Comments
Post a Comment