| Thread | Last Post | Replies |
|
| FTP with SSH | 28 Feb 2006 12:38 GMT | 1 |
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).
|
| Retrieving the currently executing method name at runtime? | 27 Feb 2006 15:07 GMT | 2 |
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.
|
| sn.exe fails with error | 18 Feb 2006 14:59 GMT | 2 |
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
|
| sql_instance switch on configsamples.exe for .net sdk 2.0 doesn't | 15 Feb 2006 08:30 GMT | 1 |
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:
|
| app.exe.config & a C++ application | 14 Feb 2006 20:03 GMT | 3 |
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?
|
| Bug in XslTransform? | 13 Feb 2006 08:27 GMT | 11 |
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.
|
| XslTransform - Pass XmlDocument.DocumentElement as Parameter | 09 Feb 2006 14:08 GMT | 1 |
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
|