all groups > dotnet framework > september 2004 > threads for tuesday september 7
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
Question about Enumerations
Posted by Beringer at 9/7/2004 10:01:39 PM
When I use enumerations I frequently get compilation errors that state:
"Inconsistant Accessibility: <something> is less accessible than <something>
I have been getting around this through casting but really don't like that
since it defeats enumerations.
When I define an enumeration, I place... more >>
Array.IndexOf() and an array of structs
Posted by Arkion at 9/7/2004 10:00:06 PM
Hi ng,
I would like to search an array of structs for an object whose myName
field (a string) equals the given input search string. Is this
possible to do with IndexOf? Here's an example:
---------------------
public struct SomeRecord
{
string myName;
int idata;
float fdata;
}
Some... more >>
Accessing POTS modem through framework?
Posted by PMac at 9/7/2004 8:45:32 PM
Is using an analog modem simply a dead art form or is there still
functionality within the .NET Framework for accessing a modem on the
computer, sending AT commands and sending/receiving character data? At a
very minimum, I'd like to develop a small application that will dial a list
of phone nu... more >>
VCC+ and .Net assemblies
Posted by Ron Harter at 9/7/2004 3:54:55 PM
Has anyone used the COM interop to acess .Net asseblies from an unmanaged
C++ application?
For various reasons we have a legacy VS 6.0 C++ application that we would
like to compile with VS .Net and without the /clr switch and using the COM
interop use the XML features available in the .Net Frame... more >>
Is CLR a process or a thread?
Posted by SKV at 9/7/2004 3:09:07 PM
Is CLR a process or a thread?
If it's a process, what's the name? If it's a thread, what's the name of its
parent process?
... more >>
Max Length on ProcessStartInfo.Arguments
Posted by jonathan.p.crawford NO[at]SPAM gmail.com at 9/7/2004 2:52:37 PM
I have noticed that when I try to run a process using ProcessStartInfo
to set a really long argument, over 33,000 characters. The whole
string doesn't get passed into the process being started.
Specifically I am using the System.Diagnosis.Process class to run
csc.exe and compile our software p... more >>
.Net SP1
Posted by MFRASER at 9/7/2004 1:59:23 PM
Does anyone have the link to the latest service pack? I was able to fin
..Net 1.0 SP3 but not .Net 1.1 SP1.
... more >>
difference btw Framework and Framework Redist
Posted by pokemon at 9/7/2004 5:43:06 AM
Hello,
i'm wondering what is the difference between .NET Framework 1.1 and .NET
Framework Redistribuable 1.1 ???
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Not support Web Server
Posted by Dennis at 9/7/2004 12:37:01 AM
I have installed the Visual Studio .Net 2003 Professional in Windows 2000
Professional SP4 with IIS 5.1. When I try to open the ASP.NET Web Application
project in Visual Studio 2003, the following error displayed.
"Visual Studio .NET has detected that the specified Web Server is not
running... more >>
|