visual-studio-2013

.cs files can't be opened anymore in VS 2013 Professional Update 4

情到浓时终转凉″ 提交于 2020-01-04 14:11:55
问题 I'm facing a problem where I can't open .cs files in Visual Studio 2013 after one day. It started on Monday: I opened an existing solution and tried to open the Program.cs file but instead was met with the following error message (rough translation): No exports were found that meet the constraint: ContractName Microsoft.VisualStudio.Utilities.IContentTypeRegistryService RequiredTypeIdentity Microsoft.VisualStudio.Utilities.IContentTypeRegistryService I tried opening .cs files in different

SQL Server CLR integration with 3rd party SDK: Error on missing assembly System.Drawing

北城余情 提交于 2020-01-04 07:35:47
问题 I am developing a solution that will interface with the SDK of a 3rd party application and ultimately create a dataset to migrate data into a destination database on our SQL Server 2014 instance. This interface is via a SQL Server CLR Stored procedure. the following references have been used in creating the CLR assembly on the C# side: using System; using System.Data; using System.Data.SqlClient; using System.Data.SqlTypes; using Microsoft.SqlServer.Server; using (3rd party SDK); using System

SQL Server CLR integration with 3rd party SDK: Error on missing assembly System.Drawing

旧街凉风 提交于 2020-01-04 07:35:13
问题 I am developing a solution that will interface with the SDK of a 3rd party application and ultimately create a dataset to migrate data into a destination database on our SQL Server 2014 instance. This interface is via a SQL Server CLR Stored procedure. the following references have been used in creating the CLR assembly on the C# side: using System; using System.Data; using System.Data.SqlClient; using System.Data.SqlTypes; using Microsoft.SqlServer.Server; using (3rd party SDK); using System

MvvmCross for WPF and Xamarin.Mac: is it possible?

让人想犯罪 __ 提交于 2020-01-04 06:14:20
问题 I'd like to ask anyone out there whether is possible, as of today, to develop a Windows/MacOS cross platform application using WPF (in Visual Studio) and Xamarin.Mac (in Xamarin Studio for Mac). I searched the web, twitted people (Stuart, I know you pointed me to loqu8 build some days ago, but I'm just stuck :P) but nothing really useful came up. So, my questions are: First and foremost: is it possible? Is it production ready? If not, how much stable it is? Are there any plans for improving

Visual Studio unable to use debugger (AccessViolationException). Code executing in random order

心不动则不痛 提交于 2020-01-04 05:59:03
问题 As of today I can no longer debug any c# code using Visual Studio. If I use the debugger, breakpoints can be hit, but as soon as execution has paused the trouble begins. Pressing Step Into, or Continue will normally generate an AccessViolationException saying the memory is corrupt and kill the current request. If I then run a further web request I will instead get an SEHException (occurred in Unknown Module). It gets even more odd, in that if the AccessViolationException doesn't trigger, the

Protobuf - Refuses to link vs2013 or vs2015

≯℡__Kan透↙ 提交于 2020-01-04 05:17:13
问题 As the title states I cannot get protobuf to link successfully. Here is the small test program. note the AddressBook class was generated usin gthe protoc compiler that was built when i compiled protobuf.Additionally, this proto file is part of googles protobuf examples that is included with the source. #define PROTOBUF_USE_DLLS #include <iostream> #include "addressbook.pb.h" #pragma comment(lib, "libprotocd.lib") #pragma comment(lib, "libprotobufd.lib") #pragma comment(lib, "libprotobuf-lited

How to debug appdomain return values in VS

梦想与她 提交于 2020-01-04 04:27:05
问题 my c# programm is using multiple appdomains to load/unload assemblies. My assemblies in the 2nd appdomain are returning an object which inherits MarshalByRefObject. My Problem now is that Visual Studio tells me that it can't Show information about it. Obtaining the runtime type of a transparent proxy is not supported in this context. I can see information about this object when I'm in a class of the 2nd appdomain. My question now: is it somehow possible to tell Visual Studio to Show me

Where does Chutzpah Test Adapter install PhantomJS?

与世无争的帅哥 提交于 2020-01-04 02:57:13
问题 I've just installed the Chutzpah Test Adapter extension to a VS2013, and run a simple Jasmine test through VS's Test Explorer. That worked fine - running the tests headless. Then I tried to run the same test through Resharper's test explorer, and and that didn't work. It opened up a browser window, and then nothing happened. I've generally preferred Resharper's test explorer, but I'm the only one on the team who's using Resharper, despite my constant nagging, which is why I'm looking at

Create LESS source map files with WebEssentials

此生再无相见时 提交于 2020-01-04 02:56:07
问题 According to the WebEssential log LESS souerce maps are supported since Version 1.6 (January 2, 2014) for VS2013 (http://vswebessentials.com/changelog) I have Version 1.9 for VS2013 installed. But source maps are not being generated. What am I missing? Thanks! 回答1: You need to activate the generation of map files in the Web Essential settings. Just open Tools > Options > Web Essentials > LESS in Visual Studio and set Create source map files to true. In addition make sure the web server you

UnityVS cannot attach to Unity Editor - Visual Studio 2013 Community Edition

。_饼干妹妹 提交于 2020-01-04 02:55:12
问题 I have bought UnityVS and it was working well with VS2010. Later Microsoft aquiared their company and now UnityVS is a free plugin with one difference: it is much more unstable. I had several issues with new updates and finally I decided the move to completely new version which is called "Visual Studio Tools for Unity" instead of UnityVS. I am using Microsoft Visual Studio Community Edition 2013 Update 4 (which is actually a VS Professional). Everything looks good but it attached to the