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 > february 2006 > threads for february 15 - 21, 2006

Filter by week: 1 2 3 4

Default Debug config VS 2005
Posted by Mitch Gallant at 2/21/2006 9:57:53 AM
I'm new to VS 2005 and I noticed that (without intentionally changing any of the default Debugger settings) for C++, I get runtime output (when running the Debug cofig) stating that there is no Debug information nor symbols included! According the VS 2005 docs: "The Debug configuration of your...more >>


"The Parameter is Incorrect" Designing Tables
Posted by russell.sinclair NO[at]SPAM gmail.com at 2/21/2006 7:15:33 AM
I get the error "The Parameter is Incorrect" whenever I try to design tables in VS 2005. Seems to be somehow related to opening SQL 2000 databases as I don't get the error with SQL Express unless it's a database I've restored from SQL 2000. Has anyone seen this problem or found a fix? ...more >>

Help a student? problem with "focus"
Posted by wideawake at 2/21/2006 6:51:31 AM
I'm hoping someone can help me. I have three text boxes on a form, txtone, txttwo, and txtthree. While one of the text boxes has the focus, its text is red, when it loses the focus, the text returns to black. I tried an if statement: Private Sub txtOne_TextChanged(ByVal sender As System....more >>

How do I get the calling application from a called dll file if GetEntryAssembly returns null?
Posted by Ishai Sagi at 2/20/2006 4:27:18 PM
Hello folks, I wrote myself a logging infrastructure that logs events to an xml file. nice and simple. I want to add to the xml file the details of the assembly that called the logger. if the called is a windows application (exe) I could just used "system.Reflection.Assembly.GetEntryAssembly"...more >>

String constant number & TypeLoadException !?
Posted by Christian at 2/20/2006 1:50:27 PM
Hi, I will do some historic about my project. It's a EXE MFC project, with ATL, and some managed class (compiled with /clr) It was create in VC++ 6.0 (or 5.0). 2 years ago, we convert it to VS2003, and it work fine, after fix some error and warning. Now we try to convert it to VS2005. The ...more >>

VS 2005 asp.net 2.0 accessing root or virtual directories in dev and runtime
Posted by Dale Reed at 2/20/2006 11:45:46 AM
Hi, been using vs2003 and just upgraded to 2005, and also upgraded to asp.net 2.0. I'm having a problem with virtual and to be honest any other directory! I have a directory in inetpub/wwwroot/icons which contains generic icons that I use in a lot of my websites. In 2003 I could either ...more >>

VS 2005 Projects and Macros for Property Pages
Posted by Mitch Gallant at 2/20/2006 7:52:59 AM
Simple starter question (since I only used Visual Studio 6): In VS 2005 Tools | Options | Projects and Solutions under the VC++ Directories, Executable files etc.., all the configuration paths are specified as Macros for properties that expand into strings, such as: $(FrameworkSDKDir)bin ...more >>

Ok, I admit it, I'm dumb
Posted by Steve Barnett at 2/20/2006 12:00:00 AM
I've got VS 2005 installed on my Windows/XP Home system, I can see SQL Express services running and I want to define a database. Now what? I started VS 2005 and displayed the Server Explorer window. I right clicked on the Data Connections item and selected the Create New SQL Server Database ...more >>



ComboBox
Posted by Lee at 2/19/2006 1:40:30 PM
I am using VB.NET 2005 and a ComboBox that has a datatable as its data source. I have the DisplayMember and ValueMember properties set to the appropriate columns in the dataset. When a selection is made in the ComboBox, the SelectedValue returned does not match the value from the data table. ...more >>

How Do I Get VS .NET 2.0 Free Version Installed?
Posted by Doug at 2/18/2006 8:44:14 PM
I heard that Microsoft was offering a compact version of VS. NET 2.0 and so I've spent the last several hours downloading products from their site and I cannot get one that will actually allow me to open up VS.NET and start writing code in C#. I've installed Microsoft .NET Framework SDK v2.0 fr...more >>

After uninstalling Office, VS.Net will not start
Posted by Joel Zinn at 2/18/2006 6:54:05 PM
I recently have had problems getting Office 2k3 SP2 to install. I was told to completely remove Office and re=install it. After doing so, VS.Net 2003 will not run. When it attempts to start, I see a dialog that says "Preparing to install", followed by what appears to be a box that is for ...more >>

QUERY: C++ programming
Posted by KevinGPO at 2/18/2006 1:13:08 AM
This is about programming C++ using Visual Studio.NET 2002 & 2003. I created a new Visual C++ project, Win32, Console application. What's this? _tmain(int argc, _TCHAR* argv[]) I had a self-contained C++ file that I added to the project along side the ready-made _tmain() file. I tried t...more >>

