c# - rc1-update2 (CS0433) SecureString -


i getting error after last visual studio update rc1-update2, messed me

the error getting

error cs0433 type 'securestring' exists in both 'system.security.securestring, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a' , 'mscorlib, version=4.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089'

the dnvm list

active version runtime architecture operatingsystem alias ------ ------- ------- ------------ --------------- -----

   1.0.0-rc1-final   clr     x86          win   *    1.0.0-rc1-update1 clr     x64          win             default 

apparently using

dnvm use 1.0.0-rc1-update1 -r clr -arch x64 -p

i not using global.json , not intending project json this

{

"buildoptions": { "emitentrypoint": true },

"dependencies": { "microsoft.aspnet.iisplatformhandler": "1.0.0-rc1-final", "microsoft.aspnet.server.kestrel": "1.0.0-rc1-final", "microsoft.aspnet.mvc": "6.0.0-rc1-final", "microsoft.aspnet.mvc.taghelpers": "6.0.0-rc1-final", "microsoft.aspnet.staticfiles": "1.0.0-rc1-final", "microsoft.aspnet.tooling.razor": "1.0.0-rc1-final", "microsoft.extensions.codegenerators.mvc": "1.0.0-rc1-final", "microsoft.extensions.configuration.fileproviderextensions": "1.0.0-rc1-final", "microsoft.extensions.configuration.json": "1.0.0-rc1-final", "microsoft.extensions.configuration.usersecrets": "1.0.0-rc1-final", "microsoft.extensions.logging": "1.0.0-rc1-final", "microsoft.extensions.logging.console": "1.0.0-rc1-final", "microsoft.extensions.logging.debug": "1.0.0-rc1-final", "microsoft.visualstudio.web.browserlink.loader": "14.0.0-rc1-final", "microsoft.aspnet.mvc.viewfeatures": "6.0.0-rc1-final", "microsoft.aspnet.diagnostics": "1.0.0-rc1-final", "microsoft.aspnet.localization": "1.0.0-rc1-final", "system.security.securestring": "4.0.0-beta-23409", "system.runtime": "4.0.21-beta-23516", "system.runtime.interopservices": "4.0.21-beta-23516", "newtonsoft.json": "8.0.3", "microsoft.aspnet.http": "1.0.0-rc1-final", "microsoft.aspnet.session": "1.0.0-rc1-final", "microsoft.extensions.caching.memory": "1.0.0-rc1-final", "system.net.primitives": "4.0.11-beta-23516" },

"commands": { "web": "microsoft.aspnet.server.kestrel", "ef": "entityframework.commands" },

"frameworks": { "dnx451": { "dependencies": { ..... } } },

"exclude": [ "wwwroot", "node_modules" ], "publishexclude": [ ".user", ".vspscc" ] }

my head had been hitting wall quite while if had similar issue gr8 share


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -