all groups > dotnet sdk > may 2005
Can not find C# compiler
Posted by marcus.silfver NO[at]SPAM koping.net at 5/30/2005 8:39:16 AM
I have installed dotnet SDK 1.1
According to the documents that is part of the SDK the c# compiler
shall be located in \WindowsDirectory\Microsoft.NET\Framework\v1.0.FinalBuildNumber
however in my installation I dont even have such a path.
the only folder I have under "Microsoft.NET" folder is... more >>
String vs. GUID object
Posted by ME at 5/26/2005 8:09:58 AM
I am developing a kind of plugin framework that I can use for several
applications I want to make. In order to identify individual plugins I am
currently doing something like the code below (example only. Note that the
host has a collection of IPlugin's from which to look for the ID.).
Obv... more >>
SerialPort
Posted by ochirbat ankhtuya via .NET 247 at 5/23/2005 10:57:22 PM
i cant find the name space using System.IO.Ports there is nothing like Ports. i'm using Visual Studio.net 2003 Please help me urgently .
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>+S6UmqNGW0SlvqD1696jKA==</Id>... more >>
Remote Debugging
Posted by Pokksey at 5/23/2005 12:00:00 AM
I can't get any debug breakpoints to hit when debugging a remote machine. I
can attach to the aspnet_wp.exe process for the remote machine (from my
development machine), but none of the break points will hit. I have copied
all the pdb files over to the remote machine. There are no "?" on the
bre... more >>
Type.IsSubclassOf
Posted by ME at 5/22/2005 10:41:09 AM
It appears that IsSubclassOf does not work. In the following example, why
does
typeof(IDerived).IsSubclassOf(typeof(IRoot));
yeild False when the IDerived interface DOES in fact derive from IRoot? The
IsSubClassOf documentation states the following:
"Determines whether the current Type de... more >>
requirements for installing dot net
Posted by uma at 5/20/2005 2:18:01 AM
hai, iam having windows 98 in my system and 3 GB of C drive space. Kindly
tell me whether i can install dot net. and also tell me the system
requirements entirely for installing dot net... more >>
ADAM and AzMan (custom principals)
Posted by Niels Flensted-Jensen at 5/17/2005 10:15:37 AM
On a system with Windows 2003 I was unable to add
custom SIDs (e.g. "S-1-9-..." ) to an AzMan store in
ADAM. This works for for AzMan stores in AD or in plain
XML files. The informative message is "the parameter is
incorrect"
This KB article lists a hotfix for something of that type
htt... more >>
AppDomains and GC
Posted by Jon Shemitz at 5/15/2005 2:36:35 PM
I am under the impression that all user-created AppDomain-s in a
process share the GC heap with the default AppDomain - they don't
share values, but they do share the mechanism and address space. Is
this correct?
--
www.midnightbeach.com... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Zip/Compress the file through programming (VB.Net)
Posted by Hardik Shah at 5/7/2005 12:00:00 AM
Hello,
I want to zip/compress some files using VB.Net , How can I ?
Thanks in advance.
Hardik Shah
... more >>
System.Resources.ResX classes missing
Posted by Fred Sawtelle at 5/2/2005 9:44:40 AM
VS.Net help and MSDN documentation indicate there should
be several classes for dealing with XML resource files
(.resx) within the System.Resources namespace:
ResXFileRef, ResXResourceReader, ResXResourceSet, etc.
But they aren't there. I'm using v1.1.4322. I don't
find mention anywhere... more >>
|