Referenced xml file not getting copied to output directory
Ok, this is driving me nuts. I have a Windows service that is referencing another project (MyLogger.csproj). MyLogger.csproj contains an xml file that I want copied to the output directory of my...
View ArticleMS Visual Studio getting crashed
Hi,Could any one put me in right direction as I am getting this event error when ever I am trying to add a Data Set to the RDLC file (second time).I have searched the web for this exception and could...
View ArticleUpgrading VS 2010 to VS 2013
Hi All,When we upgrade Visual Studio 2013 and connect it with TFS 2010, do we have to update the projects of TFS Server 2010 or just the connection would be enough?looking forward for your...
View ArticleCan't open two vs 2012 because the second freezes at preparing solution
Hi, I'm actually a web designer (CSS + HTML+ CSHTML(razor) + Jquery + KO) and working with TEAM foundation server, on two projects at the same time. The problem is when I open the second solution to...
View ArticleCan't seem to run coded WebTests that inherit from subclasses of WebTest
Hi,This question relates to Visual Studio 2012 Ultimate (trial).I have certain functionality I want to be able to run for all of may coded WebTests that are ultimately part of load tests scenarios.I've...
View ArticleUsing WebMatrix 3 on Visual Studio 2013 Projects
When I try to open a Visual Studio 2013 project using WebMatrix 3, it crashes, with this error data:Problem signature: Problem Event Name: CLR20r3 Problem Signature 01: WebMatrix.exe Problem...
View ArticleData Provider for SqlCe from VS2013
Hi there. I have recently installed VS2013 and am now preparing to move some of my projects to this new version of VS. At this moment, I would like to make a test project (C#, WinForms), where I...
View ArticleProject deployement (along with an SQL database)
Hi,I have created a student management software for a client and its done. But now I wish to build and deploy the setup (i.e by creating .exe file) that can be installed and run in his computer or...
View ArticleInstall error for visual studio 2005 team edition and Visual C++2005 on...
Not able to install visual studio 2005 I am getting error "The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch...
View ArticleApplication.DoEvents replacement
I'm trying to find a way to replace Application.DoEvents in my application.I know we can get around that by using multthreading and I know how to do that, but I'm now developping an instrument driver...
View Articlevs 2013 debug error with iis express
Hi,IIS Express throws a 403.14 error whenever I try to run/preview my Web API project in VS 2013. To confirm that my install of IIS Express is working I ran my WCF projects in VS 2010 on the same...
View ArticleServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3
VS2008 with Dot Net 3.5 Application is several years old. There is a dynamic set of outbound connections in multiple threads. byte[] bytes = Encoding.ASCII.GetBytes(sd.postdata);...
View Articleproblems with compiler
I have just installed Visual Studio Express 2013 and I have written simple programs like this "hello world":#include <iostream> int main() { std::cout << "Hello world!" << std::endl;...
View ArticleLatest Windows SDK That is Comatible with VS2005
I've got a legacy application written in VS2003 on XP supporting a camera using Direct Show.I'm am moving over to VS2005 on Win7 32 (there is a reason for this). When compiling I run into all sorts of...
View ArticleVS2010 I can't run mvc app. page doesn't load!
My machine is running Windows 7 64bit, VS 2010 Ultimate. I've been using this environment for a couple of years but about a week ago, my web apps stopped running.Steps to reproduce:1) Create an MVC 4...
View ArticleNot quite understanding a simple URL Rewrite rul
Using VS 2013 Pro and publishing to WAWS, I would like to accomplish the following:1) type in a simple URL "tom.worldwidegarvin.com"2) have that rewritten as "worldwidegarvin.com/tom" or...
View ArticleHow to Profile Classic ASP
I posted this question over on this IIS forum but I think it is the wrong place. anyone help or know some good practices to help?...
View ArticleVS 2013 - Azure filters do not include North Central US
I created two websites on North Central US regional data center. 2 others on East US datacenter.In VS Pro 2013, update1 using latest Azure SDK, when I open Server Explorer and expand websites, all 4...
View ArticleMy code colors do not match the defaults currently set
Parts of my code, such as comments and strings, are not the color that visual studio is saying they should be.I'm writing in C++, and while comments using /* show up green (which is what the default...
View ArticleDirectory.GetFiles does not work as documented...
I am trying to use GetFiles to get a list (array) of files on particular drives, however in some cases I do not get what I expect at all. For example:Dim ScanFiles AsIEnumerable(OfString) =...
View Article