Tag: Visual Studio 2010
-
How to write and run a C Program in Visual Studio 2010
Today I was recalling good days of language C and got tempted to play around POINTERS, STRUCTURE, and DATA STRUCTURE etc. I started to write some C code and as soon as I started, the first hurdle came that where to write code? I was running on 64 bit Windows 7 machine with Visual Studio…
-
System.ServiceModel.Web is missing in Visual Studio 2010 Console Application ?
I was creating a managed host application for WCF Service. Although it was just to write few lines of codes in console application, it took 1 hrs. for me to figure out a strange problem. I followed steps as below, 1. Created a console application 2. I had to add reference of System.ServiceModel and System.ServiceModel.Web…