visual-studio-2010-sp1

Microsoft VisualStudio TestTools UITest dll

有些话、适合烂在心里 提交于 2020-02-01 03:47:06
问题 I need to find Microsoft.VisualStudio.TestTools.UITest.Common.dll Microsoft.VisualStudio.TestTools.UITest.Extension.dll Microsoft.VisualStudio.TestTools.UITest.Extension.Firefox.dll Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll Microsoft.VisualStudio.TestTools.UITesting.dll Microsoft.VisualStudio.QualityTools.CodedUITestFramework.dll Where are these dll located so I can reference it on my project and i am using visual studio 2010 professional. 回答1: For Visual Studio 2013,

Can adding a solution to TFS server cause WCF to break?

China☆狼群 提交于 2020-01-16 19:46:48
问题 I am running on SP1 beta of 2010... it may or may not related to the beta. But, in general, can adding a project to the codeplex TFS server somehow make WCF break when also inside an Azure project? Seems to be the pattern for me. Immediately upon launch I get a ServicePoint exception. If I remove the app from source control everything works fine. My project consists of Azure WCF hello world application VS2010 SP1 beta Adding codeplex TFS reference causes exception 回答1: Is it a

Can adding a solution to TFS server cause WCF to break?

雨燕双飞 提交于 2020-01-16 19:46:12
问题 I am running on SP1 beta of 2010... it may or may not related to the beta. But, in general, can adding a project to the codeplex TFS server somehow make WCF break when also inside an Azure project? Seems to be the pattern for me. Immediately upon launch I get a ServicePoint exception. If I remove the app from source control everything works fine. My project consists of Azure WCF hello world application VS2010 SP1 beta Adding codeplex TFS reference causes exception 回答1: Is it a

MS deploy from deploy dialog (not powershell) does not work if there are quotes

你说的曾经没有我的故事 提交于 2020-01-03 01:22:13
问题 In my Visual Studio 2010 SP1Rel, MS web deploy has suddenly stopped workingwith this error: Unrecognized argument 'Web'. All arguments must begin with "-". The argument "Web" refers to the parameter "Default Web Site", ie web deploy cannot deploy if the path contains spaces. This worked until today. If I rename my website to DefaultWebSite (no spaces) then the error message changes to: Unrecognized argument 'Source=10.10.10.1\MSSQLSERVER,1432;Initial'. All arguments must begin with "-". There

VS2010 Express missing devenv.exe so I can't fix “project out of date” issue

爱⌒轻易说出口 提交于 2019-12-30 06:10:15
问题 I'm actually trying to fix this issue where my projects are always out of date by using the steps outlined in this answer to enable system logging. However I can't find devenv.exe.config or the matching .exe file anywhere on my machine let alone in either C:\Program Files or C:\Program Files (x86) . I'm running Windows 7 SP1 (which I presume isn't particularly relevant) and VS2010 Express SP1. I was thinking that maybe devenv isn't available in the Express version but I can't find any info to

VS2010 Express missing devenv.exe so I can't fix “project out of date” issue

喜欢而已 提交于 2019-12-30 06:10:08
问题 I'm actually trying to fix this issue where my projects are always out of date by using the steps outlined in this answer to enable system logging. However I can't find devenv.exe.config or the matching .exe file anywhere on my machine let alone in either C:\Program Files or C:\Program Files (x86) . I'm running Windows 7 SP1 (which I presume isn't particularly relevant) and VS2010 Express SP1. I was thinking that maybe devenv isn't available in the Express version but I can't find any info to

How to fix Visual Studio's error “This server version is not supported…” for SQL Server 2012

核能气质少年 提交于 2019-12-30 06:00:38
问题 I recently installed Visual Studio 2010 and SQL Server 2012 on a Windows Server 2008 R2 machine - (including all updates/Service Packs). When attempting to work on a SQL Server database from within Visual Studio, VS throws the following error: This server version is not supported. Only servers up to Microsoft SQL Server 2008 are supported I recall getting this same error a while back (on a different computer) when I updated a SQL Server 2008 instance to SQL Server 2008 R2 . The fix, back then

Resharper: Cannot resolve symbol 'Eval' in VS2010 SP1

为君一笑 提交于 2019-12-28 16:52:14
问题 I just installed SP1 for VS2010, and since then I get error messages from Resharper for stuff that used to work and be ok for Resharper (5.1) before. The error messages are "Cannot resolve symbol 'Eval'" and some other methods other than Eval. How do I solve this? Is there a fix? Is there some resharper cache that I must delete/clear? (The code compiles and runs as usual) 回答1: I would try deleting the _ReSharper.{SolutionName} directory completely if clear cache fails. You might want to close

Resharper: Cannot resolve symbol 'Eval' in VS2010 SP1

主宰稳场 提交于 2019-12-28 16:50:44
问题 I just installed SP1 for VS2010, and since then I get error messages from Resharper for stuff that used to work and be ok for Resharper (5.1) before. The error messages are "Cannot resolve symbol 'Eval'" and some other methods other than Eval. How do I solve this? Is there a fix? Is there some resharper cache that I must delete/clear? (The code compiles and runs as usual) 回答1: I would try deleting the _ReSharper.{SolutionName} directory completely if clear cache fails. You might want to close

Installation of Visual Studio 2010 Service Pack 1 Beta and Asp.net MVC 3

若如初见. 提交于 2019-12-25 03:37:25
问题 Has anybody tried to install the beta SP1 for VS2010 and MVC3 at the same time? Is it safe to install, or is it better to wait for the RTM of the SP1? I remember reading something about issues with MVC3 RC2 and SP1 Beta. 回答1: There was a problem with VS2010 SP1 beta and MVC 3 RC (what became RC1 - they were only planning one RC until this problem came up) that affected Razor Intellisense. This was resolved by a second RC release of MVC 3. There is no issue with MVC 3 RTM and VS 2010 SP1 beta.