Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
all groups > visual studio .net general > june 2005

Filter by week: 1 2 3 4 5

Newbie toolbar queries? Button size and Access Keys
Posted by Jeremy Hughes at 6/30/2005 4:21:02 PM
I'm using the standard Vs2003 toolbar component. It seems all buttons have to be the same size on one toolbar. Is there a way around this? 3rd Party component required? Can you use & in the text of a toolbar button to create an access key? I've tried inserting & in the text of VS2003 to...more >>


Win32 Icon Resource for C# Project
Posted by Riko Eksteen at 6/30/2005 12:00:00 AM
I want to add multiple icons to my C# assembly (exe/dll). Visual Studio .NET doesn't support this. It seems it can be done by using a Win32 .rc file which is compiled into a ..res file, and then linked into the assembly by using the /win32icon or /win32res switch on the csc.exe or vbc.exe c...more >>

Special Edition
Posted by Jim Satterfield at 6/30/2005 12:00:00 AM
OK...I've already got VS 2003 Professional. How can I get the extra features found in the Special Edition? Or can I without laying out money I don't have for an MSDN subscription? ...more >>

.NET Newbie! Creating a VB.NET project on a remote web server
Posted by shodimeji at 6/29/2005 2:50:02 AM
Hello there Been having this problem for a couple of days now and cant get it sorted. Basically I have been trying to set up a VB.NET project on the intranet server on the network with no avail. Everytime I try I get the following error: "Visual Studio could not identify the version of AS...more >>

Visual Studio Architect
Posted by AGupta at 6/29/2005 1:27:02 AM
I had recently installed VS acrhitect version which is supposed to have features suitable for modelling and software architecture. In the IDE I am unable to see any difference to my earlier VS Enterprise version. I had done a complete install of all features and languages. Am I missing sometin...more >>

backing up snippets
Posted by GJH at 6/28/2005 10:14:13 AM
I want to back up my snippets I have in my ToolBox and I can't seem to find where they are stored on my computer. thanks ...more >>

Error when adding a new C# class to an existing project
Posted by el_sid at 6/28/2005 7:10:05 AM
Everytime on my machine I try and add a new class to my C# project I keep getting the following error. This has happened recently and restarting my machine doesn't work. Now checking the internet I have found articles saying I need to do a complete system rebuld. Is this true? Error Messa...more >>

vs .net 2003 install problem on xp
Posted by ianmac at 6/28/2005 6:46:07 AM
When i try to install Visual Studio .net on my new Windows XP laptop the Disk1 install says "Setup has detected that another program requires the computer to reboot. You must reboot the computer before installing Visual Studio .NET Prerequisites. Once the system reboots, you need to restart ...more >>



Tutorial Search - Create SQL Dbase via c#
Posted by Frank Chapman at 6/27/2005 7:28:19 PM
I'm searching for a tutorial concerning the creation and managment of an SQL database with a web front end via c# Thanks Frank Chapman...more >>

Can VS.NET 2003 coexist with VS.NET 2005 ?
Posted by Michael Tsai at 6/27/2005 12:00:00 AM
Hi, I have VS.NET 2003 on my computer, but I want to try new features of VS.NET 2005. Will they coexist peacefully? Thanks! ...more >>

Installer in VS 2003
Posted by andrew bourne at 6/27/2005 12:00:00 AM
Hi all, bit of a prob and not entirley sure where to post this lol. ok ive got a c# app, and ive created an installer for it using the setup wizard, all is well as long as i log on as administrator, ive removed the ..net framework so its not trying to install that, and all my libraries are ...more >>

uploading images to a hosted server
Posted by patrick_a at 6/26/2005 10:06:01 PM
Hello, I am deploying an ASP.net application written in C# to a hosting server where I have limited privileges. I know how to do image file uploads if I'm doing them with a path involving C:\ but what path do I use when I don't know that information. Do I set up a folder relative to my app...more >>

Hangs after about 5 executes
Posted by Tina at 6/26/2005 12:43:10 PM
I have long had a problem where after so many debug sessions, vs.net can't find a control. It highlights a line that says: Line 198: <add assembly="*"/> I always have to start and stop vs.net and sometimes reboot my computer. My very large asp.net project is getting larger and maybe t...more >>

