visual-studio-2013

Cannot debug .NET-based PowerPoint add-in

牧云@^-^@ 提交于 2020-01-25 10:22:06
问题 I have a PowerPoint add-in developed with .NET Framework 4.0/C#/VSTO. The add-in loads fine when I manually launch PowerPoint, but when I press F5 in Visual Studio, the PowerPoint splash screen shows for a short period and then PowerPoint closes. The Visual Studio output window shows only the following lines: 'powerpnt.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll'. Skipped loading symbols. Module is

Web Essential for Visual Studio Sass compile wrong

我的梦境 提交于 2020-01-25 09:01:25
问题 I am using Visual Studio 2013 Update 4 and Web Essentials. I am coding a web site with Sass (scss) and I have problem with compile it. I have read many articles that Web Essentials doesn´t support it, but I found it works even in options. But there is a problem, for example: $primaryColor: #eeccff; body { $primaryColor: #ccc; background: $primaryColor; } p { color: $primaryColor; } Paragraph (p) have color: #ccc, that is not correct. Any advice? Thanks. EDIT: How can I upgrade the Sass

How to setup Dlib with Visual Studio 2013 without CMake?

 ̄綄美尐妖づ 提交于 2020-01-25 04:17:06
问题 The official document of dlib is shown as follow: All you need to do is create an empty console project. Then add dlib/all/source.cpp to it and add the folder containing the dlib folder to the #include search path. Then you can compile any example program by adding it to your project. Again, note that dlib will only be able to work with jpeg and png files if you link in libjpeg and libpng. In Visual Studio, the easiest way to do this is to add all the source files in the dlib/external folder

hottowel nuget with entity framework 6?

让人想犯罪 __ 提交于 2020-01-25 00:32:06
问题 I'm trying to get hottowel installed via nuget in my german visual studio 2013 mvc application. I get this error: Install-Package : Error during the update from "EntityFramework 6.0.1" auf "EntityFramework 5.0.0". No version of "EntityFramework.de, Microsoft.AspNet.Identity.EntityFramework" found, which are compatible with "EntityFramework 5.0.0" It just says, that the new authentication thing called "identity" uses entityframework features which are not compatible with the needed entity

IIS Express 8 - Max allowed length

天涯浪子 提交于 2020-01-24 19:08:54
问题 In case the below is too long, my question is whether IIS Express 8 in Visual Studio 2013 obeys the maxAllowedContentLength attribute or if it has some overriding value that prevents large requests When debugging some webapi calls against Visual Studio 2013, I'm receiving this error: Maximum request length exceeded. I searched the internet and everything seems to be pointing to these two config entries: IIS 6-: maxRequestLength IIS 7+: maxAllowedContentLength I've added both these config

Creating ASP Web App fails in Visual Studio 2013

若如初见. 提交于 2020-01-24 12:54:46
问题 I'm trying to make new ASP.NET Web Application project in Visual Studio 2013 but it immediately fails with this error: Could not load type 'Microsoft.VisualStudio.Web.WindowsAzure.Contracts.AzureResourceCreationType' from assembly 'Microsoft.VisualStudio.Web.Internal.Contracts, Version=2.3.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a'. I used to be able to create web apps. Visual studio updated to update v4 a while back. Also I made sure all extensions are updated. Any help would be

VS2013 RTM making once per second Signal R requests when I check with fiddler

删除回忆录丶 提交于 2020-01-24 03:26:07
问题 When I check with Fiddler I see my new install of VS2013 is giving Continuous Signal R requests. I don't use anything to do with this in my application. How can I stop these requests which I assume are part of VS2013 trying to sync up something? 回答1: It's probably due to the BrowserLink feature mentioned here. BrowserLink uses SignalR to communicate between VS and your browsers. 回答2: Maybe log out of VisualStudio? It might also help if you tell us where VS is communicating to... 回答3: There

VS2013 RTM making once per second Signal R requests when I check with fiddler

淺唱寂寞╮ 提交于 2020-01-24 03:26:07
问题 When I check with Fiddler I see my new install of VS2013 is giving Continuous Signal R requests. I don't use anything to do with this in my application. How can I stop these requests which I assume are part of VS2013 trying to sync up something? 回答1: It's probably due to the BrowserLink feature mentioned here. BrowserLink uses SignalR to communicate between VS and your browsers. 回答2: Maybe log out of VisualStudio? It might also help if you tell us where VS is communicating to... 回答3: There

Visual Studio 2013 Update 1 Debugger Crashing

五迷三道 提交于 2020-01-23 17:44:04
问题 I recently installed Update 1 for Visual Studio 2013. Every time my program throws an exception, the Visual Studio debugger crashes - whether or not the exception is handled. Visual Studio also crashes whenever it hits a breakpoint. The Windows Error Reporting dialog pops up and gives the options to debug or restart Visual Studio. If I click debug and and open with VS, it also crashes - debugging itself! This is leading me to believe that there is not a problem with my app, but rather with

Typescript build failure

亡梦爱人 提交于 2020-01-23 13:28:49
问题 I'm currently having two projects with typescript 1.1 that are opened in visual studio 2013 with typescript 1.8 installed. VS asks to upgrade which I did but now I get the following error: Unknown compiler option 'listemittedfiles'. Anyone has had the same? 回答1: It seems inside the project we had this line hardcoded <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" /> That way even though it was upgraded to 1.8