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 > february 2006

Application.UserAppDataPath Question
Posted by David White at 2/28/2006 6:34:25 PM
The MSDN docs say, "If a path does not exist, one is created in the following format: BasePath\CompanyName\ProductName\ProductVersion". Where does the BasePath value come from? It seems the default is "C:\Documents and Settings\ username\Application Data". But from which of the system envir...more >>


FTP with SSH
Posted by Sara T. at 2/28/2006 12:00:00 AM
Hi, I have some problem to develop a small program to transfer files via SSH-FTP (not ftps). As I know, at this moment .NET framework both 1.1 and 2.0 are still not support (support only standard FTP). How can I do? Could anybody reccommend any component both for free and comercial ...more >>

Retrieving the currently executing method name at runtime?
Posted by jnick at 2/24/2006 1:44:27 PM
Is there any way(as there is in VC++) to retrieve the name of the method that execution is currently in? I want to write a generic user notification that will display, among other things, the name of the method in which an error or exception occured....more >>

sn.exe fails with error
Posted by Herbert N Swearengen III at 2/18/2006 4:50:27 AM
I'm trying to add an assembly to the GAC for the first time, but I can't seem to get past the first step: --- D:\Downloads>"C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\sn" -k virtsoft.snk Microsoft (R) .NET Framework Strong Name Utility Version 2.0.50727.42 Copyright (c) M...more >>

CodeDOM query
Posted by Stuart Carnie at 2/17/2006 4:34:59 PM
In C# 2.0, how does one represent the "yield return" statement using System.CodeDOM? Cheers, Stuart...more >>

Asking again - how to get config info - can't use app.exe.config
Posted by David Thielen at 2/15/2006 3:31:27 PM
Hi; Here is the situation. We have a dll that is an AddIn to Word. Some of our customers will not allow us to place the file winword.exe.config in the directory winword.exe is in for security reasons. We can't place anything in the winword.exe directory. We cannot have a file winword.e...more >>

sql_instance switch on configsamples.exe for .net sdk 2.0 doesn't
Posted by Berry at JSO at 2/14/2006 10:49:27 PM
I'm attempting to install the .net framework 2.0 sdk samples via configsamples.exe, and according to the help file, I should be able to install the sample databases to my default sql instance (instead of (local)\NetSDK) by running: configsamples.exe -sql_instance:<instance name> In an atte...more >>

app.exe.config & a C++ application
Posted by David Thielen at 2/13/2006 5:12:26 PM
Hi; If a C++ (not managed C++) app calls my .NET dll and my .NET dll needs information from the app.exe.config file, does that still work using the c++ ..exe filename? -- thanks - dave david _at_ windward _dot_ net http://www.windwardreports.com ...more >>



XslTransform - Pass XmlDocument.DocumentElement as Parameter
Posted by rmgalante NO[at]SPAM yahoo.com at 2/8/2006 2:19:44 PM
Hello, I am trying to pass an XmlDocument's DocumentElement as a parameter to an XSL template. I'm doing so because I want to process two XML documents in the XSL template, and output one XML document as a result. My results yield blanks for the second XML file. Note that I've tried using...more >>

Bug in XslTransform?
Posted by Rob at 2/3/2006 8:16:00 AM
Hello, I have a VB.Net component that uses the XslTransform object. I am using the FXSL randomizeList function in my XSL template. When I transform the XML in the VB.Net component, my application hangs. When I load the XML in a browser with a reference to the XSL template, it works fine. ...more >>


DevelopmentNow Blog