Groups | Blog | Home


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 > threads for june 22 - 28, 2005

Filter by week: 1 2 3 4 5

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 >>


DevelopmentNow Blog