Click here to Skip to main content
15,921,905 members
Home / Discussions / C#
   

C#

 
GeneralRe: WPF and C# Help Pin
Tyler Lovejoy30-May-08 2:53
Tyler Lovejoy30-May-08 2:53 
AnswerRe: WPF and C# Help Pin
Bert delaVega30-May-08 5:50
Bert delaVega30-May-08 5:50 
AnswerRe: WPF and C# Help Pin
Tyler Lovejoy2-Jun-08 6:25
Tyler Lovejoy2-Jun-08 6:25 
QuestionAppending Multiple RTF FIles Together for Printout Pin
redfish3429-May-08 9:15
redfish3429-May-08 9:15 
AnswerRe: Appending Multiple RTF FIles Together for Printout Pin
Thomas Stockwell30-May-08 10:43
professionalThomas Stockwell30-May-08 10:43 
QuestionIs it possible to change Intranet Zone to Full Trust thrue code? Pin
Phrone29-May-08 8:40
Phrone29-May-08 8:40 
AnswerRe: Is it possible to change Intranet Zone to Full Trust thrue code? Pin
Gareth H29-May-08 9:00
Gareth H29-May-08 9:00 
AnswerRe: Is it possible to change Intranet Zone to Full Trust thrue code? Pin
SomeGuyThatIsMe29-May-08 9:01
SomeGuyThatIsMe29-May-08 9:01 
i highly doubt you can change to full trust via an application, i've tried to programatically change a handful of security settings all with negative results. Are you talking about the error you get running a .net program from a network drive because windows doesnt trust .net apps executing from a network drive, or your app is trying to write a file and the user doesnt have write permissions to the network drive? in either event i dont think theres any way to change it from the app, but you may convince whoever is deploying it to give write access to that directory for the latter problem. to solve the former you'll have to deploy it to each computer, or manually tell windows to trust that app on each system. I've had a similar problem before 6 mo or a year ago and couldnt find a work around aside from changing the setting on each computer, so i just told the users they had to locate the app on the system that would run it tho it doesnt sound like that solution will work for you.
RantRe: Is it possible to change Intranet Zone to Full Trust thrue code? Pin
Dan Neely29-May-08 9:58
Dan Neely29-May-08 9:58 
AnswerRe: Is it possible to change Intranet Zone to Full Trust thrue code? Pin
Judah Gabriel Himango29-May-08 10:28
sponsorJudah Gabriel Himango29-May-08 10:28 
RantI can't help myself Pin
Anthony Mushrow29-May-08 12:25
professionalAnthony Mushrow29-May-08 12:25 
Questionindex was ouside the bounds of the array Pin
NewToAspDotNet29-May-08 8:16
NewToAspDotNet29-May-08 8:16 
AnswerRe: index was ouside the bounds of the array Pin
Gareth H29-May-08 8:56
Gareth H29-May-08 8:56 
QuestionIs there a CPU object in .NET 3.5? Pin
dubayou29-May-08 7:35
dubayou29-May-08 7:35 
Questioncreate trigger in C# Pin
Member 400849229-May-08 6:39
Member 400849229-May-08 6:39 
AnswerRe: create trigger in C# Pin
Giorgi Dalakishvili29-May-08 7:34
mentorGiorgi Dalakishvili29-May-08 7:34 
QuestionWeird deserialization error message Pin
Alan Balkany29-May-08 6:32
Alan Balkany29-May-08 6:32 
AnswerRe: Weird deserialization error message Pin
Alan Balkany2-Jun-08 8:08
Alan Balkany2-Jun-08 8:08 
QuestionDataGridView Text Box Column Selection Pin
paas29-May-08 6:32
paas29-May-08 6:32 
QuestionLinkedIn APIs Pin
sunit_8229-May-08 3:58
sunit_8229-May-08 3:58 
AnswerRe: LinkedIn APIs Pin
benjymous29-May-08 5:01
benjymous29-May-08 5:01 
AnswerRe: LinkedIn APIs Pin
Vasudevan Deepak Kumar29-May-08 18:24
Vasudevan Deepak Kumar29-May-08 18:24 
QuestionQuery Analyzer Pin
ellllllllie29-May-08 3:53
ellllllllie29-May-08 3:53 
AnswerRe: Query Analyzer Pin
benjymous29-May-08 5:03
benjymous29-May-08 5:03 
AnswerRe: Query Analyzer Pin
darkelv29-May-08 5:23
darkelv29-May-08 5:23 

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.