Click here to Skip to main content
15,885,873 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: OnApplyTemplate & designer mode Pin
Pete O'Hanlon10-Aug-11 7:06
mvePete O'Hanlon10-Aug-11 7:06 
GeneralRe: OnApplyTemplate & designer mode Pin
SledgeHammer0110-Aug-11 7:17
SledgeHammer0110-Aug-11 7:17 
QuestionChanging domain host for silverlight and WCF Pin
Anele Ngqandu10-Aug-11 4:28
Anele Ngqandu10-Aug-11 4:28 
QuestionDispatcher.BeginInvoke getting wrong properties Pin
_Madmatt10-Aug-11 1:05
_Madmatt10-Aug-11 1:05 
QuestionWPF event manager Pin
columbos149279-Aug-11 21:00
columbos149279-Aug-11 21:00 
AnswerRe: WPF event manager Pin
Simon Bang Terkildsen9-Aug-11 22:31
Simon Bang Terkildsen9-Aug-11 22:31 
AnswerRe: WPF event manager Pin
Pete O'Hanlon9-Aug-11 22:40
mvePete O'Hanlon9-Aug-11 22:40 
QuestionDirectory.GetAccessControl Fails in XBAP web client Pin
pal2ashish9-Aug-11 20:21
pal2ashish9-Aug-11 20:21 
Hello Everyone,

My XBAP Appication is having two things web server and web client.

There is another machine where I am sharing a folder to Windows user(Of Client Machine) which is mapped to client as x: drive.

I need to generate PDF/XLS/TXT file to that mapped drive path which is given by client as destination path.

I am passing UNC Path to server But While doing Directory.GetAccesscontrol it throws an exception 'DirectoryNotFound Exception'.

Here is the Code..

(CODE RUNS ON CLIENT)
{
string FolderUNCPath = GetUNCPath("x:\\Reporting\\Reports"); //(x is Mapped drive)
}

(CODE RUNS ON SERVER)
{
string folderPath = "\\\\AnotherMachine\\Reporting\\Reports"; //(Which is FolderUNCPath...)
DirectorySecurity dirSecurity = Directory.GetAccessControl(folderPath);
}
Throws exeception..(DirectoryNotFound)..

Thanks all in Advance.
Ashish Parmar

QuestionSo, is binding to private / internal properties allowed or not? Pin
SledgeHammer019-Aug-11 6:31
SledgeHammer019-Aug-11 6:31 
AnswerRe: So, is binding to private / internal properties allowed or not? Pin
Mycroft Holmes9-Aug-11 13:09
professionalMycroft Holmes9-Aug-11 13:09 
GeneralRe: So, is binding to private / internal properties allowed or not? Pin
SledgeHammer019-Aug-11 14:03
SledgeHammer019-Aug-11 14:03 
JokeRe: So, is binding to private / internal properties allowed or not? Pin
Mycroft Holmes9-Aug-11 14:19
professionalMycroft Holmes9-Aug-11 14:19 
QuestionRich text Box Content into Outlook mail Pin
Narender Singh Thakur8-Aug-11 4:27
Narender Singh Thakur8-Aug-11 4:27 
AnswerRe: Rich text Box Content into Outlook mail Pin
Pete O'Hanlon8-Aug-11 4:45
mvePete O'Hanlon8-Aug-11 4:45 
GeneralRe: Rich text Box Content into Outlook mail Pin
Narender Singh Thakur8-Aug-11 5:13
Narender Singh Thakur8-Aug-11 5:13 
GeneralRe: Rich text Box Content into Outlook mail Pin
Pete O'Hanlon8-Aug-11 5:22
mvePete O'Hanlon8-Aug-11 5:22 
GeneralRe: Rich text Box Content into Outlook mail Pin
Narender Singh Thakur8-Aug-11 5:24
Narender Singh Thakur8-Aug-11 5:24 
QuestionUpdate TreeView's ItemsSource during runtime Pin
Mc_Topaz8-Aug-11 4:05
Mc_Topaz8-Aug-11 4:05 
AnswerRe: Update TreeView's ItemsSource during runtime Pin
Pete O'Hanlon8-Aug-11 4:26
mvePete O'Hanlon8-Aug-11 4:26 
GeneralRe: Update TreeView's ItemsSource during runtime Pin
Mc_Topaz8-Aug-11 5:02
Mc_Topaz8-Aug-11 5:02 
GeneralRe: Update TreeView's ItemsSource during runtime [modified] Pin
SledgeHammer018-Aug-11 6:17
SledgeHammer018-Aug-11 6:17 
GeneralRe: Update TreeView's ItemsSource during runtime Pin
Mc_Topaz8-Aug-11 21:54
Mc_Topaz8-Aug-11 21:54 
Questioncolumns are empty Pin
picasso26-Aug-11 11:18
picasso26-Aug-11 11:18 
QuestionService Model Pin
mehrdadc486-Aug-11 2:17
mehrdadc486-Aug-11 2:17 
AnswerRe: Service Model Pin
Mycroft Holmes6-Aug-11 2:50
professionalMycroft Holmes6-Aug-11 2:50 

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.