Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
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 >>




DevelopmentNow Blog