all groups > dotnet framework > january 2004 > threads for thursday january 8
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
ArgumentException: IAsyncResult object was not returned from the corresponding...
Posted by Tester at 1/8/2004 10:27:47 PM
Hello,
Could someone tell me under what conditions the following exception occurs
with async sockets:
"System.ArgumentException: The IAsyncResult object was not returned from the
corresponding synchronous method on this class."
This is being thrown from within the callback that is specifi... more >>
datetime operations
Posted by Ariel Gimenez at 1/8/2004 9:43:18 PM
Hi,
i just want to know how is the better way to substract days from a datetime
value...
i have one datetime value and want to calculate the day after...
thanks in advance
... more >>
API list viewer for C#
Posted by ksskumar2000 NO[at]SPAM hotmail.com at 1/8/2004 9:19:24 PM
Hi,
Microsoft provides in visual stdio 6.0, a tool called API text viewer.
It is used to access the API related functions.
But, I am not come across any tools like this in .NET. Every time
when I need for a API declration (C# format), I have to go and search
in internet with the api name a... more >>
Enterprise Instrumentation vs Trace?
Posted by Jon Poploskie at 1/8/2004 6:39:09 PM
Hello,
Could someone please elaborate on the differences between tracing using
Enterprise Instrumentation (TraceMessageEvent, for example), and using
System.Diagnostics.Trace (and associated classes)? Is Enterprise
Instrumentation just a more robust "platform" for all things
tracing/instrume... more >>
how to get the MAC address by .net program if the OS is win98?
Posted by Cyrus at 1/8/2004 6:11:45 PM
interfaces overused or used correctly?
Posted by Big at 1/8/2004 2:25:00 PM
am a bit baffled as to why someone would take this
approach in all of our classes within the project I am
currently working on. Maybe someone else could attempt to
explain the following approach:
public class Class1 : IClass1
{
protected Class1()
{
}
p... more >>
System.IO.IOException: The file exists.
Posted by Wesley Wu at 1/8/2004 1:58:01 PM
When I called System.IO.Path.GetTempFileName() in my
static method it produced a error below:
------------------------------------------------------
Description: An unhandled exception occurred during the
execution of the current web request. Please review the
stack trace for more informat... more >>
reflection event enumeration
Posted by Rob at 1/8/2004 12:34:25 PM
Can someone point me to a resource that demonstrates how
to enumerate through public events (and delegates)
retrieving the names for a class?
My objective is as follows:
a) at runtime, input an assembly name and instantiate an
object of that type (this works).
b) enumerate through the ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
instantiate an object using reflection
Posted by Big at 1/8/2004 12:11:25 PM
Is there a general way of instantiating an instance of a
class using Reflection?
... more >>
Change DataRow Column Type
Posted by sdavenport NO[at]SPAM sigcom.net at 1/8/2004 9:34:17 AM
I want to be able to change the Column Type in a Dataset from the
imported data type which is Integer to data type string.
The reasoning for this is due to the fact that in the relational
database I store an integer in place of the string due to
relationships between the tables in the database... more >>
does xp pro have .net framework on it
Posted by kelley bryant at 1/8/2004 8:50:15 AM
Just wondering if the standard XP installation contains
the .net framework?
Thanks
kelley... more >>
Visual Studio .NET Toolbox disabled in all applications
Posted by ian.kershaw NO[at]SPAM hyndburnbc.gov.uk at 1/8/2004 8:28:25 AM
I have developed with Visual Studio .NET on the same PC for around 9
months now. I upgraded from VS.NET 2002 to VS.NET 2003 about 3 months
ago no problems and since then I have continued coding, compiling and
releasing mostly ASP.NET and Windows Forms applications. My
workstation is Windows XP S... more >>
Required permissions cannot be acquired
Posted by robert at 1/8/2004 7:33:57 AM
I have installed .net framework on win2000 but from any
applicatione ASPX i receive this error:
Description: An error occurred during the processing of a
configuration file required to service this request.
Please review the specific error details below and modify
your configuration file ... more >>
How to copy a file from one directory to another
Posted by Lynette at 1/8/2004 7:27:33 AM
Does anyone have any sample code of how to copy a file
from one directory to another using aspx.
For example I want to copy
e:\document\oldDocument.doc to e:\olddocument\document.doc
... more >>
.Net 1.1 framework compatibility with ECMA
Posted by Egis at 1/8/2004 6:15:06 AM
If I have correctly understood, .Net framework libraries
should match ECMA-335 standard (latest is second edition).
mscorelib.dll (1.1) contains class "CharEnumerator" with
property declared folowing:
".property instance object
System.Collections.IEnumerator.Current()"
CLI standard says, t... more >>
quick money
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 1/8/2004 12:21:31 AM
To: everyone
Topic: a way to make money quick easy and legally=20
HOW TO TURN $6 into $6,000 !!!!!! Remember: play FAIRLY=20
and HONESTLY and this will really work. I found this on a=20
bulletin board and decided to try it. A little while back,=20
I was browsing through newsgroups, just lik... more >>
|