| Thread | Last Post | Replies |
|
| SDK QuickStart Configuration | 15 Nov 2003 16:43 GMT | 1 |
When trying to run the .NET Framework SDK QuickStart Configuration as per Details on Help document, the following ; osql -E -S(local)NetSDK -i InstPubs.sql
|
| mscoree error while running .msi | 14 Nov 2003 17:54 GMT | 1 |
while installing an .msi I get the following error: "msiexec.exe - mscoree.dll load error (Error code = %X). Two different copies of MSCOREE.DLL have been loaded. First copy:
|
| Windows Hook? | 14 Nov 2003 11:50 GMT | 1 |
how would i go about putting a windows hook callback proc in a class? J. Pederson
|
| how to programatically(from a resource) add version info to an exe. | 14 Nov 2003 02:45 GMT | 5 |
We are developing an exe and want to add version info programatically ( from .resources ). How to do that using framework classes. Thanks
|
| code access security | 14 Nov 2003 01:18 GMT | 1 |
Regarding : code access security when an assembly is loaded by the runtime does the runtime check the evidence of the assembly. Then depending on the evidence does it assign the assembly to a codeGroup. And finally, depending on the permission sets
|
| Converting a vb application | 13 Nov 2003 11:45 GMT | 1 |
Hello group, we are converting a VB6 application, written by other people, for .NET Framework. Original application depends on a DLL written in standard C.
|
| Monitoring TCP/IP traffic | 13 Nov 2003 11:15 GMT | 3 |
I need to write a program that will monitor (and log) all packets sent between two devices (one is Windows XP workstation and another is a third party unit) communicating via TCP/IP interface.
|
| how to make sure single instance of exe is running? | 12 Nov 2003 16:52 GMT | 4 |
We are developing a .NET assembly(EXE). We wanted to make sure that only one instance of EXE running. Is there any way to verify(using framework classes) other instance same exe is running or not? If it is then we can exit.
|
| Network Adapter configuration | 12 Nov 2003 07:57 GMT | 2 |
How can I programmatically configure an ETHERNET ADAPTER to use DHCP in a WORKSTATION that can be running Windows 98/ME/NT/2K/XP? Can I do it with a managed code using C# ? If not, how can
|
| console argument in VS .NET | 11 Nov 2003 15:49 GMT | 1 |
hi, everybody, I create a console program, can I give it some argument when I run it from VS .NET ? thanks
|
| User Account | 11 Nov 2003 15:27 GMT | 1 |
After installing .net framework sdk I find I have a new User Account called "ASP.NET" (Win XP Home) My questions are: What is this for?
|
| Dial-up support in .NET? | 11 Nov 2003 14:15 GMT | 2 |
Can anybody tell me whether there is support for dial-up connections in .NET? I am using c# and would like to setup and manage a call. In the olden days I used RasDial, is there a .NET equivalant or other method?
|
| How to save as MHTML | 07 Nov 2003 05:46 GMT | 2 |
There is a very great function in IE Browser that save the entire webpage includeing all elements to a single mht file, and this file can be browsed again even it is offline. I want to know how to do this in the code? Thank you very much!
|
| Installing assemblies into the gac... | 07 Nov 2003 01:45 GMT | 3 |
Why when I install an assembly into the gac is it not seen in the 'Add Reference' dialog box under the .NET tab??? Everything works just fine, and I can see it in the 'WINDOWS\assembly' folder -- just curious why it doesn't show up in the VS .NET dialog box when you try to add a ...
|
| Problem with 'TcpClient' | 06 Nov 2003 20:20 GMT | 1 |
I execute these steps - TcpClient MyTcpClient = new TcpClient( . ); MyTcpClient.Connect( . ); //Connect to Server NetworkStream MyNetworkStream;
|