.NET newbie alert
Using Visual C# 2008 Express Edition I have accidentally created a click event for a button. I then deleted the automatically-created method code, which resulted in an error saying that the function, which had now been referenced in the form loading code, could no longer be found.
Deleting the following line from the...
Hello,
I have wrote an application that consists of two projects in a solution, each project contains only 1 .c source file. I was using Visual Studio 2010 Ultimate but due to the University only supporting 2008 I decided to create a blank solution and copy the source files into the new one.
After creating a new solution in VS2008 expr...
I just switched to VS 2010, and upgraded a previous project. I'm getting the following error on a page in design mode for 2 controls:
Error Creating Control - ObjectName
Object reference not set to an instance of an object.
One of them is a simple label, and the other is a ajax update panel. Other pages look fine. When I build and te...
I cant find it, I have looked in the project properties but it seems to be missing, does anyone knows what I'm missing here?
...
Hello everyone, Ive had this problem multiple times and it ruins my projects, I make some changes, like say I have a button in the top left corner of the form and move it to the top right corner, then I press debug but nothing happens to the form, it doesn't change the button is still in the top left-hand corner instead of the top right,...
Using an arbitrary Windows machine (2000/XP or later), I can
install Eclipse CDT to a USB drive
move that USB drive onto a different
Windows machine--one that does not
have any form of Eclipse software
already installed, and potentially a different version of Windows (but 2000/XP or later)
use Eclipse to develop application-level C/C++...
Many applications (like StackOverflow) has been written by three developers (a small team), would have been possible to do the same job using VS Express Edition?
Which would have been the real differences? Whcih main feature is "enough" to justify the use of VS full edition?
i ask this question not for curiosity but because I want to u...
Suddenly none of hotkeys in C# Express work (like F5, F6 etc.). I don't know what I've done, but no doubt its something stupid. Does anyone know how to fixed this?
I have tried the Keyboard settings in Options, but it won;t even let me add hotkeys for some reason, even once I've removed the old ones. So re-adding them does not work.
...
I know VS 2010 Pro/Premium/Ultimate include TFS connectivity, does VS 2010 Express?
...
Hi Developers,
I just installed Visual Studio 2010 Express via Web Platform.
I forgot to install MVC 1.0, so i just downloaded it, and installed.
Go til File -> New Project -> And there is no MVC project Just ASP.NET Web Application and some other stuff.
I then downloaded MVC 2.0, and the same happend. In Control Panel -> Add/Remove P...
My current project is to write a program that basically is a cash register for a pizza company.
The user enters the pizza, along with toppings, drinks, and sides.
I want to add a "Review Order Form" for when the user decides to check out. The form will pop up and inform the user of everything he/she has ordered. From there the user ma...
I know this question is not directly related to programming but I cannot write progams using the new .NET 4.0 technology unless I download this new version of Visual Studio.
I want to download VS2010 from this link using my download manager (FlashGet): VS2010 Download Link
But everytime I choose the language, it starts the automatic do...
Possible Duplicate:
What is missing in the Visual Studio Express Editions?
Specifically for 2010, specifically for C++... what's missing Vs Professional/Premium (annoying the standard version is now named Professional)?
...
Pretty simple question.
...
Hi guys can I use Visual Studio 2010 express edition to create a telco-grade applications?
...
Hi,
My question relates to:
http://stackoverflow.com/questions/977132/will-there-be-a-f-express-edition
Given there is no VS 2010 F# express - I would like to know what the latest wisdom is for installing F# onto VS 2010 C# express. Is it possible at all?
Thanks.
...
This may prove OTT for the level of usage it'd get, but....
I'm working on some personal projects in Visual Studio Express at home. I've got a big desktop replacement laptop and a little ultraportable, both of which have been used quite happily for development, and a spare XP Home box running as a de facto home server.
I'd like to be ...
I develop application in C# with MSVC 2010 Express, with Forms/WPF/etc.
Application consist of some private assemblies (maybe DLLs) and .exe file. It uses .NET 4 features.
How I deploy this application to other computers? Of course if they have .NET 4 I just can send zip of .exe with .dlls and it work. But if they don't have .NET at al...
I'm stuck. I have been trying to find, or create myself, a simple barebone example of how to create an Outlook plugin for VS 2010 Express. I know this is simpler to do in VS 2010 Pro, however, is it really impossible to do this in the express version?
My goal is to get "get control", like show a messagebox or similar, when a user hits...
I am trying to do some WPF programming for the first time, and so I'm running through some tutorials. I am using Visual C# Express 2008. I am able to modify the application using the design view and the XAML view. I can also add events by double-clicking on the controls in the design view, and I can see these events being added to the C#...