all groups > dotnet general > october 2003 > threads for monday october 6
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
Check this critical patch from Microsoft
Posted by Something Else at 10/6/2003 11:35:59 PM
Microsoft Customer
this is the latest version of security update, the
"October 2003, Cumulative Patch" update which eliminates
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three newly discovered vulnerabilities.
Install now t... more >>
temp directory in \winnt\system32
Posted by john bailo at 10/6/2003 11:12:41 PM
I noticed for the first time there is
a temp directory in the \winnt\system32
directory.
For a web services application, this caused
me grief as when the server c: drive
filled up, the temp directory couldn't
hold the necessary temp files for the application.
Is there a feature in dotnet ... more >>
C++ to C# Wrapper
Posted by Kuba Florczyk at 10/6/2003 11:01:51 PM
Hi
How to write method in wrapper for method from C++:
HRESULT Add(WCHAR *wcPath)
???
I've write something like this
int Add(string wcPath)
and it's doesn't work :(
regards
kuba florczyk
... more >>
reboot problem ...
Posted by Andrew at work at 10/6/2003 6:28:37 PM
hi , since i 've installed VS.NET 2003 with FW 1.1 and 1.0 ,
sometimes when i use VS.NET , PC reboot itself ?!?!??!
why ? have you the same experience ?
tnx
andrew
... more >>
GC notification event
Posted by Paul F. Williams at 10/6/2003 4:34:14 PM
Is there a way to determine when the system has performed a garbage
collection? I would like to be able to write a console message when the CLR
performs a GC. Knowing when a GC happens might help me debug some odd
problems.
... more >>
RegEx replace stuffing spaces
Posted by Bill Mittenzwey at 10/6/2003 4:12:43 PM
Is there a way to do a Regex replace on a string to stuff some variable
amount of spaces into a location of a string?
I need an expression which would take an unknown length string and move the
last char to position 15.
EX:
123456
transforms to
12345 6
I have a start, but not sur... more >>
How do I use EventLogTraceListener? Iis documentation correct?
Posted by Stan at 10/6/2003 3:59:17 PM
According to MSDN the following config files settings provide send tracing
information to event log:
<add name="MyListener"
<add name="MyEventListener"
type="System.Diagnostics.EventLogTraceListener, Version,
Culture, PublicKeyToken"
... more >>
Enter VS.Net 2K3 key code
Posted by John J. Hughes II at 10/6/2003 3:41:03 PM
I lost an hard drive and had to reinstall VS.Net 2K2 and then of couse 2K3.
The problem is I think I got the key codes in 2K3 wrong (yes it let me
install). Now I get an error message saying the key code is incorrect. I
have the correct code but is there anyway to enter it without uninstalling
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ASP.NET pages will not load in iis5
Posted by John King at 10/6/2003 2:40:27 PM
Hello,
After installing VS.net 2003 and prerequisites IIS 5.0
running on WIN2000 Professional will not serve up an ASPX
page.
I have checked home directory mappings and 18 extensions
seem to be working fine.
Any help would be greatly appreciated.
Thanks... more >>
Visual Studio and CVS
Posted by Dan Holmes at 10/6/2003 2:33:13 PM
We use CVS as our SCM. What integration (if any) does VS.NET have with CVS?
Dan Holmes
... more >>
HTTP RF
Posted by salam at 10/6/2003 2:19:20 PM
Hi, I use HTTP Rec Functions since 1 and a half year and had no problems.
Last weekend I aplide Win2K SP4, BTS 2002 SP1, since this time I didn't
manage to
to make new created/Old HTTP RC Fun work correctly
Always, when I send the xml string on http://myserver/al/ I get the folowing
error :
... more >>
Listening to stream changes
Posted by Keith Patrick at 10/6/2003 1:46:53 PM
I am ultimately trying to do a real-time bind of sorts between a
MemoryStream to a TextBox such that as data is written to my stream, the
textbox remains up-to-date. There is some behinds-the-scenes data mgmt I
want to do, so I will ultimately have some intermediate class, but the
trouble I am ... more >>
a moving words
Posted by bershama at 10/6/2003 1:40:30 PM
i wanna make the words move in 1 label from the right to
the left or vise versa so please send me the code please... more >>
Shutdown windows 2000 from C# application
Posted by Madhava Patro at 10/6/2003 1:26:44 PM
Hi All,
I have a requirement where i have to Shutdown Windows 2000
from a C# Application, my application is running as
windows
service.
When I shutdown Windows it should not reboot again, It
should power down.
please help me to resolve this.
Thanks,
Madhava
... more >>
Inserting Date info into Sql Server
Posted by Michael Albanese at 10/6/2003 12:51:41 PM
I am building an application to report on-the-job injuries
and incidents. There are a lot of Date fields, some of
which are optional and can be left blank by the user. I
have allowed Nulls on these fields in my SQL Server DB, as
well as in my stored proc.
The problem is that when I submi... more >>
Getting the SqlDataAdapter list at run time
Posted by Luc_Trépanier at 10/6/2003 12:47:31 PM
How can I get the list of all SqlDataAdapters in the form
at run time. I don,t want to do somthing like
ME.SQLDATAADAPTER1...
ME.SQLDATAADAPTER2...
Instead, I'd like to iterate through a collection or
something like that. The same question also applies to
DataSet.
Any suggestion?
... more >>
Properties collection
Posted by Luc_Trépanier at 10/6/2003 12:42:59 PM
How can I know if an object has a particular property.
For example, if I create a new user control for a textbox
and I add a new property called "NewPropery", I want to be
able to find if the textbox on the form has this knew
property. Is there a way I can loop in a property
collection.
... more >>
GetHashCode override
Posted by Bill Mittenzwey at 10/6/2003 12:15:30 PM
Ok, I've read in the docs, some books and some articles by prominant
dotneters about how to override GetHashCode, but it still leaves me somewhat
puzzled.
I have a custom object which I want to be able to have sorted correctly in a
sortedlist/hashtable... For that to work correctly, I need to ... more >>
DataGrid copy/paste from Excel
Posted by Faith at 10/6/2003 12:01:46 PM
Hello.
I need to take a column from Excel(unknown amount of rows)
that will be selected by the user and copy those cells.
Then I will need to paste those cells into the first
column in a Data Grid (system.windows.forms).
Basically, the user receives a list of clientIDs from a
client as ... more >>
Results different in Output window than Immediate Window
Posted by Dave at 10/6/2003 11:06:05 AM
I'm getting different results when I display a value in
the Output window as opposed to the Immediate window.
Why?
Code to recreate problem:
'Purpose: Get different results from Output
window than Immediate
' window.
Dim sInput As String = Chr(48)... more >>
routing table update event
Posted by Shiv Agarwal at 10/6/2003 11:03:00 AM
Hi,
I am writing a .NET application in C#. I have to display
the routing table in some formatted NMS way. Anyhow the
issue is that, whenever the routing table changes I want
to get an event. How can i register for the event ? And
what event is that ? Any smaple code ???
thanks
Shiv.... more >>
Third party controls
Posted by Kris G Yeleswarapu at 10/6/2003 10:59:25 AM
Hi,
I downloaded the infragistics tree view control from the
msdn site. I am unable to find that in my toolbox. I
haven't used third part controls, so please help me on how
I can go about using it.
regards,
Gopikrishna
... more >>
Microsoft Drops The Ball!
Posted by Patrick Cannon at 10/6/2003 10:22:04 AM
I have been using VB.NET since its beta release a few
years ago. I was blown away by its debugging
capabilities. The ability to drill down into the member
variables of an object in the watch window was
priceless. This feature was not available in VB6. It
was a great way to browse an ob... more >>
Splitter Bar
Posted by Rohit Sharma at 10/6/2003 9:41:42 AM
Hi,
My app is ASP .NET VB web application.
I want to add a splitter control on it ....much like the msdn library. I
have a treeviw on the left side. How can I do it ? I have searched in all
the usual places (gotdonet.com/ asp.net etc) but no luck.
Cheers
Rohit
... more >>
A newbie guide for someone comming from Win32
Posted by Martin Hart - Memory Soft, S.L. at 10/6/2003 9:40:20 AM
Hi all:
The other day I finally sat down to write my first .NET program, nothing
spectacular just a glorified "Hello World" sort of app.
I suddenly hit a brick wall. How do I do a Beep() or MessageBeep(-1)?
I have been programming Win32 (via C++) for more than 12 years now, but
learning ... more >>
Unable to add Reference
Posted by Dave at 10/6/2003 9:03:16 AM
I have a VB.Net solution with 2 projects. The first
project should reference the second. I'm able to see the
second project on the Projects tab and I'm able to click
the OK button to successfully add the reference.
The problem is that the reference does not appear under
the Reference li... more >>
ASP.NET and asp
Posted by martin brown at 10/6/2003 6:00:14 AM
Can anyone tell me if once the .net framework has been
installed on a server if normal older asp pages still work?
I've got new sections being developed in aspx and have old
pages using asp.
many thanks
martin
... more >>
Visual Studio .NET 2003 on Windows 2000 with SP 4
Posted by Daisy at 10/6/2003 4:15:28 AM
Hi,
Can I install Visual Studio .NET 2003 on Windows 2000 with
Service Pack 4 machine?
Or
Will I have to upgrade to a newer version of the MS
Windows operating system.
Please provide the information.
Thanks
... more >>
Error during deployment
Posted by tonyz.wrightz NO[at]SPAM consultant.com at 10/6/2003 1:14:58 AM
Hi,
I am having a problem installing an msi for a web site. The error
message I am getting is:
"The specified path 'http://mipdev05/features/Fas2' is unavailable.
The Internet Information Server might not be running or the path
exists and is redirected to another machine. Please check the s... more >>
|