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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|