我刚刚添加了System.Windows.Interactivity程序集.XamlParse在运行时抛出异常:
无法加载文件或程序集'System.Windows.Interactivity,PublicKeyToken = 31bf3856ad364e35'或其依赖项之一.该系统找不到指定的文件.
谷歌搜索只找到与棱镜相关的结果 - 我不使用.
知道为什么会这样吗?
我想在窗口服务中托管wcf.我以前做过几次没有任何问题.这次安装服务并单击启动后,我在EventViewer中收到以下错误.
Service cannot be started. System.ServiceModel.AddressAccessDeniedException: HTTP could not register URL http://+:.../.../. Your process does not have access rights to this namespace (see http://go.microsoft.com/fwlink/?LinkId=70353 for details).
当我在ConsoleApplication上托管相同的服务,相同的地址时 - 好的.
有没有人有想法?