Visual C# 2005 Express Edition,101 - Visual Studio Express Editions,
Recent update: 2008-3-21

64 bit Compile for web application at Visual Studio Web Developer Express 2005

236 byte By leos at 2008-3-7
Hí, How can I compile a managed web application at 64 bit. Is there any adjustment or configuration at Visual Studio Express Web Developer Edition or does it directly compile at 64 bit. I need urgent help please Best Wishes, </span>

Is it possible to devellop on Pocket PC with Visual Studio express#?

258 byte By lebelw at 2008-3-6
I would like to know if I could devellop on pocket PC with visual studio express C# and how to do it? Because I've made a pocket pc project on Visual Studio 7.1 and I can't use it on visual studio express C#. thyanks in advance for your help </span>

Serializing DataGridView (or DataSet) to disk file instead of using external database like SQL S

970 byte By techexpert at 2008-3-5
Hi everyone!I am coming from web developing scripting and I am quite a novice in Visual C#. I am thinking to develop an application that would use a form with DataGridView control(s). I don't want to use an external database program, such as SQL Server to store/manage my data. Instead I want ...

odd textbox behaviour - bug?

704 byte By StephenWitter at 2008-3-3
I have a controls on a form bound to a binding source. The first control (textbox) is my auto-number field and is read only. I also have a function that clears all the controls (textboxes, combo's, and date pickers) on the form when a user deletes a record or clicks the "add new" button. After ...

SerialPort

5967 byte By DishanFernando at 2008-3-1
Hiim tring to send AT command to my gsm modem using serialport. but its not working properly. Reading event not working!. please help me to doing this.-- #region Namespace Inclusions using System; using System.IO.Ports; using System.Windows.Forms; #endregion namespace SerialPortExample { class ...

odd textbox behaviour - bug?

696 byte By StephenWitter at 2008-2-28
I have a controls on a form bound to a binding source. The first control (textbox) is my auto-number field and is read only. I also have a function that clears all the controls (textboxes, combo's, and date pickers) on the form when a user deletes a record or clicks the "add new" button. After ...

SQL help

647 byte By n9xbox at 2008-2-27
I copied my sql query from access and it looks like this"SELECT CalSTD.[Lab.ID]FROM CalSTDWHERE (((CalSTD.Element)="Al") AND ((CalSTD.[Nominal Conc])="1000"));"My problem is, I can't get this into a string that OleDbDataAdapter likes.I tested this in access so I know there is data returned.My ...

Is it possible to devellop on Pocket PC with Visual Studio express#?

245 byte By lebelw at 2008-2-26
I would like to know if I could devellop on pocket PC with visual studio express C# and how to do it? Because I've made a pocket pc project on Visual Studio 7.1 and I can't use it on visual studio express C#. thyanks in advance for your help

Security Exception from the WEB Browser Example in VC# Express

2531 byte By ChrisFoley at 2008-2-25
I have the following error generated from the tutorial for C#. This problem did not occur the first time that I compiled and ran the program. I am new to C# have no idea what to do. The following is the detail of the output.Update: I have solved this problem for now. The project file was ...

Visual C# 2005 Express Edition: Build a Program Now!

452 byte By PeteHay at 2008-2-24
Hi all,I want to get a copy of the book "Visual C#(R) 2005 Express Edition: Build a Program Now!" which is free as a benefit of registering C# Express Ed. However, I've got VS Standard Edition and this book isn't included in the reg benefits. I don't want to go thru the process of ...

OnServerClick using a void in codebehind

1218 byte By DoerakNL at 2008-2-23
Is it possible to use a void in codebehind rather than a void in <head><script></script></head> piece of code... SqlDataReader myReader = null; SqlCommand myCommand = new SqlCommand("SELECT * FROM songs", myConnection); myReader = myCommand.ExecuteReader(); ...

When I create a new project I get "Requested registry access not allowed"

243 byte By crnriman at 2008-2-22
When I create a new project in Microsoft Visual C# 2005 Express Edition in my Limitied User Account, Microsoft Visual C# 2005 says "Requested registry access not allowed". How do I correct this problem? I'm running Microsoft Windows XP Home.

The IDE stops

482 byte By MArkyMArc at 2008-2-22
HI all,I just installed C# Express and when i start it, after about 15 sec., it just stops.In the event log, ".NET Runtime version 2.0.50727.42 - Fatal Execution Engine Error (7A05E2B3) (80131506)"I have applications that were running on Framework 1.1 that now are not running anymore.Been at ...

VS2003 Add Method / Property / Field dialogs not in VS2005 Express?

372 byte By BobGomersall at 2008-2-21
Using VS2003 C# it is easy to add methods, properties, fields etc to an existing class, without having to remember all the possible options and type them in. I cannot find any way of doing this in the VS2005 Express (the closest I could find was the code snippet for an attribute, but it is sooo ...

DataGridView Problem

452 byte By whitegrs at 2008-2-20
Hi I have a DataGridView on my form. On the form load event, I use the table adapter to fill the dataset. tblEnquiryTableAdapter1.Fill(functionJunctionDataSet1.tblEnquiry);The problem is that the data doesnt display in the datagrid. I have checked the fill query in the dataset and it too does ...

How to display Message Box using C#

119 byte By NakkeeranR at 2008-2-19
Hi, Im using c# as my code behind in my aspx page. How to display message box using c# in my aspx page. Nakkeeran

Books which cover XML with C#

480 byte By EvilMonkeySlayer at 2008-2-18
Anyone know of any good books which cover XML and C#? The only one i've found so far is Beginning C# XML: Essential XML Skills for C# ...

Instantiating Abstract Types from WSDL

358 byte By bensun13 at 2008-2-17
I dynamically create a proxy class to call a web service from a variable number of web services which all implement a known method. This is done by using reflection.How do I instantiate abstract data types defined in the ...

Setting the program icon?

282 byte By EvilMonkeySlayer at 2008-2-16
Here should be an easy answer, how do I set the programs icon? For example, i've got a prepared .ico format image which I can use with the form icons... But for the life of me I can't find where to tell it to use an icon image for the program image itself under windows.

The Problem is still there...

1470 byte By DerM at 2008-2-15
First: I ve no Internet connection @ home i work offline.Problem:If i double click the Form1.cs in the Solution Explorer it should open the Designer but instead i get an Error Message:Could not load type 'Microsoft.VisualStudio.Shell.Interop.IVsRunningDocumentTable2' from assembly ...

Cant add Icon for Item in Listview

232 byte By BlackMan890 at 2008-2-15
I want t be able to set Icons for each Item in my ListView. However I am not finding the property for the IconImage in Items in ListView. Please help. P.S. I have added the Images to my project, but still, nothing.

SQL Expres won't open sample files in lessons

201 byte By Jon-Whew! at 2008-2-15
I don't get it. MS supplies a turorial lesson, and I can't open the .mdb files, get version exception. Any thoughts? I installed the entire package after deleting all SQL, etc. Thanks, Jon

VC# Express 2005 - Remove Recent Projects

170 byte By Kendsr at 2008-2-15
I am seeing projects listed in thr Recent Projetcs list mulitple times. How can we clean up the start page recent project list? There is no delete in the express version.

oops

89 byte By DerM at 2008-2-15
the toolbox is empty and the visual form designer is not able to startup!! prethank u

forgot something!

89 byte By DerM at 2008-2-14
the toolbox is empty and the visual form designer is not able to startup!! prethank u

Enabling WSE Support

402 byte By fatlog at 2008-2-14
hi,does anyone know how to enable WSE support in Visual C# Express Edition? I tried unistalling both the WSE files and Visual C# and re-installing them etc... all to no avail. The readme for WSE 2.0 states that there is a know bug where the WSE Settings 2.0.. option doesn't appear if Visual ...

Editor Enhancements?

1041 byte By jb6494 at 2008-2-13
I'm learning C# after spending many years developing Java. I've grown accustomed to the power of the eclipse IDE and I'm finding myself frustrated with the VS editor. That leads to a few question: Is there a way to use an external editor (such as eclipse) from VS? I love the visual ...

Reports & Persistance

504 byte By IK81 at 2008-2-13
Hi!I'm planning to do a small project to startup with C#. I have a lot experience in coding C++ and Java, but don't have any clue of the .NET capabilities. So before I download the C# Express and install it, i want to know the following:How much effort is it to make reports (e.g. reports like ...

Empty "Recent Projects" list

639 byte By iambic at 2008-2-12
Hello,I've just installed Visual C# Express (the final version) and created a "Console Application" as well as a "Windows Application" project, saved it all, closed VC# Express and started it again. For some obscure reason, the "Recent Projects" box doesn't contain those projects, it's just ...

MySQL

1012 byte By Daniel_Valenzuela at 2008-2-11
Hi everyone. I have a project to hand in about a week and i have a problem. This si for my Data Base class, so what my app is supposed to do is connect to a data base. That simple. Now how could i do something like that with Visual C# 2005 Express Edition. I don't have access to a windows ...

Visual C# Express Edition support for remoting?

3761 byte By rehpix at 2008-2-10
Does Visual c# Express Edition support remoting? I haven’t been able to find any information about that. To enable remoting you have to create and register a channel ala: ChannelServices.RegisterChannel(new TcpChannel()); When I try to use the following namespace: using ...

DirectX issue?

900 byte By Stilletto at 2008-2-10
Ok...I have scoured the Internet from MSDN to Google trying to find the answer to this one....As I am new to the whole DirectX scene, I was viewing the Webcast for using C# with DirectX in game development, namely the Star Trooper game, if anybody has seen that one.I originally could not build ...

How to let build environment refers to the Include, Lib, and Src directories of the Microsoft Pl

318 byte By kexh at 2008-2-8
I'm new to Visual Studio 2003. How to let build environment refers to the Include, Lib, and Src directories of the Microsoft Platform SDK? I want to add the IP helper Library into Visual C++ console project. I already download the Windows Platform SDK for windows. Someone kindly please help me ...

Adding a file to the Once Click Deployment

246 byte By CodingIsFun at 2008-2-8
I am trying to deploy a test application, which uses a config file for application parameters such as a connection string. How do I add this file to the deployment? It is not very clear anywhere how to do this? thanks in advance for any help.

Making a setug file to my Win Application

91 byte By BogN at 2008-2-7
Hi, How can i make an Installation file to my WIndows Apllication in Visual C# Express?

can't update sql table with TableAdapter.Update

1925 byte By LangMan at 2008-2-7
Hello all, I'm unable to update a SQL table in C# 2005. I created a basic form with binding navigator, dataset, tableAdapter, and a BindingSource. I have 3 text boxes on the form to display data from my table. The text boxes are bound to the binding source. I can make changes and they stick ...

Problem adding data connection in C#

481 byte By bromba at 2008-2-7
I installed VS 2005 Express (C# + MSSQL 2005Express + Management Studio for MSSQL 2005Express) and encounter a problem trying to add new data connection. I select .NET Framework data provider for MS SQL server, database file, witch a can open with Management studio and when I test connection I ...

XML and Visual c# problem

9609 byte By MartinHooper at 2008-2-7
Given the following code:private void button1_Click(object sender, EventArgs e) { System.IO.StreamReader sr = new System.IO.StreamReader(@"people.xml"); System.Xml.XmlTextReader xr = new System.Xml.XmlTextReader(sr); System.Xml.XmlDocument peopledoc = new System.Xml.XmlDocument(); //load up the ...

limiting number of rows in a DataGrid

322 byte By TheMuffinman at 2008-2-6
Hello! I have a DataGrid type that displays a list of users on a web page. Sometimes this list is quite long, and I would like to limit it; like to only show 20 rows at a time. There should be like a "next" button to see the following items. How can I do this? thnx! ...

How do you create a string expertblob?

2012 byte By Gombly at 2008-2-6
I'm messing with the remote assistance api's and need to use an expertblob for one of the calls. The only problem is I have no idea how to declare or use this type of variable.If anybody could render me a reply it would be much appreciated.Thanks all.*** Followup ***After reading over my own ...

Bug in Visual C# 2005 Express ?

616 byte By PhilMatt at 2008-2-5
Hi,i got stuck on what it think to be a bug in VC# 2005 Express.After quiting debug on a windows form application containing 2 forms, one of the forms (settings dialog) kept showing up right in front of the editor, blocking the editor window.I'm not able to click it away or sending it to the ...

I have an XML encoding problem in C# express

296 byte By JasonD_dot_NET at 2008-2-5
I have created an application for generating XML files for korean friends of mine. The end files need to be encoded iin EUC-KR, but my files seem to be encoded in utf-8, there doesn't seem to be an option to use korean encoding :( I will appreciate any help that anyone could offer. Jason D.

C# compile problem

774 byte By ggunn at 2008-2-4
Error 3 The assembly "c:\dev\my Documents\VstdioProj\C#\SomeClass\SomeClass\bin\Release\SomeClass.dll" could not be converted to a type library. Type library exporter encountered an error while processing 'SomeClass, SomeClass'. Error: Element not found. ...

edeting .xml files

1434 byte By Andreas-Moe at 2008-2-4
Hi... Me and my School mates are having an experiment where we have to note down the data for each time... (the assigment is; exersice and note down, pulse, temprature, and so on....)And so i thought i can use C#.net and xml for this, and then display the data using xsl....But how can i ADD ...

bug? comments moved to different method on add new handler

522 byte By khan2025 at 2008-2-4
Line comments following a method's closing brace are moved to the closing brace of a method inserted beneath the first. Steps to reproduce: 1 Create a new Windows Application project 2 Add a control to the form 3 Add a new handler to the control 4 After the new handler's closing brace, add a ...

Build Successful Sound scheme?

220 byte By PeterNRoth at 2008-2-4
How do I get C# Express to emit a sound on Build Successful? I dont see any scheme associated with C# Express via the control panel or directly (in the registry). If yours works, please post the registry entries! Thanks.

Express editions trigger sound schemes?

144 byte By PeterNRoth at 2008-2-3
How do I get C# Express to emit a sound on Build Cancel, Build Fail, or Build Complete? Are there other options that failed to install?

Configuration Manager In C# Express

318 byte By OktaEndy at 2008-2-3
How to change Configuration Manager in C# Express 2005. I try to open Configuration Manager dialog box but Configuration Manager menu is disable. i try with this step: 1. Select Solution in Solution Explorer. 2. Choose menu Build - Connfiguration Manageram i miss something?thanks.best ...

How do i make an installer?

805 byte By Daniel_Valenzuela at 2008-2-2
I've made my very first application in Visual C# Express Edition 2005 , i made a text editor! So I finished my app but now i want to make an installer to be able to run it on other computers, i found the option to "publish" it, so i did that, and it create something that looked like an ...

Connecting visually with SQL SERVER 2000. C #2005 Express Edition Beta 2

466 byte By VicIbar at 2008-2-2
Hello. How can I connect to SQL SERVER 2000 visually from C# 2005 Express Edition Beta 2? The options that display the DataSource wizard not include SQL SERVER 2000, or other servers. I just see options for select .MDFs files, but no instances of SQL SEVERS installed in local machine. I have ...