Tagged Questions
Microsoft Visual Studio C# Express is a free, lightweight Integrated Development Environments (IDE) developed by Microsoft. As opposed to the full Visual Studio product, the Express version provides a single-language, streamlined, easy-to-use and easy-to-learn IDE for non-professional users.
5
votes
3answers
564 views
Visual Studio: how to debug a library with an external executable?
I am developing a class library. The library is to be used by another program, an .exe with no source code. The library file location is passed as a parameter to this exe, for example by running: ...
5
votes
10answers
7k views
How do I fix an “Invalid license data. Reinstall is required.” error in Visual C# 2010 Express?
I've tried to install Visual C# 2010 Express edition onto my PC, but whenever I try to run it, I get a "Invalid license data. Reinstall is required." error message. I've already tried reinstalling ...
3
votes
3answers
59 views
String literal to byte
I am making a forms application is Visual C#. I have a textbox where a user must enter a number and a uppercase letter, example "9D".
What I need to do is put that letter into a byte array as a ...
3
votes
2answers
132 views
Visual C# Express - How to spell check comments in a whole project?
I need to spell check all comments in my project. Any easy way to do that?
Note that I am using Visual C# Express (free) and not Visual Studio (paid).
Or is there any other external program I can ...
3
votes
2answers
220 views
How do I get rid of the concurrency issue with update statements with an auto-incrementing key?
I have run into the following error message at run-time with my novice's Sql / Visual C# database program:
Concurrency violation: the UpdateCommand affected 0 of the expected 1 records.
I have done ...
2
votes
3answers
245 views
Visual C# Express 2010 Importing a project from Visual Studio
I am trying to load a project in my installation of Visual C# 2010 Express. The project was created by another groupmate using Visual Studio 2010. It's a stub project (no actual code). When I try to ...
2
votes
2answers
198 views
Reference disappear upon debug/build (C#, VB.NET, VS2010)
I am using the MagicLibrary for a few components. I knew it was written in Visual Studio 2003 and recompiled it in Visual C# Express 2010. It compiled just fine and I could see the library in the ...
2
votes
3answers
429 views
What is the difference between a Local Database in C# and a SQL Server Management Studio created database?
I'm creating an application with MS Visual C# 2010 Express that requires a database.
I've learned that there seem to be two ways to create/use a SQL database with this application.
The first seems ...
2
votes
3answers
236 views
How can I access embedded resources in a C# project?
Most of the threads I've read about this question answer that you just have to access them like this:
<MyProjectNamespace>.Properties.Resources.<MyResourceName>
But at the build process ...
2
votes
4answers
163 views
adding items to Visual C# (Express 2010) project without copying them to project folder
Is that possible? I noticed that every time I add an item (code or XAML file) it gets copied to project folder. This way I cannot keep reusable files separately. I could build a dll out of them but ...
2
votes
2answers
899 views
WPF Application still runs in background after closing
This is slightly related to the question asked here yet the answer does not apply to my case as I am not using threads:
WPF Not closing properly
I have converted one of my WinForm application to a ...
2
votes
4answers
3k views
C#: A project with an Output type of Class Library cannot be started directly
I'm a novice in C# and Visual C# IDE, I don't know anything about how to use them at all. I have programmed all my life in C on EclipseIDE. I have searched on several places how to solve this problem ...
1
vote
2answers
86 views
Is it illegal to sell programs made by Visual C# Express Edition? [closed]
Possible Duplicate:
Can I produce a commercial application using Visual Studio Express 2010?
I am working on a program in Visual C# Express Edition and I intend to market/sell it. However, ...
1
vote
2answers
79 views
Why does Visual Studio exit debugging mode after this statement?
I am trying to debug some async code and when I try to step through the lines of code in the debugger, everything goes fine until it reaches Line 18 in the snippet below. After it runs that line, the ...
1
vote
0answers
43 views
visual c# - Add visual web developer project as a reference
I want to create a winform/console application inside visual c# that uses class library project from visual web developer, how do I do that?
Thanks
1
vote
1answer
130 views
Incomplete System.Collections.Generic in Visual C# 2010 Express
I'm trying to access System.Collections.Generic.Stack<> in Visual C# 2010 Express, but the IDE (and compiler) claim that it's not present. Several other classes are also missing, including ...
1
vote
3answers
78 views
How does Visual C# differ from C#
The Microsoft documentation refers to Visual C# as if its a programming language.( See this Visual C# Express homepage ) . Is the version use with Visual Express and other microsoft tools somehow ...
1
vote
1answer
352 views
GLSL syntax highlighting in Visual C# Express 2010
On a friends version of visual studio, we saw to our surprise that a text file with the extention .frag or .vert has GLSL syntax highlighting. Is this a new feature? How can I get it in my version ...
1
vote
1answer
96 views
Tags property of Visual C# compnents
Can you tell me where can I use Tag property of the component in visual c#?
1
vote
5answers
150 views
.NET stand alone executable
I'm using C# Express 2010. I made a WPF application with free VIBlend Edit controls, these controls uses the corresponding dlls, is it possible to create a stand alone executable?
I want to copy only ...
1
vote
1answer
70 views
Could someone please provide a walkthrough for deploying a SQL Server / VC# app?
I have just completed (basically) a beginner's database application with SQL Server and Visual C#. I am using Visual C# Express, not the full-scale Visual Studio thing, which apparently makes ...
1
vote
2answers
174 views
SVN folders when packaging Visual C# Express project
I am slightly new to .net development, so bear with me here.
I created a blog project in the .net MVC 3 framework using Visual C# 2010 Express, and everything works great.
I also committed the ...
1
vote
1answer
259 views
Macro for build date in C#
This related question deals with the retrieval of an app's build date in C#, but there's gotta be a more efficient way to do it. So here's a little idea I had...
Does Visual C# have a compiler macro ...
1
vote
2answers
1k views
Visual C# 2010 Express - no WCF project template
I can't see any template to start a WCF project (I do see ones for WPF amongst other things). Is this because I don't need a template, or because it's missing in Express, or because I'm looking in the ...
0
votes
2answers
43 views
LuaInterface in C#
I am a complete "noob" to C#, however I do know some C, although that is a good start, it's not enough. I have downloaded the most recent version of LuaInterface, and the download in cluded two files: ...
0
votes
0answers
21 views
Conflicts with multiple developers on one Visual Studio project with source control
In my copy of a project's .csproj file i have a reference to an assembly:
<ProjectReference Include="..\..\..\..\..\Components\Stackoverflow.NET Library\Stackoverflow Dot Net Library.csproj">
...
0
votes
0answers
70 views
How to get background under my user control [closed]
I've got user control and I need to get background(under this control) in Paint event. But if I use this.Parent.DrawToBitmap then my control is already there.
To hack it I can put my user control ...
0
votes
5answers
83 views
Unable to open designer on form in C# 2010
I have generated a solution in C# 2010 by way of the Artinsoft conversion from VB6.
When I open the new solution in C# I right-click on the forms but there is no "View Designer" option. I assume ...
0
votes
1answer
86 views
Can you use Visual C# 2010 Express for commercial purposes? [closed]
Possible Duplicate:
Visual Studio Express 2010 license
I have recently downloaded Visual C# 2010 Express. I thought it could be used for commercial purposes.
Then when I load the IDE the ...
0
votes
1answer
76 views
How to display images retrieved from JSON url?
I am clueless on how to proceed. How do I display the images from a JSON url in C#? Please provide a code sample, if possible.
0
votes
2answers
149 views
OpenGL in Visual C# [closed]
Possible Duplicate:
Using OpenGl with C#?
I'm working on a project for 3D game. I strictly need to use Visual C# with OpenGL in Visual Studio(WPF application).
I dont know anything about ...
0
votes
1answer
52 views
A network related error or instance-specific error occured while establishing a connection to sql server
This is the error which arises when I tried to debug an application under Visual C# 2010
I write that code to retrieve some rows from a database table, I already attached the two well known databases ...
0
votes
1answer
63 views
Why can't I see the Script Library template in Visual C# Express 2010, after installing script#?
According to the Script# website (http://projects.nikhilk.net/ScriptSharp), "You can also use Visual C# Express."
I've installed ScriptSharp.msi, but when I open Visual C# Express, I can't find the ...
0
votes
1answer
65 views
Unit Testing in VS 2010 Express for Windows Phone
I am developing a Windows Phone 7 project and wish to test the app's business logic (i.e. just the vanilla C# code) within stand-alone unit tests, run on Windows from the command line (from Jenkins) ...
0
votes
1answer
75 views
Datetime format read from Excel file
I have a little funny problem that I would like to share with you and am thankfully expecting from you some replies because I don't have an answer myself.
I have a DataGridView (dgv) in which one ...
0
votes
3answers
103 views
Best way to store sets of images for Windows Forms
I am developing a windows forms applications and I will use sets of images (think icons). Depending on the theme, different sets of images must be chosen (I will later draw them using a Bitmap).
I ...
0
votes
1answer
249 views
Using SQL Compact 4 in Visual C# 2010 express
It is posible to use SQL Server Compact 4 inside Visual C# 2010 Express? I tried reinstall it many times (with Web Platform Installer and without it) but I still cannot see option for SQL Compct 4 in ...
0
votes
2answers
324 views
Visual C# Express and Oracle database Express using entity framework
I'm trying to access my Oracle XE database using Visual C# Express and entity framework.
I've tried installing oracleef (http://oracleef.codeplex.com/) but I'm not getting Oracle EF provider inside ...
0
votes
2answers
46 views
WW_MOUSE_LL hook doesnt get called
Im currently creating a AFKChecker for my application.
The problem is that the low level mouse hook doesnt get called.
I have checked if it returns 0 which it doesnt.
So the keyboard hook works but ...
0
votes
0answers
119 views
Visual C# 2010 - Windows Form to List Multiple Files
First off, I'm very new to C# and programming in general, so please bare with me and let me know if there is anything I can clarify in my question. I'm really just trying to get some direction as I ...
0
votes
2answers
85 views
SQL Query depending on a Winform control. C#, VS2010
I new to C#, and trying to make a winform app, i am having problem to search a Database depending upon the text entered in a textbox.
I have added the gridview, when adding a new query, what should ...
0
votes
1answer
93 views
How do I create a program that details files and their sub directories?
There is a program that I am working on and Im absolutly lost even at how to begin this. I am using Visual Studio C# Windows App Form.
What I need to do is allow the user to enter any path location ...
0
votes
2answers
331 views
Change “Visual Studio 2010” folder location
I would like to change the "Visual Studio 2010" folders location to my dropbox folder, so it gets synced every time i make a change. I have searched on the internet, but haven't found a solution yet.
...
0
votes
0answers
116 views
Where does Visual C# 2010 Express keep it's temporary files?
I worked on an application for a couple of days and saved files frequently with Ctrl+S. This morning I found out that my computer had force-restarted because of Windows security updates. Apparently ...
0
votes
0answers
118 views
When I connect to SQL Server Express 2005 database file it is empty?
When I connect to a SQL Server Express 2005 database file (which was not created on my pc) with Visual C# Express, it shows as empty - why?
My friend sent me the MDF file, now I go to the database ...
0
votes
1answer
187 views
Visual C# 2010 Express: show elements of array while debugging?
Isn't it possible to show all elements of an array or datatable etc. while debugging just by hovering over the elements pointer (like in Visual Studio)? I get some properties or so when I keep the ...
0
votes
2answers
131 views
What are some advantages to the different programming languages? [closed]
I have always had an interest in coding, and a while back a started to learn C#. Since I only do this as a hobby, i have been learning it very slowly and don't know too much yet, but when I started to ...
0
votes
1answer
573 views
visual c# express reports
I am using visual c# 2010 express edition and sql server 2008 R2 Express to develop a software. Now I need to create reports in c# based on the data that is stored in the sql database.
Based on this ...
0
votes
0answers
340 views
In Visual C# 2010 Express, how do I publish with ALL of the necessary files and avoid a certain error?
I'm trying to publish a database program with Visual C# 2010 Express - and it does not have anything to do with the Internet or anything else; it's just a simple database program - but I keep getting ...
0
votes
0answers
50 views
How do I get a database file to publish properly with a VC# / SQL Server application?
I am very new to database programming, so I'm not able to understand vague instructions very well.
I've been trying to publish my first basic database application onto my computer. This does not ...