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 > november 2003 > threads for wednesday november 12

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

All Pooled Connections In Use
Posted by john bailo at 11/12/2003 11:59:51 PM
SqlConnection.Open, from a web application, threw: /Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached./ What would cause this error? ...more >>


encryption of a dataset
Posted by Mike Peretz at 11/12/2003 11:24:19 PM
I am trying to encrypt and decrypts a dataset using ds.WriteXml and ds.ReadXml. I am able to encrypt the dataset but I can never read the data back...I get an exception of Bad Data for example, for writing there seems to be no problem... using (IsolatedStorageFileStream storeStream = new ...more >>

check if object is null
Posted by Giulio Mastrosanti at 11/12/2003 10:28:51 PM
How can I check if a declared object in not initialized yet with a new command? is catching the exception while accessing it the only way? thanx ...more >>

cannot run .aspx files
Posted by Hello at 11/12/2003 9:11:05 PM
Hi everybody I use win2k pro and installed the IIS, .Net framwork(v1.0), visual studio .net. I can run a .asp file but I cannot run .aspx file. It seem that the server do not read the .net server side code and display the same html<with server side code> when I read the source code. Can someone ...more >>

How to access the standard Windows about box
Posted by A.A. Fussy at 11/12/2003 9:06:20 PM
What VB.NET code would I use to access the standard Windows about box (like the one yoiu get when you select Help-About in Windows Explorer) ...more >>

Unable to register for Visual Basic .NET Resource kit license key
Posted by A.A. Fussy at 11/12/2003 7:54:30 PM
I am unable to register for Visual Basic .NET Resource kit license key-I have tried both signup links but I get this error-even after I try registering again after a while-what can I do to register for my Visual Basic .NET Resource kit license key?: 'Error An error has occurred in the applic...more >>

.Net solutions with Unix
Posted by Mark Kalal at 11/12/2003 7:39:15 PM
Hello Does anybody know if there is some kind of virtual machine type program for .Net programs on a Unix machine? Basically, what I want to know is if a program written in VB.Net is able to be run on a Unix machine? I remember hearing at a Norex teleconference that this might be avai...more >>

Problem with DirectoryEntry.Invoke method
Posted by Walter Zydhek at 11/12/2003 6:35:11 PM
Can anyone help with the use of the Invoke method of a Directory Entry object? I am using vb.net. I am trying to invoke the get_Filter method of the IIS://LocalHost directory entry, and get the following error: System.Reflection.TargetInvocationException MSDN Library shows the following ...more >>



PERL Scripts to DOTNET
Posted by Jay Warmack at 11/12/2003 6:15:16 PM
I have some large legacy scripts written in PERL and am looking for a way to either convert them to .Net or develope and adapter so that new ASP.Net and CSharp components can access the business logic in these scripts. Any suggestions for dealing with PERL in a .Net environment? Thanks for an...more >>

serializing types
Posted by Paul at 11/12/2003 5:30:53 PM
I am trying to serialize an instance of a class (CommandInfo) that contains information about a method. An instance of this class contains two variables: MethodName ParmCollection The method name is a string (such as "Delay") and the parm collection is a collection of argument ty...more >>

How to suppress spaces showing as periods in all Visual Studio editors...
Posted by Jacobus Terhorst at 11/12/2003 4:58:46 PM
By accident all spaces and tabs are now showing up as 'periods' and 'arrows' .. How on earth to I do I reset this to the normal setting? Jacobus ...more >>

Setup Project: Backup Files
Posted by Amy L. at 11/12/2003 4:45:08 PM
I have a project that is deployed using a MSI. When the user attempts to install a new version of the program I require them to remove the existing version first. Is it possible to do the following 1.) Instead of having the user remove the program from the "add/remove programs menu" have my ...more >>

HTML file handling/modification in Visual Basic .NET application
Posted by Jay Kim at 11/12/2003 4:03:54 PM
Hi, We're implementing a Windows application using Visual Basic .NET. One of the key features we need to implement is that we should be able to get the accurate byte offset of user selected text in the file. We've been trying to use the RichTextBox control to load a file, and get the off...more >>

Where can I get a 64-bit Visual Studio .NET?
Posted by Wilson at 11/12/2003 2:14:20 PM
We've got an HP ZX6000 Itanium 2 and would like to begin porting and testing our 32-bit apps. Does anyone know if there's an alpha version of 64-bit Visual Studio? Thanks for any help, Wilson...more >>

