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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|