datagridview save runtime data to sql
Can anyone write me how to save the run time entered information into my database...BindingList<Employee> employees;publicForm3(){InitializeComponent();}publicclassEmployee{publicstring...
View ArticleVS 2012 performance Issues while debugging
Hello, Here is the problem : At home VS 2012 is SLOW as a snail when debugging and my pc specs are as follows 8 core AMD fx-9150 @ 3.6 Ghz , 16gb DDR3 ram, Samsung 840 SSD 120gb.However , at work i...
View ArticleUpdate excel using C#
I have an excel sheet like this as you can see it has headers and they repeat in a way such that until "Total IN" they represent headers for IN and then OUT. I want to generate a new excel or edit the...
View Articlehow to prevent from add a project to all configurations ?
there are more than 4 configurations in a solution(VC++).when I add an existing project it will be added to all projects.I want to add only to active configuration exampleDebug/x64.is there any...
View ArticleWSDL problem
Hi,I've succesfully created a standard interface to a well known Document Management System using SOAP-XML. The standard WSDL issued by the manufacturer contains a basic set of classes including...
View ArticleUnder IE10, how to acheive a settled shape of the radio button with different...
Hi, In IE10, the shape of a radio button will change depending on the value of 'Height' and 'Width':But in IE8, the shape of a radio button is settled no matter 'Height' or 'Width' changes:The source...
View ArticleError when I try to add "Service Reference" for oData -- .net framework 4.5
I'm using Visual Studio 2013 Preview with .net 4.5. Just a beginner, so I created a C# console app to connect to an oData feed from Windows Azure Datamarket.In Visual Studio when I my data feed root...
View ArticleError MSB 8010: no VS2008
I am trying to compile a project in VS2012 that requires files from VS2008. I installed VS 2008 redistributable version but I'm still getting the same error.error MSB8010: Specified platform toolset...
View ArticleHow do display xml result from a stored procedure.
Hi All, My name is John and I'm new and have started using Visual Studio 2012 express to do some development work and have an issue which I hope experts from this forum can assist. I've a stored...
View ArticleVisual Studio 2013 - SQL Project in Windows 7 - doesn't work
Hi everyone,Opening an existing solution that contain a SQL project in Visual Studio 2013 in Windows 7 doesn't work. That project is not loaded (the rest work perfectly).It doesn't work either when...
View ArticleVisual Studio 2012 Update 3
I keep encountering problems after updating to the latest version of the visual studio. The designer keep hanging there and suddenly crash.Thanks, Smiths
View ArticleVisual Studio 2013 - No Data Projects?
Hi everyone,There used to be a folder for the Data Projects. Are they gone? Is EF the only way to go now? (NuGet Package downloaded?)Cheers,
View ArticleHaving problems saving queries in Visual Studio 2010
Built a query from the server explorer but no way of saving it.Buttons for saving query are greyed out
View ArticleC# Visual Studio 2012: Updating Form on TextChanged Event
I am designing a User Control on my web form.When a user inputs information into a TextBox, and clicks outside of the TextBox, I want a label to be set visible on the form. Unfortunately, when I type...
View ArticleVisual Studio 2012 Unable to read project file
I am trying to create a new Visual C++ Windows Phone Runtime Project in Visual Studio 2012. When I do, I get this error:"Unable to read the project file "RT1.vcxproj(150,3): The imported project...
View ArticleVisual Studio 2010 crashes in debug mode, unless it it run from the command line
When I open Microsoft Visual Studio 2010 by double-clicking on its shortcut icon, my project cannot be run in debug mode because Visual Studio crashes: I receive a message saying that 'Microsoft Visual...
View ArticleIntelliSense XML Comments only Works in Original Source File?
I can't seem to get XML Comments to work completely with IntelliSense.For example,///<summary> ///My description of member function ///</summary> int Class::FooFn() {}These work great...
View ArticleProject can’t loaded in VS 2005
Hi, I am downloaded one sample VB.Net project and which is developed in VS 2005, so I am used VS 2005 to open that project, but I am getting following error when I am open the project and I am unable...
View ArticleHow to use Listview, with Item, layout and group template?
I have a catalogue page within my site. On this page, I will display images of certain products, and their information. For builiding the UI, I made use of Bootstrap. Here comes the problem. I need...
View ArticleError on application tab in WPF project properties
Hi All,I recently started playing around in WPF, C#. When I go to the application tab under properties I get the following error message: An error occurred trying to load the page. Exception has been...
View Article