How to DIM an object so that scope is visible in all forms
Posted by refer_to_website NO[at]SPAM nospam.com at 11/12/2003 1:33:48 PM
In my VB.NET web application, I created a class module called "Person" with various properties and methods. The Login method reads the person's data (name, address, etc.) from a database. The web screens access the database via getters and setters in the Person class module. The code-behind...more >>

How can I access Word 2000 from .net 2003?
Posted by Ken at 11/12/2003 1:19:47 PM
Hi, I'm trying to access the values of properties -- summary and custom without opening Word to do a cleanup op but the customer i'm doing it for only has Office 2000. I'm using c# in .net 2003 and having trouble. I've looked on msdn and can find a pia for Office xp but no mention of Office...more >>

Developing, building, and testing. How do it the best? Learning from the world leader - Microsoft
Posted by gicio NO[at]SPAM web.de at 11/12/2003 12:50:43 PM
Developing, building, and testing. How do it the best? Learning from the world leader - Microsoft I'm very interested in how the developing/build/testing workflow @ Microsoft looks like. I think Microsoft as world leader in software developing business must have a very good workflow. Does ...more >>

OOP in VB.NET vs. C# (matching keywords)
Posted by NewbieDev at 11/12/2003 11:44:01 AM
Hi there, I have some experience with Java and C#. But currently I have to work with VB.NET And I was wondering if there is a good SHORT text about OOP features of VB.NET and its matching with C#. Something like: /*** C# class declaration ***/ .... '*** VB Class declaration *** ... Or ev...more >>

How do you process mail in Exchange 2000 mailbox with .NET?
Posted by RH at 11/12/2003 11:40:13 AM
I need to be able to search, read and move mail into different folders in an Exchange 2000 mailbox. Can someone please point me in the right direction? Thanks ...more >>

ASP.NET - Book for Managers
Posted by rthompson NO[at]SPAM ariamedia.com at 11/12/2003 9:04:55 AM
Hello, Can anyone recommend a good book to provide a general overview of C# and ASP.NET for a direct technical supervisor (though non-developer) of developers. I would hope the material would be technical enough to cover general code, OO and methodologies without getting into samples and de...more >>

Exchange
Posted by Buddy Ackerman at 11/12/2003 9:04:52 AM
Is there a .NET class for communicating with Exchange? I've been asked to combine data from a SQL database with data from users Outlook calendars. --Buddy ...more >>

how to obtain a web services development environment on win2k
Posted by michielp NO[at]SPAM freeler.nl at 11/12/2003 8:13:39 AM
Which MSDN CD's exactly must I install to obtain a web services development environment (e.g. with C#) on my Win2k laptop. Presumably Visual Studio .NET, but what version exactly? And what else? We have an MSDN subscription so everything is here probably but no-one has so far been able to tell m...more >>

Planning .NET applications
Posted by Gary at 11/12/2003 6:15:53 AM
Hello, Does anyone have any recommendations of any articles on the internet with guidelines on the best ways to plan a .NET development project? Regards, Gary...more >>

MSDN with . NET ?
Posted by Steve at 11/12/2003 6:00:06 AM
i have installed the jan 2003 version on msdn, but when i try to use help it says that "Help is not available for Visual Studio .NET because the MSDN library which provides help for VS is not installed". but i can go into it manually and look thinks up. Is there anyway i can point .net to ...more >>

c# auto property gets
Posted by phil at 11/12/2003 1:55:56 AM
is there any way the c# ide can auto complete the properties / methods etc similar to VB.net - seems like a lot of typing for the guys that convert to c#.. Any options I need to turn on?? VB may be more productive from this point of view?? ...more >>

GDI+, FloodFill
Posted by Christian Jacob at 11/12/2003 1:11:11 AM
Hello, I need to dynamically create room-plans which are supposed to highlight given rooms. For this, I've got room-plan templates which ahow the outline of the rooms of a building. Now I want to say something like "Fill the interior of this Room, given by these coordinates, with that c...more >>

Can't hear vb6 winsock connect request in C# listener
Posted by Bill at 11/12/2003 12:00:12 AM
When vb6 Winsock.RemoteHost is set to "127.0.0.1", c# socket listener = cannot hear connect request (my old vb6 winsock listener could hear = it...). =20 Why doesn't this work, and is there a work around I can make on the C# = side to hear the connect request? -Bill (don't reply by e-mail,...more >>


DevelopmentNow Blog