Uninstall of ClickOnce app - unattended or programmatic?
Posted by Stan Spotts at 2/17/2006 11:48:29 AM
Is there a way to remotely uninstall a ClickOnce app from a desktop? For instance, if a user should no longer have access to it, or if the application is deprecated and should no longer be used? Short of using an enterprise management system (this has to happen at disparate sites that may ...more >>

Issue with Shared Rows in ... (Correction)
Posted by Other_Developer_More at 2/17/2006 7:35:29 AM
Im having a DataGridView (2005) with a column hosting DateTimePicker control, I got the code in the VS documentation. The problem is that it fails when the user clicks on a row that's shared (since the row index is -1), I don't want to prevent all rows from being shared, but I suppose that I h...more >>

Crystal Report Viewer
Posted by CathieC at 2/17/2006 7:26:28 AM
I develop my reports using Crystal 10. I view the reports using the report viewer object in Visual Studio 2005. A link button opens the report. The tool bar is shown but i have inserted an image but only a red x appears where the image should be when the report view opens the report. If i clic...more >>

Selecting Rows Programmatically in DataGridView 2005
Posted by Other_Developer_More at 2/17/2006 7:21:30 AM
Hi there: I'd like to know how could I select rows in a DataGridView (VS 2005) programmatically. -- Thanks in advance Other_Developer_More...more >>

VS 2005 IDE with VC 2003 compiler
Posted by Daniel at 2/17/2006 3:09:03 AM
Hi, Is it possible to use the VS2005 IDE with the VC 2003 compiler? Is it worth it? I'm particularly interested in the improved Intellisense, source browsing etc., but things like the code view window and other enhancements may be worthwhile too. Has anyone used this combination? I understa...more >>

Sortof OT: Mobile Development - help
Posted by Lim Siew Yin at 2/17/2006 12:00:00 AM
Hi ppl, If this is OT.. plz forgive... cant find any more suitable managed newsgroup. I am interested in mobile development but i dont want to recode my web app. Possible to create a VB app with embedded browser for Mobile development? (WM 5.0 only) Is this even a GOOD idea? Also, will w...more >>

VS 2005 compilation error (App_Code.compiled)
Posted by Vik at 2/17/2006 12:00:00 AM
Hi, I have a web project in VS 2005. When I build it, everything works fine, but when I try to publish it, it gives me an error "Access to the path 'C:\Documents and Settings\<username>\Local Settings\Temp\~160c\bin\App_Code.compiled' is denied. I have given everyone write permissions o...more >>

Unable to install C#/VSTO based Outlook add-in
Posted by Gary Bentley at 2/16/2006 11:00:26 PM
Hi, I am using: Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 Installed Edition: Professional Microsoft Visual C# 2005 77617-168-7076001-41754 Microsoft Visual C# 2005 Microsoft Visual Studio Tools for Office 77...more >>

Asp.net 2.0 and Dreamweaver
Posted by tshad at 2/16/2006 7:43:03 PM
Can you use Dreamweaver and VS.Net together now? I have a site that was built with DW code inside (therefore you could not use VS.Net 2003 with it). Is this still the case? Apparently, you can use code inside with the new version version of VS, but do you have to run the site as a total s...more >>

What is the proper way to write Javascript?
Posted by Nathan Sokalski at 2/16/2006 5:55:05 PM
This may be a strange question to ask here, but I am writing my resume, and want to write Javascript correctly. I have seen it written three ways on sites and other places (I know that people often don't worry about these things in emails and newsgroup messages, I am not counting those): Ja...more >>

Break on first build error?
Posted by Eddie Parker at 2/16/2006 5:02:41 PM
Hello! I'm wondering: is there any way to make a Visual Studio Project based build break after the first compilation error? Cheers, -e- ...more >>

The Visual Studio .NET Combined Help Collection is very slow.
Posted by xcomplus at 2/16/2006 6:34:29 AM
I have this problem recently. The Visual Studio .NET Combined Help Collection is responding very slow when I use the "Index" to search for something. Under "Contents" it seems ok. When I type in something in the "Look for:" Field and enter, I see "Downloading..." appears on the status bar at t...more >>

Classes from XSD
Posted by kh at 2/16/2006 2:39:04 AM
This one should be obvious. I know I can use XSD.exe to generate classes from a schema, but how do I automate this process in Visual Studio? i.e. add an existing schema to my project and have Visual Studio generate the classes on every rebuild, similar to the way Typed DataSets are built. M...more >>

Configuration-dependent Assembly name
Posted by liesegang NO[at]SPAM gmail.com at 2/15/2006 10:02:53 AM
I'm working with a large-ish C# project, and was wondering if there was a way to have the name of my assembly change based on whether I'm in Debug or Release? Alternately, is there a way to specify my output file name other than having it just be the assembly name + ".exe"? ...more >>

Styling Calendar Controls ... arrghghghgh
Posted by tony.collings NO[at]SPAM gmail.com at 2/15/2006 4:56:40 AM
OK How the fudge do you style Calendar Controls in VS.NET 2003, this is annoying the hell out of me now !! In PARTICULAR the "othermonth" elements of the calendar view ( you know... the days from the proceeding and following months ). It's constantly fudging grey !!! How the HELL do you cha...more >>

New to .NET
Posted by Des at 2/15/2006 3:42:00 AM
I have just installed Visual Studio 2003 and I am trying out C# web aplications. When creating a new project I get the following message. Visual Studio.NET has detected that the specified web server is not running ASP.NET version 1.1 You will be unable to run ASP.NET Web Application services....more >>

Buffer Overrun in vslink.exe
Posted by elfric at 2/15/2006 1:22:28 AM
I am using MS Dev 2003, Version 7.1.3088 In the release configuration (debug configuration works fine) of our project, I am now unable to compile/link because of a dialog box that pops up at the linker stage: "Buffer overrun detected! Program: ...oft Visual Stduio .Net 2003\vc7\bin\vsli...more >>

Nutex could not be created ASP.NET 2.0
Posted by RedHair at 2/15/2006 12:00:00 AM
I'm developing ASP.NET 2.0 web site via VS.NET 2005 and using local IIS 6.0 (Win2003 Server), everything works fine, however, sometimes, I can view the aspx page from VS.NET 2005 but will get error from IE 6.0, "Server Error in '/xxxx/' Application - Mutex could not be created. this situati...more >>

Design view validation in VS.Net 2005
Posted by RedHair at 2/15/2006 12:00:00 AM
Each time I want to change sourec view to design view, the VS.Net 2005 alwyas validate the html tag and lots of error shows, how to disable this validation feature? Thanks. ...more >>


DevelopmentNow Blog