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
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > may 2005 > threads for thursday may 5

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Cannot debug ASP.Net
Posted by roblenderman at 5/5/2005 8:10:02 PM
I start in debug mode and set a breakpoint on the page load event for the startup page. The browser opens and the page renders. The breakpoint turns to a "?" and says the breakpiont cannot be reached. Here is my output and I notice the aspnet_wp.exe is exiting. No idea how to fix this. Ye...more >>


link required
Posted by Rashmi Panduranga at 5/5/2005 5:23:30 PM
Provide me the links where I can find the information regarding automation of Power Point by VS.Net within Office 2003 ...more >>

Multi-user environment, prevent PK violation
Posted by Job Lot at 5/5/2005 5:17:03 PM
In a multi-user environment, how would I prevent users from adding Orders with identical OrderID. For instance I have following tables in my database Order ================== OrderID Identity field CustomerID OrderDate DeliveryAddress OrderDetail ================== OrderI...more >>

VB .NET EXE Won't Run
Posted by Art Cabot at 5/5/2005 5:15:12 PM
When I try to run my VB.NET executable outside of Visual Studio, I never get my opening form. In Task Manager I see the app running under "Processes" and hovering around 98% CPU utilization. I made a deployment project and installed from that, as well as just copying the EXE over to the pro...more >>

Return True
Posted by RitaG at 5/5/2005 3:55:01 PM
Hi. I have a Sub that calls a Boolean Function and exits the Sub if the Return value is False. The problem is it's exiting the Sub even if the Return value is True. Here's my code. Private MySub If Not DownloadFIIDSFile() Then Exit Sub '---- Other code here End Sub Private...more >>

why use databinding ?
Posted by LB at 5/5/2005 3:21:48 PM
Reading the http://samples.gotdotnet.com/quickstart/winforms/ I'm trying to see the advantage of using "simple data binding". Let's say I have a treeview loaded from a collection called moList. On form load, the treeview is loaded. And I bind my textbox to one on the property txtLength.DataBi...more >>

Building DataSets using SQL Servers MetaData
Posted by Geir Holme at 5/5/2005 2:58:13 PM
Hi all. Using Visual Studio VB.NET and SQL Server 2000. When I drag tables from the SQL Server Explorer into a dataset I am building I get the table, fieldnames and types. But, why doesn't it put in relations, defaults and all the other information from the SQL Server. It takes time to do this ...more >>

HUH??! Help badly needed.
Posted by Chris Mayers at 5/5/2005 2:51:39 PM
Can someone please try this, and tell me what happens, cause either I've got a weird bug in my VS2003, or I'm going mad... C# public void UpdateComments(string customerId, string comment) { string firstPart; string secondPart; int lengthOfString = comment.Length; if (lengthOfString...more >>



Just got VS2003
Posted by Lee at 5/5/2005 2:06:09 PM
Hello all, I've been developing primarily in Delphi for the last 3 years or so. Before that, it was VB 5-6. C# looks pretty interesting, but of course, VB.net will be more familiar for me although I have not written a line of VB code in 3 years or so. I've also heard rumors that vb.net ...more >>

SQLTransaction rollback problem
Posted by mahajan.sanjeev NO[at]SPAM gmail.com at 5/5/2005 11:38:13 AM
I have two SQLConnection objects having the same connection string and two corresponding SQLCommand objects for each connection object. I am using SQLTransaction with the first SQLConnection object but the second SQLConnection object does not have any SQLTransaction object. I am inserting some...more >>

VB6.0 to VB .NET
Posted by Ricky at 5/5/2005 10:36:04 AM
Hello everyone, I'm pretty sure this question has probably been asked many times before. I just couldn't find the correct answer. I have a VB application that was designed using the 6.0 version. Now my client would like to take the same application online. I was told that VB.NET is the way ...more >>

Install a Windows Service programmatically
Posted by Vince Keller at 5/5/2005 10:22:11 AM
I dont know if this is the correct newsgroup to post questions on Windows Service. I am trying to install and uninstall a Windows Service programmatically. As far as I know, there isnt a class in .NET FCL which supports doing that. The ServiceController class starts/stops an installed servic...more >>

Changing control sizes in UserControl
Posted by Doug at 5/5/2005 9:55:05 AM
I have a text box and a label in a UserControl. I want to give the user the ability to resize those controls within there but cannot figure out how to do it. I am unable to override the Height, Width or Size properties to do this as it says those are not marked as virtual, abstract or override...more >>

