| Thread | Last Post | Replies |
|
| Update from Framework 1.0 to Framework 1.1 | 27 Aug 2004 10:54 GMT | 3 |
Hi there. I ran the install for the new Framework, and it installed without problems. But how do I know what Framework Visual Studio.NET is accessing? When I go to the Help Tab in VS.NET it and select About Visual
|
| Removing data in a stream? | 27 Aug 2004 10:22 GMT | 1 |
What's the most efficient way to remove data within a stream? For example, say I have a MemoryStream, and I use a StreamWriter to write "Every dog has it's day" into the memory stream. Now, I want to correct the grammar and remove the apostrophe from "it's". I could read the text ...
|
| Howto: Programmatically create a Windows Service that can interact w/the Desktop? | 27 Aug 2004 10:08 GMT | 1 |
I have a windows service written in C#, that watching a message queue for a file to appear. When the file appears I need to spawn a DOS process that processes the file. This all works fine once I set the Windows Service property to "Allow to interact with the desktop".
|
| .NET Framework with XP Service Pack 2 | 27 Aug 2004 10:04 GMT | 2 |
I've heard some people say .Net Framework 1.1 is included with Windows XP SP2, and some people who say it's not. Could someone who really knows this for sure tell me which it is? And if .Net Framework is included: is it included when installing using the Windows Update service ...
|
| Marshalling in C#.......Please Help | 27 Aug 2004 10:03 GMT | 1 |
Below is a certain function in c++..... OTMSTATUS OTMAPI Otm_CreateSnapShotW( IN pOpenTransactionInW In, IN ULONG NumVolumes,
|
| Errors Pertaining To Framework | 27 Aug 2004 09:41 GMT | 1 |
started getting this message at start-up last week: The application or DLL C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\MSCORJIT.DLL is not a Valid Windows image. Please check this aginst your installation diskette It is usually followed by three other Pop up windows that say ...
|
| ADM for .NET configuration?? | 27 Aug 2004 09:26 GMT | 1 |
I'm looking for a way to configure "Runtime Security Policy" in .NET configuration using AD. I've heard that there is something called ADM that you can install that gives you the possibility to set these thing in Active Directory. Has anyone heard of this? Where can I download ...
|
| System.net.dns.gethostbyaddress | 26 Aug 2004 22:10 GMT | 1 |
I'm having problems getting the host name of a multi-homed machine. My server has two IP addresses and two corresponding host names SERVER1 = HOST1 <-- IP1
|
| Parallel Installation of .Net Framework 1.1 and 2.0 possible? | 26 Aug 2004 20:14 GMT | 3 |
Is it possible to have both Framework Versions installed on a sinlge Machine? I couldn't find any information on this @ the MS site. Thanks in advance, Matthias
|
| URGENT: PROBLEM WITH VS.NET 2003 | 26 Aug 2004 17:25 GMT | 1 |
I need help with this problem ASAP. I formatted my PC and installed windows XP and VS.Net 2003 Arch edition. Whenever i try to add a form to any project (web, smartdevice, windows) or even create a new project i get the following ERROR MESSAGE.
|
| Overriding inherited interface members | 26 Aug 2004 17:22 GMT | 6 |
Is it possible to do this? I have a class that inherits from DataGrid, which implements ISupportInitialize. I'd like my class to implement this too, but you can't implement an interface that your base class already implements. I can't find any combination of keywords to ...
|
| Structs in C# | 26 Aug 2004 15:43 GMT | 3 |
I have the following dilemna. How do I return an instance of a struct from a method. For example: private struct Me
|
| PeekMessage and DirectX issue | 26 Aug 2004 11:25 GMT | 1 |
I am trying to write a simple space invaders game using DirectX and Visual C++.NET. There are DirectX classes for managed DirectX and I would like to use these to write my game. In traditional Win32 programming, you can peek a message from the queue, do what needs to
|
| Add a Root element to a loaded XmlDocument? | 26 Aug 2004 11:12 GMT | 1 |
How can I add an XML Declaration and root element to an XmlDocument after it has been loaded? Here is the code... SqlCommand cmd = cnn.CreateCommand();
|
| How can I create an XMLDocument from SqlCommand.ExecuteXmlReader | 26 Aug 2004 10:10 GMT | 1 |
Here is what I have tried, including the lines I commented in and out... SqlConnection cnn = new SqlConnection("Data Source=(local); database=Pubs; Integrated Security=SSPI"); SqlCommand cmd = cnn.CreateCommand();
|