Groups | Blog | Home


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 > june 2006 > threads for friday june 30

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

Error While Creating CMS Project...
Posted by Jason Richmeier at 6/30/2006 1:41:01 PM
When I attempt to create a CMS-enabled project in Visual Studio .NET 2003, I receive the following error: Could not create virtual directory 'http://<site_name>/CMS' in location 'C:\Program Files\Microsoft Content Management Server\server\IIS_CMS\'. I have worked on finding a solution to t...more >>


Accessing raw TCP packet payload data
Posted by Chris Crowther at 6/30/2006 1:14:42 PM
Hi All, Does anyone know if it's possible to grab the raw payload data from a TCP packet, using .NET (C# to be exact). I'm writing a piece of software that communicates to a networked device using a protocol encapsulated inside TCP. The structure of the protocol is such that stream semanti...more >>

Windows Service - Out of memory
Posted by Rocky at 6/30/2006 12:16:20 PM
I have created a windows service using vb.net which uses a filesystemwatcher to monitoe files in a specifc directory, if images are added to the directory they are resized and saved in a remote directory. The original file is then backed up and deleted from the image directory. The code is ...more >>

Array copy.
Posted by Back 9 at 6/30/2006 10:13:03 AM
Hello, I am doing the below code. for (int n = 0; n < 1000; n++) buffer[n] = data[FrameNumber, n]; Here, buffer is one dimension int array and data is two dimensions array. Is there any better way to copy from two dimensions array to one dimension array in ...more >>

.Net and Task Manager Memory
Posted by Steve at 6/30/2006 8:55:37 AM
Currently I am generating a GUI program. When I first run the program the memory is 80megs (viewed in the processes in the task manager). If I minimize it reduces to 3megs. Then maximize it increases to 12. Could anyone explain this to me? and maybe suggest a way to reducing the memory ...more >>

Team Foundation Server Newsgroup?
Posted by Amos Soma at 6/30/2006 8:45:46 AM
Can anyone tell me if there is a separate newsgroup for Team Foundation Server and related technologies? ...more >>

Late binding with c#
Posted by John Clennett at 6/30/2006 7:11:02 AM
I'm trying to write a c# command line app that runs report dll's at set times. The dll's are written in c# with a common interface so by passing the object name from the command line I can create ao instance ot the object & create the report. In VB I used code like: Set obj = Creat...more >>

How do I set an expiry date on an email from vb.net?
Posted by Rob Kell at 6/30/2006 6:41:02 AM
I have a vb.net application that emails people daily information. I want to set an expiry for the email so that those who cannot check their emails for a period are not loaded with them when they are finally checked. Please help...more >>



Application_BeginRequest does not seem to run
Posted by Mike Owen at 6/30/2006 4:39:02 AM
Hi, I have set up a new web site application in VS 2005, and have created a couple of pages which seem to run ok. I then manually added a file called Global.asax.vb, within a folder that I also manually created 'App_Code' with the start code as below: Imports System.Security Imports Sy...more >>

UTC conversion from different time zones
Posted by Dick at 6/30/2006 3:55:01 AM
I have a long list of events. I know where each event took place (globally) and when (using the event’s local time). I want to do some comparisons between these date/times. I thought I would convert them all to UTC and thus get them all on a common time-line. But I can’t see how to do this...more >>

Break when the exception is thrown and IsNumeric
Posted by Joris Zwaenepoel at 6/30/2006 12:47:01 AM
Hi all, I don't think a solution exists, but maybe there is some option in Visual Studio that I do not know about. When developping (or debugging), I like to set the "exceptions" option to "break when the error is thrown", even for handled exceptions, because a general purpose error hand...more >>

Using Code to Call an exe - then get the status back?
Posted by Simon Harvey at 6/30/2006 12:00:00 AM
Hi all, I need to make a scheduling service that will call an exe file. As I understand it, the exe can return a status code from its Main method. My question is, how do I programmatically: a. Call the exe b. Get the status code returned from the exe I anyone could point me in the ...more >>


DevelopmentNow Blog