小编Dra*_*che的帖子

VS附加到进程禁用

几天前,VS 2010和VS 2008中的"附加到进程"对话框中的附加按钮也被禁用了.起初我认为它只是我在VS 2010中安装的扩展,但后来我注意到它在VS 2008中是相同的.这两个VS都是在管理模式和Windows 7上运行.我环顾四周,但我可以'似乎找到了解决方案.如果有人遇到类似的问题,一点帮助就会很好.先谢谢.

编辑:附上对话的图片!

debugging visual-studio-2010 visual-studio-2008 visual-studio attach-to-process

16
推荐指数
1
解决办法
1万
查看次数

NuGet无法加载PowerShell

我有一个类似于反射器问题的问题,除了我没有安装Reflector插件,我仍然无法启动NuGet控制台.我在Windows 7 Professional,VS 2010 SP1上运行.

Nuget通过GUI工作正常,但是,例如,我不能在没有控制台的情况下安装*.vsdoc文件.

以下错误是:

The following error occurred while loading the extended type data file: Microsoft.PowerShell.Core, C:\Windows\SysWOW64\WindowsPowerShell\v1.0\types.ps1xml(2943) : Error in type "System.Security.AccessControl.ObjectSecurity": Exception: Cannot convert the "Microsoft.PowerShell.Commands.SecurityDescriptorCommandsBase" value of type "System.String" to type "System.Type".
The following error occurred while loading the extended type data file: Microsoft.PowerShell.Core, C:\Windows\SysWOW64\WindowsPowerShell\v1.0\types.ps1xml(2950) : Error in type "System.Security.AccessControl.ObjectSecurity": Exception: Cannot convert the "Microsoft.PowerShell.Commands.SecurityDescriptorCommandsBase" value of type "System.String" to type "System.Type".
The following error occurred while loading the extended type data file: Microsoft.PowerShell.Core, C:\Windows\SysWOW64\WindowsPowerShell\v1.0\types.ps1xml(2957) …
Run Code Online (Sandbox Code Playgroud)

powershell visual-studio-2010 nuget

12
推荐指数
1
解决办法
8413
查看次数