First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
How do I set CAS permission for a single exe file
Hello! Assume that I have an exe file called MyExe.exe and I want to run this on my computer with the permission in the permissionset MyPermissionSet how do I best accomplish this ? //Tony ... 22 May 2010 08:21
about setting sequrity membership condition
Hi! I just wonder when I use the URL membership as the following row explains The URL membership condition selects all code from a specified URL. What is happening with the term code group that is associated with this URL membership condition ? For example is this codegroup a physical folder on disk ? //Ton... 22 May 2010 07:17
ArrayLength(sa) ???
Hello: I am trying to write a little helper class that allows a syntax like this: string name = Grab<int[]>.Property(values => values.Length).Name; The idea here is that I want to grab a property, method, etc. from a type quickly. When I am writing a lot of reflection, it would be really helpful to use a cl... 21 May 2010 23:49
Win Forms, WPF and Silverlight (?)
Hello. Amateur hour Webbiz here. :-) I'm in the middle of learning C# coming from VB6. Yes, it's a jump but a guy's got to move into the 21st Century eventually. Besides, in my past life (1980's) I was pretty familiar with C and C++ so learning the language part has been a breeze. However, .NET is a whole n... 22 May 2010 11:39
setting FullTrust on LocalIntranet give not any effect
Hi! My question is why the command caspol.exe -chggroup 1.2 Fulltrust did not give any effect. Here is a description to what I have done ******************************* 1. First of all I created a directory test under root C directory 2. Now I run this command caspol -ag 1 -url file:///C:/test/* LocalIntrane... 21 May 2010 17:15
about caspol
Hi Can you specify any situation when this flag -exclusive on is not used meaning that we use the UNION of all the permission from all code groups to which it belongs ? I can't see any such situation. caspol -ag 1 -url file:///C:/test/* Internet -n InternetTest -exclusive on //Tony ... 22 May 2010 04:06
Combine EXE and DLL
Hi All, I finished my RemoteApp kiosk-type app. When it builds it makes the exe and a couple DLLs for the Remote Desktop ActiveX. I have tried placing the Dlls and the exes on the desktop of another computer (but the app crashes). When I go to publish, it makes a Clickonce installer which would mean I have to ... 21 May 2010 17:15
Linq query
Hello, I have the following list: IList<Int32> roles = { 1, 2, 3 } I need to get all users where in user.Roles there is at least one Role which is id 1, 2 OR 3. var a = users.Where(u => u.Roles. ??? ); How can I do this? Thanks, Miguel ... 21 May 2010 13:56
Interface class with event
Based on Tom Shelton's recommendation to use an interface class to manage multiple .dll's, I started to write one but got stuck when it came to the event. I have the following event in my .dll's: public event EventHandler<PlayStateArgs> PlayStateEvent; public class PlayStateArgs : EventArgs { ... 22 May 2010 13:52
Try to use caspol but this command doesn't work
Hi! I try to set a security policy so the runtime interpret the assembly to being run in code group Internet_zone but this command has some syntax error that I can't see what it is ? caspol -ag 1 -url file:///C:/test/* Internet -n InternetTest -exclusive on //Tony ... 21 May 2010 16:08
First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37