| Thread | Last Post | Replies |
|
| I wanna know how to copy to Network share folder(ex. \\servername\c$) | 19 Oct 2004 18:30 GMT | 1 |
I wanna know how to copy file to network folder. For example string sourceFile = @"c:\test.txt" string destFile = @"\\servername\sharefolder"
|
| .Net Framework 1.1 Service Pack 1 | 19 Oct 2004 15:57 GMT | 4 |
Has anyone had a problem installing this upgrade. Get a message "System Reflectionn Error Target Invocation" and debugger opens.
|
| .Net TripleDES Class with VC++ 6.0 | 19 Oct 2004 14:05 GMT | 1 |
How can I use TripleDES Class if I work with the Visual Studio 6 and VC++ 6.0? Is it possible? I have Windows 2000 with intalled .Net Framework 1.1 and mscorlib.dll. Thank you in advance.
|
| Windows Authentication and Authorization | 19 Oct 2004 12:31 GMT | 1 |
Can windows authentication and authorization be done through a non-web application like a Windows Forms application? So for example, how would someone implement a gui that asks a user for their username, password and domain and determines what groups they're in?
|
| Need help for dotNet | 19 Oct 2004 12:07 GMT | 6 |
I write a C# to get information from a XML site, when I run my program at home, there's no problem. But when in office (no proxy, no firewall, port 80 is open), I've got this error:
|
| Cann't serialize interface | 19 Oct 2004 09:54 GMT | 3 |
hello i have one interface and a class inherit the interface like below: public interface IFoo {
|
| WinService | 19 Oct 2004 09:42 GMT | 2 |
If I create an empty winservice projekt and just compile and install. That service will keep running until I tell it to terminate, right? I have a problem with a winservice that terminates unexpectedly without any warning after about two hours of running perfectly fine. Every ...
|
| Not Running ASP.NET Version 1.1 Error | 19 Oct 2004 02:57 GMT | 1 |
I get that errpr when I try to Open an nre ASP.NET Web Application Project in Visual Studio .NET 2003. I read the Microsoft Knowledge Base 825792 and I did all the step but I'm having the error message.
|
| form authentication error | 19 Oct 2004 02:52 GMT | 1 |
hi i am trying to add authentications to a login form that i created. everything works fine but once i added in Web.config under <authentication> <code>
|
| ASP.NET web server controls problems | 19 Oct 2004 02:47 GMT | 1 |
I ran the asp.net page under Visual Studio.Net (framework version 1.0), some problems showed: HTML server controls (e.g. <input type="text" value="hello world" runat=server />) can be displayed in the preview page, but not the web server
|
| asp.net version id problem | 19 Oct 2004 02:45 GMT | 4 |
hi, I'm installing vs.net atempt to start new webservice project faild with error message' VS detected that specified server is not running ASP.net 1.1version.' How is that possible since I've just installed this version and have no previos versions of a Framework?
|
| System.Diagnostics.Process, any way to terminate the specified process AND any child processes which were started by it? | 19 Oct 2004 02:06 GMT | 3 |
We have some C# code on Windows 2000/XP/2003 that launches a process via the classes in System.Diagnostics, namely ProcessInfo and Process class. The process can get stuck and after a certain timeout we make a call t System.Diagnostics.Process.Kill( to terminate the process. ...
|
| Create .net poolable object from COM | 18 Oct 2004 22:43 GMT | 1 |
I use a com component and i can't activate pooling on it. I read that it was because of the threading model. This component is like a database access component and it's expensive to open a connection.
|
| Stream Writer | 18 Oct 2004 22:23 GMT | 5 |
I have created a MemoryStream that is holding Binary Data. How do I get the Data out of the Memory Stream into a file on my hard drive. All the examples I have seen for a MemoryStream write the contents to the console. Thanks
|
| Using Httpwebrequest to Submit multipart/form-data | 18 Oct 2004 21:41 GMT | 10 |
I'm trying to write a program in vb.net to automate filling out a series of forms on a website. There are three forms I need to fill out in sequence. The first one is urlencoded. My program is able to fill that one out just fine.
|