| Thread | Last Post | Replies |
|
| Security policies to allow app run on network drive | 17 Mar 2004 10:15 GMT | 4 |
(yes we do want to do this for anyone who will question why do you want to run it on a network drive) How can i update my domains group policy to allow .net apps run on a network drive (untrusted source i think its called), right now it throws a security
|
| IsSynchronized false inside lock(ICollection.SyncRoot) ? | 17 Mar 2004 09:11 GMT | 1 |
Isnt IsSynchronized supose to return True? Sadly the reference topic on IsSynchronized includes a small sample code that only mentions lock(SyncRoot) with no example of what IsSynchronized is supose to do.
|
| What are the .cch files in C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG? | 17 Mar 2004 03:42 GMT | 2 |
Here is a list of the config files in my C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG folder: 06/24/2003 08:14p 21,768 enterprisesec.config 03/08/2004 05:49p 186,098 enterprisesec.config.cch
|
| Reflection and order of the fields | 16 Mar 2004 18:19 GMT | 10 |
I am attempting to use Reflection to send an object over a serial port. I won't know the exact type of the object until run-time. If I call GetFields(), is there any guarantee on the order the fields are returned? Would it help if I used a struct instead of a class? I need to ...
|
| namespaces + types | 16 Mar 2004 17:19 GMT | 2 |
When I see a reference to a type, in most cases a comma seperates the type itself and what appears to be the name of an assembly, e.g. type="System.Web.UI.PageHandlerFactory, System.Web" My question is whether System.Web in the above example is the name of an
|
| Intra-Thread communication | 16 Mar 2004 15:31 GMT | 6 |
I have a Winform that will spawn a thread to work on each file within a directory. For each FileSystemInfo in this directory, it will get the hash of that file. If the FileSystemInfo is infact another directory, I will spawn another thread and repeat the whole process. However I ...
|
| Write customized attribute which has functionality like ObseleteAttribute | 16 Mar 2004 15:31 GMT | 4 |
Hello again Attribute Gurus... Can someone throw an idea, on what to tweak, or flush out, some kind of code. if one has to write a custom attribute like ObseleteAttribute, with the aim to inject the code in various methods
|
| AOP or developers writing custom attributes -- pls check this | 16 Mar 2004 14:57 GMT | 1 |
A classic case of writing to a log file each time a particular method is called for rudimentary performance statistics. Ordinarily the code below satisfy the requirements: //Considering EventLogManager to be singleton class defined in system.
|
| Aborting thread while suspended problem | 16 Mar 2004 11:57 GMT | 1 |
Hi, I experience a ThreadStateException while trying to abort a thread that is in a Suspended state. According to the MSDN documentation if Abort() is called on a thread that has been suspended, the thread is resumed and then aborted. But obviously it is not the case. I even made ...
|
| Windows service and threads | 16 Mar 2004 10:25 GMT | 1 |
I want to develop a windows service. It will look into a database for some records in a notification table, and based on datetime in some field, will send an e-mail message. This is my first service app, and also first time I want to use threads, so
|
| xml documentation in C# | 16 Mar 2004 10:08 GMT | 1 |
Hi everyone, I would like to know is that in visual studio 2003 Build Command Web Page option (which is under tool section) didn't recognise tags like <list> or <example>? Is there any method to makes these tags appear in the generated web page?
|
| Problem in Serviced Component | 16 Mar 2004 09:26 GMT | 1 |
ms-help://MS.MSDNQTR.2003FEB.1033/cpguide/html/cpconservicedcomponentoverview.ht I the above MSDN 2003 link, there is a code snipet which samples on writing a Serviced Component. What I got confused is, it is all about building a serviced "Component"; But the code has a Main() ...
|
| Cannot create performance counters if Perfmon is open | 16 Mar 2004 08:26 GMT | 1 |
We are having problems instantiating performance counters if Perfmon is open. We get the error: "System.InvalidOperationException: Cannot create file mapping. at System.Diagnostics.FileMapping.Initialize() at System.Diagnostics.FileMapping..ctor()
|
| Redistribution of .Net Framework. | 16 Mar 2004 07:37 GMT | 1 |
I need to restribute the .Net framework to more than 50,000 users via internet. As per my knowledge the size of .Net Framework installation is about 20MB+, which is practically not possible to download from internet by every user Is there any solution for restributing the .Net ...
|
| Displaying images on menu items (VB.Net ) | 16 Mar 2004 07:36 GMT | 1 |
I am new to VB.net and mostly program in VFP 7.0. I am looking for an option of adding images to menus in VB.net application. Is there any option available or I will have to look for third party main menu component?
|