all groups > dotnet sdk > october 2005
Problems with nant
Posted by Ireneus Broncel at 10/21/2005 10:17:17 AM
Maybe I am wrong here, but I have a problem with nant that I don't
unterstand, I'm trying to compile an example ConsoleApp Project with
net-1.1, and get the errror:
log4net:ERROR LogLog: Exception while reading ConfigurationSettings.
Check your .config file is well formed XML.
System.Confi... more >>
Remote Installation Program
Posted by Peter Avalos at 10/20/2005 2:51:20 PM
My goal is to create a remote installation program to rollout program
installs and updates. We're a small company with about 60 workstations, so
it's not worth the investment in SMS. I have the first part working which
used the directory services namespace to enumerate the workstations in a ... more >>
Bypass username/password dialog when accessing remote network
Posted by thoducng NO[at]SPAM gmail.com at 10/17/2005 12:32:07 PM
I am writing some code to access share folder on a remote network.
DirectoryInfo dicInfo = new DirectoryInfo("remoteNetwork\shareFolder");
if (dicInfo.Exists)
{
//application code followed
}
The problem is when I ran this code, it always give me dicInfo.Exists =
... more >>
Question about ILDASM
Posted by rein.petersen NO[at]SPAM gmail.com at 10/17/2005 6:26:23 AM
Hi All,
I want to use IDASM to inspect my dynamically created dll's (created
using classes found in System.Reflection.Emit namespace) but I don't
see any of the custom attributes I assigned to the classes. Is it
possible that ILDASM does not display information about custom
attributes (and wh... more >>
Compiling dlls with vbc.exe
Posted by martinharvey via DotNetMonster.com at 10/17/2005 12:00:00 AM
I would be really grateful if somone can help me with this:
I am trying to compile a dll from the commnd line with the following code:
vbc /debug /nologo /t:library /out:\worldshopdevelopement\bin\Catalog.dll /r:
System.dll /r:System.Data.dll \worldshopdevelopement\Catalog.vb
The vbc com... more >>
GetAllClasses()
Posted by David Thielen at 10/7/2005 10:05:07 AM
Hi;
I know this must exist but I've looked & looked. What is the call to get all
classes. I am using J# but that shouldn't make a difference.
--
thanks - dave... more >>
Service Stop Problem
Posted by Prasad at 10/6/2005 11:22:50 AM
Hi,
Is it generally acceptable that the SCM says that the service has
stopped but the service has spawn a thread which is still doing the cleanup
thing which keeps the process running.
... more >>
Compiler not found from command prompt
Posted by mjy at 10/6/2005 9:53:02 AM
I have installed version 1.1 SDK, saved the "Hello World" code example, but
when I load the command prompt (black DOS window) and type in the compiler
instruction from the directory where the file is stored I get an error
message saying that the vbc command is not recognized by the system. Wh... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|