c# - does not implement interface member IComponentConnector2 -
i tried create new windows universal app (uwp) new project seems broken.
i use visual studio 2015 rc (version 4.6.00076), .net windows store apps (4.5.1.0)
how did ? used simple way :
and next, tried build project without modifying nothing in project. , got error :
severity code description project file line error cs0535 'mainpage' not implement interface member 'icomponentconnector2.connect(int, object, object)' d:\windows phone\\\obj\x86\debug\mainpage.g.cs 16
i didn't find solution on internet, maybe it's problem .net version or assembly missing...
does had error ? , fix ?
i tried "repair" visual studio installation nothing new happened.
so, tried remove visual studio , install again.
first time made custom installation, time made full installation.
and seems works good.
strange bug :s
Comments
Post a Comment