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 > august 2006 > threads for august 22 - 28, 2006

Filter by week: 1 2 3 4 5

asp.net menu control - StaticItemTemplate / DynamicItemTemplate does not take any control
Posted by Rolf Welskes at 8/28/2006 9:35:47 PM
Hello, I have in a asp.net menu the following StaticItemTemplate: <StaticItemTemplate> <table runat="server" id="table01" border="1" bordercolor="blue" cellpadding="4" cellspacing="4" > <tr><td><%# Eval("Text") %> </td></tr> </table> </StaticItemTem...more >>


How to Team Foundation Server
Posted by uanmi at 8/28/2006 8:36:02 PM
I would like to add a programming style guide document in Team Foundation Server for all of the programmers. If I add a task or another item it is assigned to one person. I would like all of the programmers to see this item. I would like some advice. -- regards, Mark...more >>

Release builds
Posted by Bob Day at 8/28/2006 2:53:37 PM
Using VS 2003... I am able to build release builds fine, except I would expect release build to strip out the following: Stop ' to stop code durign debug #if Debug = True then #end If However, these seem to remail in the release build, which means I don't understand the use of the con...more >>

Registry key removal using setup project (re-post)
Posted by wendld at 8/28/2006 12:22:02 PM
I was told I had to re-post this by our Microsoft Rep in order to get a response. Is there a way to remove a registry key if it exist using a VS.net 2003 msi setup project? ...more >>

streamwriter file lock (re-post)
Posted by wendld at 8/28/2006 12:21:02 PM
I was told I had to re-post this by our Microsoft Rep in order to get a response. I have a windows service written in VB.Net that is writing to text file using the system.io.streamwriter from a dataset returned by a webservice. Even though I am closing the file, the lock is never removed. ...more >>

Visual Studio is configuring the environment for first time use.
Posted by josh NO[at]SPAM srmacpa.com at 8/28/2006 7:33:50 AM
Every time I start VS it gives me the "Microsoft Visual Studio is configuring the environment for first time use. This might take a few minutes." dialog box. Is there any way to change this? Josh ...more >>

Laptop and lost media
Posted by Dee at 8/28/2006 6:35:02 AM
I have visual studio 2003 installed on my laptop. My laptop is somewhat corrupted and I need to do a re-install of windows XP. An upgrade did not fix my problems. I moved in April to another state and can no longer find my CD for the install. I have the pid from the help menus. Is there a...more >>

How to design WebUserControls in VS2005-Designer when using themes
Posted by Rolf Welskes at 8/27/2006 11:07:00 PM
Hello, when I design in VS-Designer a WebUserControl and use much html and some servercontrols like buttons and Textboxes, I would like to see what I get. If I use stylesheets, this is no problem, font-size, colors and all are ok. Now the page where the usercontrol should be used uses them...more >>



Problem converting String to Guid
Posted by Brian987 at 8/27/2006 11:10:01 AM
I'm using the .NET Framework 2.0 with VB 2005 Express and have the following statement: Dim g As Guid = New Guid("6576a3a2-7d9d-4fb0-9ea8-9cddbfe495a9") I get no errors when running it, but every time I get an empty Guid returned. I have tried different Guid values, and the number itself...more >>

Error opening solution files from Win Explorer
Posted by anonimo1 NO[at]SPAM hotpop.com at 8/27/2006 10:27:09 AM
Hello, after years without problems (VSNet 2002), all at once now I cannot open .sln files from Windows Explorer. If I double click a .sln file I get the following error: "The application cannot start". Luckily, I can open the Visual Studio application (from the Start menu) and then op...more >>

Visual Studio .Net Reinstall
Posted by relliot499 at 8/27/2006 4:16:01 AM
When I try to reinstall visual studio.net 2003 I get the message that "This installation package could not be opened." How can I reinstall my software. Thanks, Bob ...more >>

Lib compiled with VS2003 throw an exception after linked to VS2005
Posted by maya at 8/27/2006 12:00:00 AM
I have a c++ .lib that is compiled in VS2003 and linked into a VS2005 exe. If the VS2005 project is native, everything is fine. But after I added some managed code and changed the VS2005 exe setting to /clr, the VS2003 lib throw an exception of "access denied" during run time, when it come...more >>

