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 8 - 14, 2006

Filter by week: 1 2 3 4 5

Security trimming enabled / Web Admin Tool
Posted by onecorp at 8/14/2006 8:49:02 PM
I have attempted to use the web admin tool to add users/roles to my web site. When adding users, the tool had already added by default, users referred to as 'all', which was greyed out and hence, could not be deleted by me. Can anyone tell me how this problem was caused...is it a problem wit...more >>

Could not find schema information
Posted by onecorp at 8/14/2006 8:31:01 PM
I have attempted to use the Web Admin Tool to create roles/users etc. In doing so, the tool added the following to my web.config file: <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> This results in a huge number of warnings such as the following: Message 12 Co...more >>

How to structure a web with Visual Web Designer (VS 2005)
Posted by Rolf Welskes at 8/14/2006 4:54:58 PM
Hello, we build large web sites in the past with VS 2003. Now there are problems with VS 2005. The principle concept is as follows: In a web there are many subParts, say: web PartA PartB PartC etc. Each Part has its own namespace say NSA, NSB, NSC, etc. For each part a d...more >>

Visual Studio 2000 suddenly can't find SQL Server.
Posted by John Vaccaro at 8/14/2006 3:20:37 PM
On Friday, I was working on a project and was able to access SQL Server Express and get all the data I needed from the database. Today, I went to access the same data that I accessed on Friday, and now VS tells me that SQL Server does not exist or I don't have proper permission. Nothing has been ...more >>

Uninstall Event Toaster
Posted by Rich Denis at 8/14/2006 2:12:02 PM
Hello, I had posted this with my non-msdn account and realized it would not get the attention it deserved. Here is the original post: Hello, I was hoping to find a way to uninstall EventToaster without uninstalling the entire SDK. While it is good as a source project, I really don't need t...more >>

Problems creating VSS event handler
Posted by IsItBuxton at 8/14/2006 8:48:08 AM
I've created an event handler to react to the events that are fired by SourceSafeTypeLib. The handler installs OK, but the only events that I get called to handle are Init, BeginCommand and EndCommand. The Init and EndCommand events are always called, but the BeginCommand is only called if I d...more >>

Could not find schema information for the element
Posted by Leslie at 8/14/2006 7:34:01 AM
I have a VS 2005 project that was converted to a 2005 project. I get several errors that start with the "Could not find schema information fo rthe element..." These are elements that are found in custom sections that reference "System.Configuration.NameValueSectionHandler,System,Version=1.0....more >>

Command contains unrecognized phrase/keyword VB.Net
Posted by Komandur Kannan at 8/13/2006 6:31:01 AM
Hi I am facing the above problem when I am trying to insert a MEMO data in to the VFP table. I am using a OLEDB connection string in VB.Net My data present in the file is //------------------------------ Pen Pencil Erasier Sharpener //---------------------------- ...more >>



VS2003 hangs creating ASP.NET webservice
Posted by Chris at 8/12/2006 8:39:28 PM
A VS2005 and .Net 2 install over a VS2003/1.1 install resulted in VS2005 hanging when I tried to create or open C# ASP.NET web services. VS2005 and .NET 2 were uninstalled but VS2003 then did the same thing. After much banging head against the wall and unintalling/reinstalling, I have tried to...more >>

C# Version in Visual Studio 2005
Posted by james henderson at 8/11/2006 7:38:02 AM
Which version of C# is supported in Visual Studio 2005? Is it C#2.0 or C#3.0 ...more >>

Deployment requirement even Possible?
Posted by Gene at 8/11/2006 7:00:11 AM
I would like to know if the following is even possible with the visual studio.net Setup and Deployment project. 1. During the deployment after creation of application directory the setup needs to prompt user to select another location to send a data file elsewhere on target machine (with abili...more >>

SQL Server vs. VS Built-In SQL Server
Posted by Alex Maghen at 8/10/2006 3:36:02 PM
I see lots of built-in SQL Server services that are installed and running in the background when I install Visual Studio. But I don't seem to be able to figure out how to use them to do things like: - Visually Create a new Database - Visually Edit Tables and other Objects If I *can* do thos...more >>

working with ZIP files
Posted by Simon Whale at 8/10/2006 12:01:37 AM
Hi, need some help or pointers i need to be able to extract a file from a zip file. i am using VB.net, any help would be appreciated Simon Whale ...more >>

Save Image from AxWebBrowser
Posted by SBK at 8/9/2006 1:34:05 PM
Hi, Basically, I'm using this method (code segment, doc is the html document (etc)): Dim element As mshtml.HTMLImgClass element = doc.getElementById(nextId) elementWidth = element.offsetWidth elementHeight = ele...more >>

leading zeroes in export to CSV
Posted by Optimo at 8/9/2006 6:16:01 AM
In a procedure I export the contence of a datagrid to a CSV file. No problems there. Only two of the columns contain numbers with leading zeroes. Those leading zeroes disapear in the CSV file, but they must be retained. I tried to add a single quote (as one could do in an Excel worksheet to sav...more >>

Strange character transformations
Posted by CyberSpyders NO[at]SPAM gmail.com at 8/9/2006 6:02:26 AM
Hi, I have an ASP.Net website, which allows users to upload a file which is then inserted into a database. This is all fine until it reads a line with the string +Anu in it. It transforms this to this char =C9=BB (which, if Googled for, is described as Unicode Character 'LATIN SMALL LETTE...more >>

Create a solution
Posted by Steve Lloyd at 8/9/2006 12:00:00 AM
Hi there, This is a real muppet question but one that is driving me mad... How do I create a solution in VS.net 2005. I can create projects easily but I want to add a blank solution to a parent directory and then be able to add a web project and a web service project in child folders to t...more >>

How can I format, delete and create the partion using .net applica
Posted by kumar_anil_gaya_India at 8/8/2006 3:19:02 AM
hi All, I want to format, delete and create the partion using .net application. How can I do this stuff using .net application. Plz give some ref. or give some idea to do this. ...more >>

Deploy VS 2005 / asp.net 2.0 application by hand copy / past over ftp
Posted by Rolf Welskes at 8/8/2006 12:00:00 AM
Hello, I have a VS 2005 / asp net 2.0 application. Now it must be deployed, but I do not want / can not use any tool. I have to copy / past all files from the development server to the production server over ftp. The problem: the resulting application.DLL of the web application is not...more >>


DevelopmentNow Blog