| No object name for System.Threading.ManualResetEvent? (3 replies) |
| microsoft.public.dotnet.framework.clr |
| Win32 synchronization objects (events, mutex, ...) all have a name. Having a name allows you to have several processes cooperating by sinchronizing each other using well known sync objects. However, in .NET ManualResetEvent and AutoResetEvent doesn't have an object name! Is there any reason for that? Workarounds? TIA Pablo Castro [MVP] Lagash Systems S.A. [Remove "nospam" from my e mail address] |
|
| How can I Serialize control such as Button? (4 replies) |
| microsoft.public.dotnet.framework.clr |
| Hi, How can I Serialize control such as Button? I tried to do it with XmlSerializer and BinaryFormatter, but got exception: Class Button isn't marked as Serializable. I tried to mark as Serializable my own class inherited of Button, but got the same. What do I have to do to resolve this problem? Ivan |
|
| Beta 2 vs. RC1 (4 replies) |
| microsoft.public.dotnet.framework.clr |
| We are planning to release on Friday. Is there any news you can give me about RC1 that might influence us to upgrade to RC1? Or maybe convince us to stay with Beta 2? I'm looking for things like bugs fixed or bugs introduced, how much work involved to upgrade, anything kind of information you can share. How about when is Microsoft planning on shipping the general release. Thanks in advance, Carl |
|
| Generating MSIL & recursion (3 replies) |
| microsoft.public.dotnet.framework.clr |
| I'm writing a converter from a stack based psuedo code to MSIL. This pseudo code allows for function definitions and function calls, and supports a certain number of built in operations. I'm generating the MSIL for this psuedo code by hand, using the System.Reflection.* interfaces. I have a working prototype that can handle one function I can successfully produce working assemblies which can be ca... |
|
| callback in remoting (3 replies) |
| microsoft.public.dotnet.framework.clr |
| Hi Anyone ever do that: I have a remote object, and this object need to callback to client. If I'm wrong, please correct me, I have 2 choices: 1. using event in remote object; or 2. copy that client.exe to remote site, build channel for communicating with client on remote site also. anyone have do some samples like that? any advices are welcome. Steve |
|
| severe System.IO (CLR) limitation (PathTooLongException) (2 replies) |
| microsoft.public.dotnet.framework.clr |
| Hi, with System.IO it seems impossible to access any files or directories if the total name (.FullName) is longer than 260 characters; the first time I stumbled accross such a file it was (of course) a file created by a M$ programm (IE); the full name was: C:\Dokumente und Einstellungen\Administrator\Lokale Eins tellungen\Temp\Temporary Internet Files\Content.IE5\HSVH F8K4\Qffs v35leqmJ3EhfhzcgGdF... |
|
| Run Code programmaticly (3 replies) |
| microsoft.public.dotnet.framework.clr |
| Hi, Does anyone know how to run C#/VB/JS code programmaticly? Thanx |
|
| Role Based Security in .NET (3 replies) |
| microsoft.public.dotnet.framework.clr |
| Hi, I was trying to test out the Role based security offered by .NET. In our application the login user are mapped to the Win2k Accounts, now we want to apply the permission to the business classes using the PrincipalPermission attribute but once I import the namespace I am getting a compile error saying "Bad security attribute: Catastrophic Failure". I tested the same in multiple machines its giv... |
|
| Hosting CLR (2 replies) |
| microsoft.public.dotnet.framework.clr |
| Hi to all, i'm trying to host the CLR form a VBA, VB6 or VC 6 Application. Has someone a source code sample for this? thanks a lot Tobi |
|
| Which collection? (2 replies) |
| microsoft.public.dotnet.framework.clr |
| Hello. Is there a collection in the System.Collections namespace similar in purpose to c 's std::set template class? If not, which is the closest/best choice? Thanks in advance, Ney André de Mello Zunino |
|
| Serializing collection (classes) (2 replies) |
| microsoft.public.dotnet.framework.clr |
| I'm trying to serialize (via the XmlSerializer functionality) a class that contains a collection class (inherits System.Collections.CollectionBase.) I want the collection class to contain a very simple object that has two string properties. I'm having trouble using the built in XML object serialization functionality for this, and can't find any examples on the internet. Is this even possible? Anyb... |
|
| Retrieving Group Members from a remote local group ? (6 replies) |
| microsoft.public.dotnet.framework.clr |
| I'm working on an Client/Server Application that requires the user that is running the client to be a member of a selected Domain group or a member of a selected local group on the server. I'm able to check if the user is a member of the domain group from the client, but I cannot check if the user is a memeber of the local group on the server side. Is there a way to query another machine for it gr... |
|