How can I determine that the path exists?
Posted by Stan at 5/5/2005 9:35:09 AM
If I have a path, for example \\server\FolderA", how can I make sure that this path is accessible? There could be several reasons - server is down, wrong folder spelling, permissions, etc.. There is File.Exists method but it only works with the files... Thanks, -Stan ...more >>

Windows Control Library
Posted by Paul at 5/5/2005 9:33:49 AM
I've created some Windows Control Libraries. They work great. I've implemented them inside both Windows forms and inside web pages. But, I'd also like to insert them as objects into Word documents, Powerpoint slides, etc. With an ActiveX control written say with ATL, this is possible. Bu...more >>

How to write to a label control with Chinese Characters
Posted by John Hall at 5/5/2005 8:41:29 AM
Any idea how to make this work? Currently the text comes out as ?? It should be the Chinese Characters. =========================================== <%@ Page Language="VB" ContentType="text/html" ResponseEncoding="iso-8859-1" %> <script language="VB" runat="server"> sub page_load(obj as obje...more >>

activex substitute in .net??
Posted by Mike D at 5/5/2005 6:18:14 AM
I have an application that I need to write, this app will control a piece of hardware connected via comm port on the client pc. I would like this app to be web based because of what will be done with the data generated. This will be on an intranet so security is not an issue. I can do it us...more >>

Newbie from Linux - question on VStudio DLLs
Posted by mark_s_howie NO[at]SPAM hotmail.com at 5/5/2005 5:03:08 AM
Hi, I am wanting to create a DLL on WindowsXP, though I normally work in Linux. The application is to run on another machine, currently without ..NET. I have installed VisualStudio.NET 2003, but I am now worried that DLLs created using it need .NET installed to work. Is this correct? The...more >>

Binding stored procedure to a datagrid
Posted by Stephen at 5/5/2005 3:50:16 AM
I have the following stored procedure below and I was wondering if I will be able to bind the restuls to a datagrid for the first select statement and display the results of the count in a label for the count. I wasn't sure if i should have written two stored procedures to do this or if I'll b...more >>

Deserializing XML into an object
Posted by Nick at 5/5/2005 12:05:02 AM
Hi, I'm facing a problem when I have to deserialize an XML into an object. The typical scenario is as follows: The XML that I have to deserialize has multiple elements of the same type (lets say multiple occurences of <abc />) with different inner texts. Now if I use the already available d...more >>

newbie : Some quesitons on Microsoft Visual studio 2003
Posted by Avi at 5/5/2005 12:00:00 AM
Hello, I am new on Microsoft Visual Studio 2003. Several questions : 1) How can I compile an HTML page, and check it syntax (suppose I have a button, that when onClick event occurs, there is some code behind (alert a message) - so there can be some code ). 2) How can I link objects to...more >>

Using MSHFlexGrid in C#
Posted by Eyvind Wærsted Axelsen at 5/5/2005 12:00:00 AM
Hi. I am trying to use the Microsoft Hierarchical FlexiGrid ActiveX control in ..NET on a Windows Form. The problem is, however, that it seems impossible to get at the Cols property, which I have been using quite extensively in previous projects in VFP and VB6. Can anyone confirm, and do...more >>

Hi any one worked on ASP.Net with the combination of Windows2003 (IIS6.0) OS ?
Posted by Naga Kiran at 5/5/2005 12:00:00 AM
Hi=20 I have a small query in ASP.Net on windows2003 server platform.. I built an Application in ASP.Net.... This application is hosted on the system where that system has = Windows2003 Operating system (with IIS6.0). In my application relative paths are not working after hosting in = wi...more >>

xhtml - disable client cache
Posted by Rune at 5/5/2005 12:00:00 AM
Hi I use MMIT to render XHTML pages. How do I disable client caching? I've tried the following commands: Response.CacheControl = "private"; Response.Cache.SetNoStore(); Response.Cache.SetCacheability(HttpCacheability.NoCache); Response.Cache.SetMaxAge(new TimeSpan(0)); Response.Cache...more >>

How to get selected text outside the application
Posted by MS at 5/5/2005 12:00:00 AM
Hi, Does anyone know how to get selected text outside the .NET application? For instance: 1) In Internet Explorer, MS Excel or any other, I select some text 2) I perform a mouse click holding a key down 3) My .NET application gets the selected text that was under the mouse cursor when t...more >>

newbie on visual studio dotnet 2003
Posted by Avi at 5/5/2005 12:00:00 AM
Hello, I am new on using visual studio dotnet 2003 (before that, I had the experiment on developing dotnet with notepad). I need to know about some elementries : 1) Is there any tuturial (step by step - not specialy on .net, but specifically on the IDE of visual studio dotnet 2003) ? 2)...more >>


DevelopmentNow Blog