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

Filter by week: 1 2 3 4 5

Class Library for Asp.Net 2.0 (using C# in VS.Net 2005 Standard)
Posted by Lew Barnesson at 1/28/2006 1:49:22 PM
Hi, I'm pulling out my hair (what little is left) trying to build a class library *that can access a web.config file*. When the compiler sees the code (below) it gives the error "The type or namespace name 'Configuration' does not exist in the namespace 'System.Web' (are you missing an a...more >>

Added Folder contents in final build
Posted by acb at 1/28/2006 6:17:51 AM
Hi, I have a VS 2005 C# project to which I have added a folder. Into this folder are various resources that are used within the program. I have the line ItemsPath = Application.StartupPath + "\\Resources\\"; in my code and whilst in the IDE everything works fine. When I come to publish the ...more >>

Crystal Versions clobbering each other
Posted by Mark Lewis at 1/28/2006 5:12:27 AM
Our vb.net 2003 application uses the version of Crystal built in to Visual Studio. When installed on a machine that uses Crystal 8.5 DLL's, I think this is a VB6 application but am not sure, it prevents another app from exporting Crystal Reports to Word. Has anyone seen this sort of problem...more >>

No button click handler in code-behind file
Posted by keithb at 1/27/2006 4:59:58 PM
In a C# Web application, I added Webform1.aspx. To that, I added Button1, a System.Web.UI.WebControl.Button. When I right-click Button1 and select "View Code" I see the content of Webform1.aspx.cs, but there is no Button1 Click handler present. What am I doing wrong here? Thanks, Keith ...more >>

Excel / Office Support
Posted by Amos Soma at 1/27/2006 4:13:12 PM
We're creating a VS 2005 C# app that needs to integrate with Excel & Office. Can anyone tell me which versions of Excel and Office C#/VS 2005 supports? I'm most interested in knowing how far back the support goes. For example, is Office/Excel 97 supported? Excel 2002? etc. Thanks. ...more >>

VS 2005 cannot connect to the Windows SharePoint Services
Posted by M at 1/27/2006 3:56:27 PM
From VS 2005, in the creation of a new team project, i'm unable to connect to Windows SharePoint Services: -------------------------------------------------------- TF30177: Team Project Creation Failed -------------------------------------------------------- Error Unable to connect to...more >>

msxml.h includ
Posted by Fergal Moran at 1/27/2006 2:55:13 PM
Hello Guys I have an STL application with no MFC written in VS.Net 2005 - it uses the winsock libraries therefore I must include winsock.h/winsock2.h. The problem this also forces msxml.h to be included through winsock.h windows.h ole2.h objbase.h urlmon.h ...more >>

The unmanaged c++ class has CString, how to write managed c++ wrap
Posted by Richard at 1/27/2006 7:52:02 AM
Hi, I have existing c++ class library (.lib file). My existing c++ class uses MFC CString. I am trying to learn how to write a managed c++ wrapper for the existing c++ class library and how to set project configuration correctly so I don't have linking errors. Do you know any good books...more >>



Clearing a web form
Posted by John Clennett at 1/27/2006 6:52:02 AM
I have an 'Awards' form that can be accessed by 2 different methods, 1 - Via a customer details form that has a button on it to enable the user to re-direct to the 'Awards' form passing it the customerID & name so that the new form can be automatically populated with the selected customer det...more >>

VB.NET app not compiling in VS2005 Error: MSB3095
Posted by Pankaj at 1/26/2006 11:13:02 PM
Hi, All these days I was using VB.NET on VS2005 without any problems but suddenly all my VB.NET apps stopped compiling. I reinstalled VS2005 but that did not help. I get the following error message: "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(1306,9): error M...more >>

VS2005 - cannot view or add Database Diagrams
Posted by Brad at 1/26/2006 5:41:03 PM
With VS2005 TS Developer I am connecting to MS SQL 2000 databases in the Server Explorer, Data Connections. When I expand a database connection I do not see Database Diagrams or any option to create/work with database diagrams. From the Data menu on toolbar I do not find any option to view or...more >>

ol
Posted by JeffDotNet at 1/26/2006 5:27:03 PM
Has anyone been able to have a sqlDataSource in one asp:content control access controls in another asp:content control. The page I'm working on inherits from a master page with Banner, context, and main asp:content controls. On this page I would like to have a gridview & sqlDataSource in ...more >>

Disadvantages in Visual Studio 2005 (Web sites)
Posted by m.roello NO[at]SPAM dev.it at 1/26/2006 5:26:54 PM
In the book: "Working with Microsoft Visual Studio 2005" Craig Skibo wrote: "The power of Visual Studio 2005 lies in its ability to empower users to build, test, and debug powerful applications quickly and easly." I don't agree on what concernes ASP .NET Web Sites in VS2005. All what invo...more >>

Extending Microsot Visual Studio
Posted by Ludwig Wittgenstein at 1/26/2006 4:02:34 PM
Hello All, I'm currently working on writing a compiler for a language for .NET Framework. I would like to make Visual Studio it's integrated development environment by adding the apropriate sytnax coloring, creating projects/solutions, compiling, debugging. My question is, which online docume...more >>

ANN: Free PDF books for registered users of Visual Studio 2005
Posted by Carlos J. Quintero [VB MVP] at 1/26/2006 3:45:33 PM
Hi all, I just wanted to let you know that if you have registering Visual Studio 2005 finally has some benefits. You can get electronic PDF books about Visual Studio 2005 and some other stuff. For example, the updated book "Working with Visual Studio 2005" by Craig Skibo and others (prev...more >>

Break points/debugger/compiler not in sync with lines of source code
Posted by Fabio Cavassini at 1/26/2006 6:15:56 AM
I have seen some messages describing the same problem, but as I have not seen a good solution I posted it again. Apparently the problem is caused by a "dirty" file, the file in which I have trouble is a .js, I have worked in this file in it with VS, Dreamweaver and EditPlus...and it seems that...more >>

Connecting ObjectDataSource to FormView control
Posted by Mal Ball at 1/26/2006 3:58:03 AM
I have a business object class created in my App_Code folder which gets customer data from a SQL Server database in its Select method. The select method returns a dataset. I have a FormView on my aspx page which should display this data but I cannot get any data to display, it always shows ...more >>

Visual Studio Team System released??
Posted by Lars Olsson at 1/26/2006 12:13:02 AM
It is not easy to grasp by browsing the MS VS web site(s). Is it released?...more >>

Statistics for project
Posted by Shimon Sim at 1/25/2006 9:43:41 PM
Is it possible to get amount of code lines, amount of classes, methods and .... in the project using some build in tools - macros or write simple add-in? Thank you, Shimon. ...more >>

VS2005 crash
Posted by John Aldridge at 1/25/2006 7:03:02 PM
We have a solution containing 34 projects, mostly native DLLs, but also two native EXEs, a couple of static libraries, a couple of makefile projects and a deployment project. We build overnight in a scheduled task using commands like: call "%VS80COMNTOOLS%vsvars32" devenv /build Relea...more >>

ToolStripProgressBar
Posted by OptikDev at 1/25/2006 1:58:03 PM
I want my progress bar to show the current status as I open my database. On Load event I call Me.PartTableAdapter.Fill(Me.DataSet1.Part) and it populates my DataGridView, this takes about 30 seconds (over 6000 records) and i want to show the progress using the ToolStripProgressBar. How do I do...more >>

Team Foundation Server: Error 28905.WiDbLoc
Posted by Shimon Sim at 1/25/2006 1:30:43 PM
I wanted to try out Team Foundation Server. So I am trying to install single server installation on virtual PC. I passed all checks and in the end of installation I get following error: Error 28905.WiDbLoc: Could not list of fields to localize from database. Dialog has options Retry and cancel...more >>

vs.net taking over 30 minutes to load a workspace
Posted by Eggroll822 NO[at]SPAM hotmail.com at 1/25/2006 1:10:32 PM
I don't know much on the situation. An employee just reported that her vs.net is taking more then 30 minutes to load a workspace/ project of hers. This just seems ridiculous. She says it usually takes around 5-10 minutes, which is still a longgg time. She did mention that she is running low o...more >>

Bug in VS.2005 images drag/drop
Posted by TroyW at 1/25/2006 9:19:53 AM
In the IDE of a web project, if you drag and drop a series of images from a folder in Solution explorer to the source page of an aspx page, it puts the list of URLs in the page... but the LAST image shows up as the second image in the list, instead of at the end. I am dropping these images ...more >>

Creating a web service proxy in VS.NET 2005
Posted by Matt at 1/25/2006 7:57:03 AM
Hello! I'm trying to create a web service proxy for the Reporting Services web service. When I do this for one of my C# class library projects it works well. I right click the project select "Add Web Reference..." and browse to the web service in the pop up dialog box. When I do this ...more >>

QUERY: VS6/7/2002/03/05 vs. distcc... woes :S
Posted by KevinGPO at 1/25/2006 12:00:00 AM
Is it possible to use Visual C++ 6.0 or Visual Studio.NET 2002/03/5 to do parallel compiles/building across many PCs? I find my building/compiling takes years. Last year when I was developing on linux I came across distcc, distributive C/C++ compiler, that can compile/build a project across...more >>

i have my web which is made in front page now it has many folders of pdfs and images
Posted by mit at 1/25/2006 12:00:00 AM
what i have to upload the new site with aspx pages ?? is vs erase all the data of the exiting web site ?? or just upload teh necessary files ?? Please guide me what i have to do to make my site update with new dotnet technology what care i have to take ??? ...more >>

Secure FTP?
Posted by Ben R. at 1/24/2006 5:51:16 PM
Hi everyone, Does VS 2005 have the capability to use Secure FTP to copy a website? I know it has FTP, but would rather use secure ftp. Or are there any other secure alternatives? -Ben...more >>

Backspace a tab in IDE
Posted by addoty NO[at]SPAM gmail.com at 1/24/2006 7:44:50 AM
In the IDE when I hit the TAB key it works OK. But when I backspace the tab to removed it, I have to hit backspace 4 times. Is this a setting somewhere so I only have to hit the backspace once to remove a tab? Thanks ...more >>

Resolutin
Posted by Pure Heart at 1/24/2006 1:49:02 AM
Hi I usualy like to develop in high resolution setting but when the software runs on a low resolution pc some of the form contect dont show so haw can i over come that using VS 2005 proffesional ? thanx -- Ammar S. Mitoori IT Head QIMCO Co. Tel : +9744831199 Mobile : +9745378400 Fax :...more >>

Advantages of 2005
Posted by John at 1/24/2006 12:00:00 AM
Hi all, I am trying to get my company to purchase the 2005 version of Visual Studio Professional. I need to come up with the advantages of upgrading the development environment from version 2003. I already gave a bunch of development reasons; but they are looking for end user reasons. In o...more >>

Whats the best way to deal with a very large solution?
Posted by TrtnJohn at 1/23/2006 10:37:02 PM
I have a Windows Application that has been ported from VB6 to VB.NET using VS 2003. The code conversion was painful but almost complete. But, now I am having trouble because the original application had so many different DLL files associated with it. The application itself is designed to b...more >>

VS C# Express destroys template code via forced reformatting of co
Posted by shawnk at 1/23/2006 7:58:02 PM
I consult for several corporations that have coding conventions that specifically require comment lines NOT TO BE TOUCHED by Microsoft text editors. After 3 weeks of review we have determined that VS Express (C#) is pretty much an unusable product. Yet another damaging 'feature' of Express ...more >>

Print Web Page on Button Click in ASP.NET 2.0
Posted by Ravi Persaud at 1/23/2006 6:31:03 PM
I have a web page with a single button at the top. Text in a detailsview follows as well as text in a gridview. I have removed all borders from both controls so the page appears as text only. Using that button at the top of the page, I would like to send the page to the printer without any ...more >>

Timer control
Posted by Ben at 1/23/2006 1:48:02 PM
please help, I am trying to use timer control on a web form (VB.NET) to display 3 images with each image being displayed for 4 seconds. is this can be done with vb.net? and how can I reactivate the Timer after the page is loaded? thanks for any help or any detailed help...more >>

Code Snippet Manager
Posted by Matt at 1/23/2006 12:16:00 PM
I have the release version of Visual Studio 2005 for Software Developers loaded and I can't find the option for Code Snippet Manager. I have looked under tools and reinstalled the software but still no luck. Can anyone tell me how to get this option loaded? Thanks, Matt ...more >>

Pascal and C++
Posted by Kristelle at 1/23/2006 6:53:43 AM
I need to combine (and modify) several applications into one. Some are written in C++, other in Pascal How can I translate the available code to use in VS.Net? Even the C++ code won't compile (i was told it compiles under Borland) Please advise ...more >>

Open many instance of VS 2005 concurrently & help viewer & RAM
Posted by mtczx232 NO[at]SPAM yahoo.com at 1/23/2006 12:31:06 AM
I notice that Single of instance of VS 2005 (devenv.exe) can take 150MB of RAM. 1. When i need to open another solution, have a way to open it in same devenv.exe instance? 2. Have a way to attach two VS IDE instance to one Help viewer (in External mode), so when i hit F1 it's go to same H...more >>


DevelopmentNow Blog