visual-studio-2013

HTTP Error 405.0 - Method Not Allowed in ASP.net MVC5

巧了我就是萌 提交于 2020-01-06 20:19:11
问题 I am continuously getting the following message while running my application. HTTP Error 405.0 - Method Not Allowed The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used. I dont have any clue how this happening. I tried to run this with undoing last changes but still its not working. Can anyone help me on this please? 回答1: Mostly it means that your Web Server is not recognizing the HTTP method( GET,POST,DELETE,PUT ...) in the request. First,

Why is Visual Studio 2013 crashing when I try to create/open a Multi-Device Hybrid Apps application?

假装没事ソ 提交于 2020-01-06 19:47:09
问题 I'm attempting to create a first application and it crashes when I try to create or open a solution created from the template. I have very basic debug information: System.ArgumentException was unhandled Message: An unhandled exception of type 'System.ArgumentException' occurred in WindowsBase.dll Additional information: The path is not of a legal form. I already have an environment setup for Android Studio 0.8.0 and have installed ant previously in order to support robobinding in android. 回答1

Renewed developer license,. Now i cant debug my winrt app. Error : DEP0700

ⅰ亾dé卋堺 提交于 2020-01-06 19:42:10
问题 I am developing winrt app. Today i renewed visual studio developer's license. from then I'm getting the error. The app is running fine on simulator, but I'm trying to run it on Remote machine where its throwing this error. Error 1 Error : DEP0700 : Registration of the app failed. An internal error occurred with error 0x80070005. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues. (0x80073cf6) I checked this,this,this and this. None helpful in my case

Visual studio debug access to external database

夙愿已清 提交于 2020-01-06 16:29:30
问题 I have a question as to how the Visual Studio 2013 debug emulator for Web API works. I had built a Web API project in Visual Studio 2013 to access a database on an external server. The code was built using VS2013's ASP.NET Web Application project template for a Web API application. Once built, running debug opened a browser window for localhost port 56618, which allowed access from Fiddler to test Http requests. Once I had the project finished, I published it to a website using Web Deploy to

VS2013, TFS 2012 AutomatedTest NUnit not working problems

烈酒焚心 提交于 2020-01-06 14:41:38
问题 I using VS2013. Test Framework is NUnit 2.6.4, NUnitTestAdapter is 1.2 Version. I local using ReSharper and all test successfully. But,this exception. TF900546: An unexpected error occurred while running the RunTests activity: 'Could not load type 'Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestExecutorLauncher2' from assembly 'Microsoft.VisualStudio.TestPlatform.ObjectModel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.'. 回答1: Visual studio 2013 dll's have

Local file storage during development of a Windows Store App

半世苍凉 提交于 2020-01-06 13:53:34
问题 So I'm getting started in windows store apps. It is also my first experience with Visual Studio. Windows 8.1 for that matter, too :P I'm trying to figure out how local file storage works during the dev phase of this project. I understand the concept of how the appdata directory and the application install directory interact with the app once it is published and installed on a client's PC. This SO answer gives a good overview of how it is supposed to work. However, I can't figure out how,

How can I make Visual Studio open tabs always in its main window?

天大地大妈咪最大 提交于 2020-01-06 12:58:16
问题 I have a multi-monitor system, and Visual Studio set up like this: The main windows on the left, stuff like Solution Explorer, Output and Error windows on the right. When I want to open any file from the second monitor, the new tab also gets opened there. However, I rather want new tabs to appear in the tab well on my main monitor. Is there any setting (or extension) that can achieve that? 回答1: It is difficult to tell what causing it. Resharper and Productivity Power Tools both have an

TypeScript JavaScript Cache issue

我的未来我决定 提交于 2020-01-06 12:53:50
问题 I am using Visual Studio 2013 Update 1 I have written some code in TypeScript some days before, but most part of the code is commented. Today, I uncommented that code and trying to debug JavaScript file. The strange thing is that I am seeing commented code in generated dynamic JavaScript. My guess is that TypeScript is bringing this code from Cache. So, to clear this cache I have restarted Visual Studio, cleared Internet Explorer Browser Cache, done iisreset, restarted system... all the pains

TypeScript JavaScript Cache issue

点点圈 提交于 2020-01-06 12:53:29
问题 I am using Visual Studio 2013 Update 1 I have written some code in TypeScript some days before, but most part of the code is commented. Today, I uncommented that code and trying to debug JavaScript file. The strange thing is that I am seeing commented code in generated dynamic JavaScript. My guess is that TypeScript is bringing this code from Cache. So, to clear this cache I have restarted Visual Studio, cleared Internet Explorer Browser Cache, done iisreset, restarted system... all the pains

How can I make the namespace locally match what is listed on MSDN?

China☆狼群 提交于 2020-01-06 12:52:31
问题 I'm using Microsoft Visual Studio 2013 Premium. When I consult MSDN, it lists the classes available for the Microsoft.VisualStudio.TestTools.UITesting namespace. However when I view that namespace through the Object Browser, it doesn't list all of the classes. This is further evidenced when I try to use the ImageComparer class. How can I get all of the classes? MSDN: http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.testtools.uitesting.aspx Local Object Browser: 回答1: It's