vs-2015-preview

Visual Studio 2015 CTP - Javascript support missing

半城伤御伤魂 提交于 2020-01-29 13:13:12
问题 I had Visual Studio 2015 CTP 4 installed and now CTP6 - In both cases it was missing Javascript support. Not showing syntax highlighting for .js file Intellisense not working for .js files Also when i go to tools/options/Text Editor - Javascript language section is missing. See image and its comparison with VS2013. Image At: https://social.msdn.microsoft.com/Forums/getfile/615484 回答1: I know this is a little late but this fixed the issue for me. https://social.msdn.microsoft.com/Forums

How can I run xUnit Unit Tests with VS2015 Preview?

纵饮孤独 提交于 2020-01-13 07:41:52
问题 I added the "xUnit.net runner for Visual Studio" v0.99.8 via Extensions Manager, but when I open the Test Explorer window, it does not seem to pick up any of my unit tests. Also, the Resharper 9 EAP does which is the only version of Resharper that supports VS2015 does seem yet to have the plugin for xUnit Test Runner. How then, can I run xUnit Unit Tests in VS2015 Preview? 回答1: You can find the answer here: http://blogs.msdn.com/b/webdev/archive/2014/11/12/announcing-asp-net-features-in

What are the two numbers in top left of uap app using VS2015 and Windows 10?

僤鯓⒐⒋嵵緔 提交于 2019-12-30 09:30:11
问题 I have installed Win 10 Preview and VS 2015. I created a new uap blank app and ran it and I get a Window with two numbers on the top left, eg 000 000 If I add a button to the app (and move it away from the obscuring numbers) and then click the button, the numbers change in what seems to me a random way, eg 020 001. What is going on? 回答1: I have now found that these numbers disappear if you set this.DebugSettings.EnableFrameRateCounter = false in OnLaunched. This is explained here Not that

Unable to load DLL 'Microsoft.WITDataStore32.dll' (TeamFoundation.WorkItemTracking)

末鹿安然 提交于 2019-12-28 17:28:12
问题 I am posting this in the hope that it will save someone else the time and effort of figuring this one out: My current setup is VS2015 against TFS 2013.4 Problem My old PC setup had VS2013, and I had been using the Microsoft.TeamFoundation.WorkItemTracking.Client namespace to get some Work Item information from TFS. I recently had to rebuild my PC, and continued development of a program that gets this information. To my dismay, I kept getting an error: Unable to load DLL 'Microsoft

Unable to load DLL 'Microsoft.WITDataStore32.dll' (TeamFoundation.WorkItemTracking)

依然范特西╮ 提交于 2019-12-28 17:28:01
问题 I am posting this in the hope that it will save someone else the time and effort of figuring this one out: My current setup is VS2015 against TFS 2013.4 Problem My old PC setup had VS2013, and I had been using the Microsoft.TeamFoundation.WorkItemTracking.Client namespace to get some Work Item information from TFS. I recently had to rebuild my PC, and continued development of a program that gets this information. To my dismay, I kept getting an error: Unable to load DLL 'Microsoft

Roslyn: How to load an existing project outside of Visual Studio

北城余情 提交于 2019-12-23 15:25:56
问题 As written in this question: Can I access the MsBuildWorkspace from within a MsBuild Task class? You cannot use MSBuildWorkspace from an MSBuild task for the same project. However, the only 2 other options are VisualStudioWorkspace and AdhocWorkspace . Does this mean that there's no option for loading a project from an MSBuild task? 回答1: You can create a Project from a set command line arguments using CommandLineProject.CreateProjectInfo , so if you have the csc command line, you can use that

error LNK1104 libcpmtd.lib

此生再无相见时 提交于 2019-12-23 03:04:00
问题 I am trying to compile a project in VS2015 preview, & am getting an error LNK1104, can't find libcpmtd.lib. I'm using windows 7, & compiling Multi-threaded debug. anyone run into this issue? 回答1: I had a same problem while building my project with gtest. I think it is a VS 2015 bug... :-) Add the library directory to your project settings, in my case, "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\lib". It works for me. Good luck! 回答2: In my case, the problem was that I had the

Publish to Azure fails with “ Unrecognized link extension 'contentLibExtension'” Error

雨燕双飞 提交于 2019-12-22 06:15:27
问题 I am trying to publish ASP.NET MVC 6 App to Azure with Visual Studio 2015 CTP. And getting the following error Publishing with publish method [MSDeploy] Calling msdeploy with the command: ["C:\Program Files (x86)\IIS\Microsoft Web Deploy\msdeploy.exe" -source:IisApp='C:\Users\*****\AppData\Local\Temp\AspNetPublish\NgCalendar-28\wwwroot' -dest:IisApp='ngcalendar',ComputerName='https://ngcalendar.scm.azurewebsites.net/msdeploy.axd',UserName='$ngcalendar',Password='{PASSWORD-REMOVED-FROM-LOG}'

Installing KVM Broke Current asp.net vnext Web Project

℡╲_俬逩灬. 提交于 2019-12-18 07:11:30
问题 I installed the KVM using command line and my web project in VS2015 preview broke not compiling, but if add a new web project all works fine, how do uninstall the KVM so I can get my old project working. In this video Scott mention the issue but no solution, please see link, the video mention the issue at the 8:00 minute video 1: http://channel9.msdn.com/Series/Whats-New-with-ASPNET-5/05 I change the to use the default alias but that did not work NuGet Settings 回答1: I believe your versions

How to enable SSL for IIS Express in VS2015

最后都变了- 提交于 2019-12-13 12:53:13
问题 I feel like I must be missing something easy, but does anyone know how to enable SSL for IIS Express when using an ASPNET5 web project? The Project Properties Debug screen only shows a port, not a URL ("classic" web projects still allow you to specific https in the url) 回答1: Edit your applicationhost.config in [SOLUTION_DIR]\.vs\config for exemple in the sites section : <site name="YOUR SITE NAME" id="1"> <application path="/" applicationPool="Clr4IntegratedAppPool"> <virtualDirectory path="/