Click here to Skip to main content
15,913,685 members
Home / Discussions / C#
   

C#

 
Generaldebugging diabled Pin
Member 166075017-Jan-05 2:25
Member 166075017-Jan-05 2:25 
GeneralRe: debugging diabled Pin
Heath Stewart17-Jan-05 7:11
protectorHeath Stewart17-Jan-05 7:11 
GeneralCreating ms installer with V. C# Pin
basbous17-Jan-05 2:13
basbous17-Jan-05 2:13 
GeneralRe: Creating ms installer with V. C# Pin
Heath Stewart17-Jan-05 6:46
protectorHeath Stewart17-Jan-05 6:46 
GeneralC# Pin
Anonymous17-Jan-05 2:10
Anonymous17-Jan-05 2:10 
GeneralRe: C# Pin
johnhebert17-Jan-05 4:42
johnhebert17-Jan-05 4:42 
GeneralListing a files in a client directory Pin
Sree7417-Jan-05 1:46
sussSree7417-Jan-05 1:46 
GeneralRe: Listing a files in a client directory Pin
Heath Stewart17-Jan-05 6:52
protectorHeath Stewart17-Jan-05 6:52 
It's really a matter of permissions. Code Access Security grants assemblies based on their evidence a certain set of permissions or unlimited access. You need to make sure that users grant such permissions to your assemblies using certain host-based evidence (assembly evidence besides strong-name identities are not supported for Internet-deployed assemblies), which you can do using a Windows Installer package to execute an Installer class derivative you would define to create a code group, or give them a batch file to run caspol.exe (depending on your confidence in the users' abilities).

For more about this and about scripting controls (in order to easily provide feedback in the web page itself) see an old article of mine at http://www.devhood.com/Tutorials/tutorial_details.aspx?tutorial_id=388[^].

If you have any questions about that article continue them on this thread since I haven't used that site - and don't plan to - in many years.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: Listing a files in a client directory Pin
Member 37818918-Jan-05 4:04
Member 37818918-Jan-05 4:04 
GeneralReading local file on the client side Pin
Sreeanth17-Jan-05 1:37
sussSreeanth17-Jan-05 1:37 
GeneralRe: Reading local file on the client side Pin
leppie17-Jan-05 4:40
leppie17-Jan-05 4:40 
GeneralRe: Reading local file on the client side Pin
Heath Stewart17-Jan-05 7:02
protectorHeath Stewart17-Jan-05 7:02 
GeneralClient/Server Pin
Gregg Holter16-Jan-05 23:50
Gregg Holter16-Jan-05 23:50 
GeneralRe: Client/Server Pin
Robert Rohde17-Jan-05 0:10
Robert Rohde17-Jan-05 0:10 
GeneralRe: Client/Server Pin
Gregg Holter17-Jan-05 0:12
Gregg Holter17-Jan-05 0:12 
GeneralCommit Charge Pin
Alex Leshinsky16-Jan-05 22:43
Alex Leshinsky16-Jan-05 22:43 
GeneralRe: Commit Charge Pin
Heath Stewart17-Jan-05 6:10
protectorHeath Stewart17-Jan-05 6:10 
GeneralRe: Commit Charge Pin
Alex Leshinsky17-Jan-05 8:14
Alex Leshinsky17-Jan-05 8:14 
GeneralRe: Commit Charge Pin
Heath Stewart17-Jan-05 9:14
protectorHeath Stewart17-Jan-05 9:14 
QuestionHow to know if a directory inherits of another directory ? Pin
Anonymous16-Jan-05 21:12
Anonymous16-Jan-05 21:12 
AnswerRe: How to know if a directory inherits of another directory ? Pin
Anonymous17-Jan-05 8:30
Anonymous17-Jan-05 8:30 
GeneralRe: How to know if a directory inherits of another directory ? Pin
Anonymous17-Jan-05 21:19
Anonymous17-Jan-05 21:19 
GeneralJPEG image processing with C# Pin
memoboy16-Jan-05 9:20
memoboy16-Jan-05 9:20 
GeneralRe: JPEG image processing with C# Pin
Christian Graus16-Jan-05 9:45
protectorChristian Graus16-Jan-05 9:45 
GeneralRe: this is the problem Pin
memoboy16-Jan-05 20:47
memoboy16-Jan-05 20:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.