VS 2005 on X64 system
Posted by PaulX at 6/26/2005 9:48:02 AM
When I attempt to install the June CTP version of VS-2005 on my X64 verson of WindowsXP it refuses to install unless I have SP2 installed, but when I try to install SP2 in the X64 system it says it cannot install on this version. I would like to try VS-2005 on my X64 system (as well as my X32...more >>

SQL-Server / Databases
Posted by Ingo Manthey at 6/26/2005 12:00:00 AM
Hi, I am very new with programming in C#. My problem: I want to find all MS.SQL-Server Names and displayed in a combobox. I looking 4 days long in the help, but I don´t find a answer. later I want find all Databases with in a SQL-Server. thanks for any help. regards Ingo ...more >>

Can .NET import TLB ???
Posted by [SolarAngel] at 6/25/2005 12:00:00 AM

Sample application for VS 2005
Posted by John Baima at 6/24/2005 8:55:31 PM
I'm looking for some sample applications for VS 2005. It could be either C# or VB.NET, I don't care. One of the features I'm really looking forward to is being able to have .NET assemblies as SS2005 stored procedures and that is what I would like to have some sample app to demonstrate that featu...more >>

compile VC++6.0 vs. VC++.NET2003
Posted by Sonu at 6/24/2005 3:03:01 PM
Hi all, Does VS.net catches more run time errors than VS 6.0??? My aplication was written in VC++6.0 MFC which I am opening in VC.NET2003 and compiling it. It works fine when I run compile it in VS6.0 but when I compile it in VS.net 2003 it crashes during run time (debug mode) in file dbgr...more >>

Erroneous compile error in large solution
Posted by raymond.gunawan NO[at]SPAM gmail.com at 6/24/2005 9:16:03 AM
Hi! I have a really large solution with some 13 projects in it. One of the forms in a project keeps on getting an error in VS.NET IDE every now and then. The error is bogus: it says that some method or member is missing, but the method is there in the same file as the one referring to it. ...more >>

VS.Net VB - Reproducting Etherdetect captured UDP packets
Posted by Ben H at 6/24/2005 2:39:02 AM
Hello all I am using Etherdetect to capture UDP packets. I then want to reproduce these packets in Visual Basic as a learning experience. It's just not working though. The Etherdetect capture is this... 00 09 5B 96 5C 74 00 0C 29 FF E3 90 08 00 45 00 00 26 7C E3 00 00 80 11 95 58 C0 A...more >>

how to create new project in VS.Net 2003 using IP address remotely
Posted by Patrick.O.Ige at 6/24/2005 12:00:00 AM
I have a server somewhere and i was given the IP address.. I tried creating a new project using VS.NET 2003 i typed in http://<ipaddress>/Webapplication But gives an error relating to mismatch and access denied etc.. I have shared the wwwroot folder. Any neccesary steps to be taken? ...more >>

New serialport control in VS 2005??
Posted by seankub at 6/23/2005 9:48:02 AM
I am trying to read data from com1 and I am using the new serialport control. I downloaded the script from microsoft that does a readline from the comm port, but I keep getting the "operation timed out" error. I then will open up HyperTerminal and connect and the output then displays? The a...more >>

Error Message
Posted by Paul at 6/23/2005 6:33:04 AM
I'm a real newbie so excuse if my question is obvious to you seasoned pro's. I get the message: an unhandled exception of type 'system.OutOfMemoryException' occured in system.windows.forms.dll additional information:error creating window handle. what does this mean? please help me....more >>

Visual Studio.NET C++ 2005 Express, functions defined in cpp file cause "is not class or namespace" error
Posted by LongBow at 6/23/2005 12:07:32 AM
Hello all, I am not sure if this is the correct group for this question, but I couldn't find a more appropriate one. I have Visual Studio.NET C++ 2005 Beta 2 installed and I was trying my hand at creating a simple Windows application. I have a main form that I used the desinger to creat...more >>

VB.NET Deployment Problem
Posted by Randy Whitehead at 6/22/2005 1:38:24 PM
Every time I try to run my EXE on any other machine than my development machine I get the following error. Application has generated an error that could not be handled. I installed the .NET runtime files, but still the same error. I can't recreate the error on my development machine to se...more >>

Update requires a valid InsertCommand when passed DataRow collection
Posted by Jon S via DotNetMonster.com at 6/22/2005 1:18:57 PM
Hi all, I'm having a problem updating a simple change I've made to a Access 2000 table through databinding. The error I get is : An unhandled exception of type 'System.InvalidOperationException' occurred in system.data.dll Additional information: Update requires a valid InsertCom...more >>

Debug vs. Prod builds
Posted by TJ at 6/22/2005 11:10:32 AM
Good day all, Is there any reason why you couldn't run an application in production with the development build of an ASP.Net app? I understand the prod build would remove debugging symbols, but are there other technical/performance reasons? -- Any and all contributions are greatly apprec...more >>

MyApp.exe.config deleted after Build or Run
Posted by J Hughes at 6/22/2005 5:49:12 AM
I have MyApp.exe with a config file MyApp.exe.config storing settings for "InitialDB". I use InitialDB = ConfigurationSettings.AppSettings("InitialDB") to retrieve the value. If I compile the app, copy MyApp.exe.config to MyProject/bin directory where Myapp.exe resides and run Myapp from...more >>

adding controll dynamically + docking = fill
Posted by fedeburin NO[at]SPAM gmail.com at 6/22/2005 5:21:40 AM
i have this in my form | # | | panel1 # panel2 | | # | | # | where # is a splitter control. Panel1 and splitter have dock = left. Panel2 has dock = fill. Dynamically, i want to replace panel2 wit...more >>

When opening Project/Solution some forms can not be opened
Posted by Tim at 6/21/2005 2:09:01 PM
Hello, Using VS 2003, recently I open a solution that I work on every day and one or more visual basic .net forms do not have the "form" icon next to them in the solution explorer window. They only show the vb icon. If I double click I get the code window but there is no way to access the...more >>

VSNet Just Goes Away - Again.
Posted by Tina at 6/21/2005 9:42:24 AM
I've posted this terrible problem with vs.net a couple of times now and the last time I found another person saying they had the same exact problem. This is a terrible problem. The development environment cannot be trusted to work as long as it exists with no workarounds or solutions. VS.Ne...more >>

VS.NET 2003 and VS2005 co-existence or changeover
Posted by Trevor B at 6/20/2005 7:09:12 PM
I'm sure these questions have been asked a million times, but in my search of posts back to the beginning of May I didn't see a post. I also looked in MSDN but didn't see it there either. Can VS.NET 2003 and VS 2005 co-exist on the same PC? If I remove VS.NET 2003 and install VS 2005 beta 2...more >>

What language should I use?
Posted by Eduardo at 6/20/2005 10:12:03 AM
I would like to develop a software like NetMeeting and MSN Messenger. What language should I use? Thanks a lot...more >>

Charts are not rendered in CR for VS2005 Beta2 version
Posted by gzinger at 6/18/2005 11:42:02 PM
After much newsgroup searching, I was able to deploy Crystal Reports to my web server. However the charts (images) inside the reports do not show up. The src attribute for these images look like this src="//CrystalImageHandler.aspx?dynamicimage=cr_tmp_image_5f03e8ad-37b4-4b16-923e-264e3b3a0314.p...more >>

S.O.S. Need help by Forms !
Posted by Ingo Manthey at 6/17/2005 11:02:33 PM
Hi, I am very new at working with c# and my English is not very good. Before I am wrote programs with Delphi. I would like to to write a class, who test a form example for an object as System.Windows.Forms.Label. So I wrote follow: for (int i = 0; i < AktForm.Controls.Count; i++) { ...more >>

VS.NET just goes away!!
Posted by Tina at 6/17/2005 3:07:15 PM
I had a problem that when I hit build in VS.NET with my ASPX project (that has about 144 ASPX Pages), the VS.NET program just ends! Dissappears - no message, no error, no nothing. I posted on this forum and got advise to (1) run repair & (2) add more memory. I got a whole new computer with o...more >>

Web setup project fails to build.
Posted by Houston at 6/17/2005 11:01:20 AM
After adding a couple of content folders to my web setup project, it fails to build with the following messages: Unable to build folder named Styles Unable to build folder named Styles The "Styles" directories are at the same level in different parent folders. I've seen a lot of postings a...more >>

vs.net not allowing design mode, no errors present
Posted by John Y at 6/17/2005 5:08:03 AM
I am using Beta 2.05 of VS.Net and lately the program has been running very oddly. It started when I was coding a price_quote.xnet page, which deals with inputs to create a simple price quote for a product. Currently there is only about 40 lines of code for this page and every since I've got...more >>

Problem with the MessageBox.Show("Hallo World");
Posted by news.microsoft.com at 6/16/2005 9:58:13 PM
I am very new by C# and my ewnglish is no very good. I would like to testing the MessageBox.Show("Hallo World"). I wrote a by Windows Application with a button. In the click event private void button1_Click(object sender, System.EventArgs e) { MessageBox.Show("Hallo World"); } The b...more >>

VS.NET 2005 Prerequisites
Posted by Logicalman at 6/16/2005 5:44:02 PM
Can anyone tell me the prerequisites for VS.NET 2005 please? What .NET framework is/will be required? 1.xx or 2.0?...more >>

Visual Studio 2005 vs. Visual Studio Team 2005
Posted by Demetri at 6/16/2005 3:16:04 PM
Could some one explain the difference between Visual Studio 2005 and Visual Studio Team 2005? Which is better and why? I work on enterprise wide application development and am evaluating the latest technologies that are to be released by Microsoft to determine what is best for us. Thanks...more >>

problem in httphandler (server.execute)-please urgent..
Posted by sathya at 6/16/2005 3:03:48 AM
hi, i have problem in httphandler, my problem is that when i am trying to use server.execute(/default.aspx) i am getting error.... [Error executing child request for /Default.aspx] Here i am trying to redirect from home.aspx to default.aspx (both file isin sharepoint).I have give a co...more >>

Editing an ASP:Table using Design View in Visual Studio
Posted by Nathan Sokalski at 6/16/2005 1:01:24 AM
When editing an ASP Table, Visual Studio does not allow me to edit it in Design View. This makes it harder to add elements, because I must add every element either by using Design View to create the element outside of the table and then using cut & paste in HTML View to move it to the desired ...more >>

Adding Component to Toolbox results in no errors, but also no control being added
Posted by Tyler Bye at 6/15/2005 10:10:24 AM
Hi all, I have an ActiveX DLL that I'd like to add to the toolbox in VS 2003. When I add/remove items, select the COM tab and then select my DLL. My control does not add itself to the list. Before I had my version source it would give me a "Not recognized as a COM server" error. I now g...more >>

Microsoft copies BlueJ
Posted by Tim Anderson at 6/15/2005 10:07:20 AM
Credit where it's due... http://www.itwriting.com/blog/?postid=168 Tim ...more >>

dll version conflict
Posted by Peter Kirk at 6/15/2005 9:49:30 AM
Hi when I build my solution (c#) I get errors like this: Error: The dependency 'Alpha.Portal.Logging, Version=1.0.1944.20770, Culture=neutral' in project 'Alpha.Documents.Verification.WindowsService' cannot be copied to the run directory because it would conflict with dependency 'Alpha.P...more >>

email from web form
Posted by BootstrapBill at 6/15/2005 8:43:01 AM
I am developing a website in which the user can return feedback to the company by filling out a web form with their name, email, company, and feedback. However I do not know how to get the information emailed to an account when the user presses submit. I've been told it has to do with a STMP ...more >>

controls added FILO to a control
Posted by brander lien at 6/14/2005 4:56:39 PM
when having a container usercontrol and utilizing the designer to make a form, everything works fine. note, the attribute off the class im using to do this is: [Designer("System.Windows.Forms.Design.ParentControlDesigner, System.Design", typeof(System.ComponentModel.Design.IDesigner))] ...more >>

Regular expression
Posted by Martin Lapierre at 6/14/2005 4:30:12 PM
Hi, I'm new to regular expression. A book is on its wayt, but until then I have to rely on your help ;-) Say I got a word in the form "babab". I simply want to have an expression whose resulting matches will give me "ba" and "bab" (I want the last "b" to be grouped with the last match). I...more >>

How to remove the SQL block outline in VS.NET?
Posted by Samuel R. Neff at 6/14/2005 1:28:56 PM
VS.NET outlines SQL statements in a SQL file with a blue outline. How can I remove the outline? Thanks, Sam ...more >>


DevelopmentNow Blog