Databases and SmartPhones
Posted by John Vaccaro at 8/26/2006 8:42:05 AM
I have several Windows Mobile applications that were written in CASL and work just fine on PDA's. Recently, I have had several potential customers notify me that the applications do not install properly or run on some of the Windows Mobile SmartPhones. I have converted my main Windows Mobil...more >>

VS 2005 and SourceSafe 2005
Posted by Hardy Wang at 8/25/2006 1:59:11 PM
Hi all, I used to have VS2003 and SouceSafe 6.0 installed on my machine (Win XP with SP2), it worked fine. Today, I upgraded my VS to VS 2005 first (uninstalled VS2003 first but kept SourceSafe 6.0) and then installed SourceSafe 2005. But under "File" menu of my VS2005, I am not ab...more >>

VS.NET 2005
Posted by Tom at 8/25/2006 10:28:02 AM
Where can get documentation on Setup and Deployment Wizard in VS.NET 2005? Thanks Tom...more >>

64 Bit Development
Posted by Tom at 8/25/2006 7:47:01 AM
Does VS.Net 2005 work on a 64 Bit Windows 2003 OS? Are there any limitations? Do I have to buy a different product? Thanks Tom...more >>

VS Extensibility: Commandbar event for Popup or perhaps BeforeRightClick?
Posted by james.kolpack NO[at]SPAM gmail.com at 8/25/2006 6:42:39 AM
I've got a control that I've added to the Commandbar for the code window, and I'm trying to set the enabled state based on the selection (or active point) for the current ActiveDocument. If the currently selection is valid by some parameters, the control's enabled state will be true, otherwise ...more >>

Interdev DTCs and Visual Studio .Net
Posted by AlanH at 8/25/2006 4:45:01 AM
We have developed over 1000 ASPs using Interdev (Visual Studio 6) DTCs (Design Time Controls). Can we maintain them with Visual Studio .NET 2002 (or 2003 or 2005)? If so how?...more >>

network path that is not supported for database files??
Posted by Jason at 8/25/2006 3:42:52 AM
've been playing around with new (for 2.0) membershp functionality. I was able to build a simple login form that secures a directory on a project I built locally on my development desktop. However, when I attempt to follow the same steps on the remote test server (a website I access via file...more >>

Where does VS2005 store information about my workspace?
Posted by Arturo Facchini at 8/24/2006 3:37:19 PM
Hi all, during a test session I changed the server. After this, I re-opened the Visual Studio Team Explorer 2005 client side and there no more was my "Test" workspace, so I decided to create a new one, but, while configuring the Working folders, I obtained the following error: "The path "...more >>

Lost tips in properties pane
Posted by michael sorens at 8/24/2006 3:01:53 PM
I used to have a tooltip-like box permanently stationed at the bottom of the properties pane in the visual designer. I assume I inadvertantly dismissed it. How do I bring it back?...more >>

Adding multiple projects to a solution in VS 2005
Posted by Jude at 8/24/2006 2:03:52 PM
This seems like a stupid question but I have been trying for an hour to add a second project to my VS 2005 Solution. This was never a problem for me in the old 2003 Studio. The 2005 help says to click on the "solution" node in the solution explorer but I do not have a solution node, only the o...more >>

Enterprise Library MSBuild error MSB4126
Posted by Erin Loy at 8/23/2006 5:06:42 PM
Hi All, I also posted this in vsnet.enterprise.tools, but I think this is a more general issue that I'm having. I am having trouble building the Enterprise Library (Jan 2006) from a fresh install using BuildLibrary.bat. The MSBuild output is below. I seem to get this error when trying t...more >>

Problem - Set Service Login ?
Posted by Siva at 8/22/2006 3:34:02 PM
Hi, I wrote a service in VB.NET to check folders. It run fine when I run in Debug option. I am getting " Set Service Login" window when I try to InstallUtil in VS Command Prompt. This window asks Username, Password and Confirm Password. Why I am getting this message? I get this problem when ...more >>

Generating properties automatically
Posted by יוני גולדברג at 8/22/2006 1:59:02 AM
Hi, Is there built-in tool in vs2005 which can generate properties automatically? I want to mark some private fields and the tool will generate getters and setters for me... Do u know some other tool to do that? Thanks....more >>


DevelopmentNow Blog