| 2003 compatibality? (3 replies, VIP) |
| microsoft.public.dotnet.framework |
| Someone at work told me that applications developed in VS 2003 on a Windows Server 2003 system would not be compatible with XP. Is this true? Jon Cosby Please do not reply to this email address. |
|
| Christina Aguilera nipple showing (2 replies, VIP) |
| microsoft.public.dotnet.framework |
| Christina Aguilera naked V4V7^lu ?$v'kA.""@a28sX J SeGS0/AVR $*uBPt0.iDq EBKD/%LqQblrJrU0! vtv0s/;U7O#:kR4 dj*MBUmJ' U^f9qbRd |
|
| DB caching the html rendered by a .aspx page (12 replies) |
| microsoft.public.dotnet.framework |
| Hi, My goal is to take the entire html/javascript stream spat out by .aspx pages and save them as simple strings in a database (for caching purposes). I'm not sure how I can get hold of this html stream, though does anyone have any strategies / code samples to get me going? Thanks, JON |
|
| Detect Incoming Network Connections (2 replies, VIP) |
| microsoft.public.dotnet.framework |
| I am looking for information on detecting the dis/connection of network resources. Anything about taking events from the MPR and AddConnectNotify() (I think that's right) OR WMI. I think detecting outgoing network connections is pretty easy, but detecting incoming connections from remote machines to the local machine is another story.... Thanks. |
|
| MSI installation help (4 replies) |
| microsoft.public.dotnet.framework |
| Hi, I am new to .net and win32 programming in general. I am looking for some simple documentation on how to package a .net application as an MSI. Within that MSI I need to perform several gacutil & regasm tasks. I need this urgently. Could anybody guide me through a simple set of steps. Most of the documentation I have found is too verbose and much more information that I need. Thanks in advance R... |
|
| How to parse for a substring using regular expressions? (3 replies) |
| microsoft.public.dotnet.framework |
| Hi, does anybody know I can extract a substring of a text with regular expressions. Letâ s consider the following text: â œRegular expressions are often used to make sure that a string matches a certain pattern.â . I e.g. want to extract everything between â œexpressionsâ and â œaâ which is in the above example â œare often used to make sure thatâ . The unfortunately best I could do was the follow... |
|
| A little help with Windows Services and threads (7 replies, VIP) |
| microsoft.public.dotnet.framework |
| Hi everyone, I need to make a service that monitors a directory for changes in the files contained within it. I have two questions: 1. I'm going to be using a FileSystemWatcher object to do the monitoring but do I need to somehow involve another thread to allow the service to do other stuff as well, or is another thread created automatically when the FileSystemMonitor object is created? 2. Because... |
|
| Serialization of Hashtable (3 replies) |
| microsoft.public.dotnet.framework |
| Hi, I have noticed that when you serialize a Hashtable, a private variable named "version" gets serialized. From what I can tell this variable keeps track of additions to the hashtable and is used to ensure that items are not added or removed during enumeration. The problem I am having is that this variable causes the result of the serialization of the Hashtable to be different every time you seri... |
|
| Finding a class type at runtime. (3 replies) |
| microsoft.public.dotnet.framework |
| Hi all, I have a class which holds a collection. The collection contains objects and at runtime all objects in the collection are of the same type. For example, the collection will hold cName classes, or cAddress classes. What I can't figure out is how to create a new class of the same type as the first class in the collection. For example, in the class holding the collection I have a method AddNe... |
|
| Visual Studio.Net Bug (5 replies) |
| microsoft.public.dotnet.framework |
| Hi, I am developing one software for Desktop PC and Pocket PC. I am working on that project since last three months and today morning when i have started developing something and then tried to debug that time it was not doing what i was expecting. Problem is that it is going into the loop while there is no loop but it executes a piece of the block and it is not comming out of it. Here is the one e... |
|
| How can I handle windows message within my .net program? (3 replies) |
| microsoft.public.dotnet.framework |
| Hi all, I have a native program app1 written in vc6 and a .net one named app2 written by c#. I need to handle the custmize windows message sent from the app1 to app2.But I dont known how to process all these wm xxx mixtured with the event model. Mind anyone will be useful and valuable. |
|
| Transfer Binary Messages via Sockets? (2 replies) |
| microsoft.public.dotnet.framework |
| Hello All, I'm playing with an application that needs to send binary serialized objects across the network... I'm wondering what the best method to do this would be? Specifically, I'm wondering how best to tell the application that it has received the entire binary package? With a traditional 'chat' application using sockets you could designate a particular delimiter as the end of message... such ... |
|
| can I get application path for dllassembly (2 replies) |
| microsoft.public.dotnet.framework |
| I need to get the application path for a dll assembly in order to specify the path where the xml configuration file will be. I have tried getpath put that is for web app. |
|
| simple text file question (5 replies) |
| microsoft.public.dotnet.framework |
| hello, i want to search a text file for an occurrence of a string and replace some text after the match, then save the file. eg: if the file is: start Hello my name is tony, I am 22. Hello, my name is sonia, I am 18. Hello, my name is debbie, I am 8. end I would like to pass in a search string of "I am " and I also want to be able to increment each of the ages by 1, then save the file. So the outp... |
|
| Debugging on remote machine (3 replies) |
| microsoft.public.dotnet.framework |
| Hi, I'm trying to debug a windows form client on another machine however when I try to attach to the process in the Debug processes window the following error occurs: Unable to connect to machine 'xxx'. The debugger is not properly installed. Run setup to install or repair the debugger. John Ps. Is it possible to remotely debug asp wp using the same method? |
|
| Sending audio to another IP address (3 replies) |
| microsoft.public.dotnet.framework |
| I've been trying to look for information regarding send audio (voice) over the net to another IP address. I haven't managed to find anything yet, and wondered if anyone here has any pointers/links/information on how I may start to get the idea working. I am using VS2003 / C#. Thank you in advance for any help that you may be able to give me. John Young |
|
| OutOfMemoryException in RichTextBox (2 replies) |
| microsoft.public.dotnet.framework |
| I have had users report a variety of performance problems with a RichTextBox that is included in my application. In an attempt to isolate the problem, I created the following test. I created a Windows form containing a RichTextBox. I then took a 270KB JPEG image which I paste into the RichTextBox. However, I get varying results depending on how I copy this image: if I display the image in MS Paint... |
|
| Simulating network connection failure via C# (9 replies) |
| microsoft.public.dotnet.framework |
| Hello all, Does anyone have a creative quick way to simulate the loss of network connectivity via C#? I am trying to write a Unit Test of a long running network operation (initiated by a 3rd party component) and would like to ensure that the component and my containing code handles the loss of network connectivity appropriately. Thanks! |
|
| Obtaining object name at design time (3 replies) |
| microsoft.public.dotnet.framework |
| Hello all, I am working on a serialization formatter to store and load control properties at both design time and run time. I am having a problem with the Name property of controls at design time. It doesn't work like other properties. My formatter code works fine at runtime, but at design instead of receiving the object's name, I receive a string of the object's type (e.g. if my object is a Butto... |
|
| Set an Enum property using reflection? (3 replies) |
| microsoft.public.dotnet.framework |
| Is there any way to set the value of a property that has been declared as an Enum type using reflection? Basically I'm trying to write a generic procedure that will parse through an XML node and set any matching properties of an object passed in to the corresponding values. This works great for any of the primitive types, but i cannot get it to work if the property is an enum. I've found that usin... |
|
| Service Pack for .NET Framework 1.1? (2 replies, VIP) |
| microsoft.public.dotnet.framework |
| Hello! Has a service pack for .NET Framework 1.1 been launched or announced? Best regards, Henrik Dahl |
|
| PDB File Size (2 replies) |
| microsoft.public.dotnet.framework |
| I'm building a project on a remote server. My pdb file is so large i have to wait 10 minuts for the upload to complete whenever I run my application. Is there a way to cut down the pdb file size? |
|
| Object copy or clone (3 replies, VIP) |
| microsoft.public.dotnet.framework |
| I am implementing object copying in C#. I can think of two ways: (1)Use the famous C way of copy constructor, (2)Use IClonable interface. I have inherited classes that I would like to implement copying. Which is the best way in C#? Thanks for the help in advance. Michael |
|
| Exception setting StatusBarPanel Text property (2 replies) |
| microsoft.public.dotnet.framework |
| I have received the following exception when trying to set the Text property of a StatusBarPanel. On msdn it says nothing about this method throwing an exception. Also this only tends to be thrown occasionally. Can anyone clear this up? System.InvalidOperationException: Unable to set the panel text. at System.Windows.Forms.StatusBarPanel.Realize() at System.Windows.Forms.StatusBarPanel.set Text(St... |
|
| TCPClient and Get the IPAddress of the Client (6 replies, VIP) |
| microsoft.public.dotnet.framework |
| How Can I get the IPAddress of the client connecting to my server? I understand that it is available after using AcceptSocket, but I already wrote everything with AcceptTCPClient. I just want the IPAddress for Logging purposes. Thanks, brian @ sscsinc ..com |
|