| Thread | Last Post | Replies |
|
| XSD Generate Dataset Class | 29 Aug 2003 15:24 GMT | 1 |
xsd /dataset /language:CS dtsswap.xsd Microsoft (R) Xml Schemas/DataTypes support utility [Microsoft (R) .NET Framework, Version 1.0.3705.0] Copyright (C) Microsoft Corporation 1998-2001. All rights
|
| Part of the code to explain Mutex problem | 29 Aug 2003 10:14 GMT | 1 |
Ok, this is a scheme that shows my project Process A : Creates a file-mapping empty (with no file in it) in order to be used as a shared memory, then it creates a mutex ; both the operations have controls to check their correct working.
|
| Services and desktop application | 28 Aug 2003 19:14 GMT | 1 |
I'm creating a windows service that I want to use to sinchronize several diferent applications. But I need to pass some messages to it without using any form of network connection (aka. TCP/IP and NamedPipes). Could anyone give a suggestion on how to do it?
|
| Mutex | 28 Aug 2003 17:42 GMT | 1 |
I've still my 2 processes, the first installs shared memory and a mutex, the second opens both and has the purpose to create and manage a collection of messages written into the shared memory. So by the second process I'm able to add,remove a message or view the all into the shared ...
|
| WindowsService: active user | 25 Aug 2003 10:51 GMT | 9 |
I have WinXPro on my Computer and wanted to write a Service with .net. This service shoud save the time a user is logged on in a database. And I am able to create and install a service, but if I tried to get the
|
| write XML | 25 Aug 2003 04:45 GMT | 1 |
I'm trying to write XML and I am quite unsuccessful so far, I have a very simple application with 1 button and one click handler like that, does anyone know what's wrong with this few lines ? //-----------------------------------
|
| Standards | 23 Aug 2003 09:58 GMT | 12 |
What is the status on the "standardization" (outside MS) of the BCLs? Is everything under the System namespace going to be "standard" and everything under the Microsoft namespace custom per MS specific and in general Vendor.* namespaces for vendor specific classes.
|
| Where is InstallUtil.exe? | 23 Aug 2003 04:26 GMT | 1 |
I installed VS.NET 2003 and this is meant to have the .NET Framework SDK which in turn is meant to contain installutil.exe (to install Windows Services). However, I dont see installutl.exe anywhere under the "Microsoft Visual Studio .NET 2003" directory or under the "Microsoft.NET" ...
|
| Skilled .Net programmer wanted in NZ | 22 Aug 2003 10:15 GMT | 1 |
I'm setting up a new IT company, which will provide an innovative (.Net enabled) tool. I'm looking for an adventurous and skilled software programmer -in NZ or who would be willing to come to NZ- to join this adventure.
|
| Standards | 21 Aug 2003 19:12 GMT | 1 |
What is the status on the "standardization" (outside MS) of the BCLs? Is everything under the System namespace going to be "standard" and everything under the Microsoft namespace custom per MS specific and in general Vendor.* namespaces for vendor specific classes.
|
| Repost: Unexpected Socket Error (WSAENOBUFS) on Windows XP / .NET 1.1 | 21 Aug 2003 05:03 GMT | 1 |
> Sorry for reposting. This one contains real email address. Hi all, I'm running the following program (see below), which tests connection to the Microsoft FTP Site (207.46.133.140:21)
|
| real time network capture | 15 Aug 2003 14:29 GMT | 1 |
i want do capture traffic in promiscous mode from ethernet adapter. i have visual studio and the framework sdk installed. i have read at the msdn library about the network monitor architecture. but i did not find any concrete examples or howtos about programming. i expected i
|
| Newbie: adding attachements in email | 14 Aug 2003 21:12 GMT | 1 |
Hey All, I'm trying to follow some emailing examples from an ASPX page. I'm pretty much there except can't seem to attach a file. When it reaches the line: MyMesssage.Attachments.Add(MyAttachment);
|
| Adjusting security policy to give full trust to intranet code | 14 Aug 2003 00:07 GMT | 2 |
We want to give full trust to the .NET code coming from our intranet zone. I have tried to modify machine configuartion file using .NET Framework configuartion tool. I have adjusted zone security to give "Full Trust" to the code on intranet zone but it doesn't seem to help.
|
| Compiling files using csc.exe | 13 Aug 2003 10:38 GMT | 1 |
I have two files: ClassA.cs and Main.cs I need to use ClassA in the Main.cs file inside another class (and so there seems to be a dependency). How do I do that? Do I need to provide
|