Click here to Skip to main content
15,886,578 members
Home / Discussions / C#
   

C#

 
QuestionAutoMapper Error - Missing type map configuration or unsupported mapping Pin
Kevin Marois28-Oct-13 15:26
professionalKevin Marois28-Oct-13 15:26 
AnswerRe: AutoMapper Error - Missing type map configuration or unsupported mapping Pin
CodeBlack29-Oct-13 3:14
professionalCodeBlack29-Oct-13 3:14 
QuestionAccessing users folder. Pin
elficodegeek28-Oct-13 13:00
elficodegeek28-Oct-13 13:00 
AnswerRe: Accessing users folder. Pin
Richard Andrew x6428-Oct-13 13:07
professionalRichard Andrew x6428-Oct-13 13:07 
GeneralRe: Accessing users folder. Pin
elficodegeek30-Oct-13 13:10
elficodegeek30-Oct-13 13:10 
AnswerRe: Accessing users folder. Pin
Bernhard Hiller29-Oct-13 21:49
Bernhard Hiller29-Oct-13 21:49 
GeneralRe: Accessing users folder. Pin
elficodegeek30-Oct-13 13:01
elficodegeek30-Oct-13 13:01 
GeneralRe: Accessing users folder. Pin
Bernhard Hiller30-Oct-13 22:19
Bernhard Hiller30-Oct-13 22:19 
Exactly that's the point. ProgramFiles is "read-only" for users, for security reasons. PrgramData (which corresponds to XP's C:\Documents and Settings\All Users) is the place where all users of a computer can access the files with read and write access.
Normally, you'll create a folder with your company name there, and below that a folder for your specific program. I.e. C:\ProgramData\YourCompany\YourFirstProgram. Use the Environment.GetSpecialFolder function, as suggested by Richard.
GeneralRe: Accessing users folder. Pin
elficodegeek1-Nov-13 13:06
elficodegeek1-Nov-13 13:06 
QuestionWebBrowser - Fetching HTML code from developer tool Pin
AshwiniSH28-Oct-13 2:16
professionalAshwiniSH28-Oct-13 2:16 
AnswerRe: WebBrowser - Fetching HTML code from developer tool Pin
Dave Kreskowiak28-Oct-13 3:12
mveDave Kreskowiak28-Oct-13 3:12 
GeneralRe: WebBrowser - Fetching HTML code from developer tool Pin
AshwiniSH28-Oct-13 4:08
professionalAshwiniSH28-Oct-13 4:08 
GeneralRe: WebBrowser - Fetching HTML code from developer tool Pin
Dave Kreskowiak28-Oct-13 7:03
mveDave Kreskowiak28-Oct-13 7:03 
GeneralRe: WebBrowser - Fetching HTML code from developer tool Pin
AshwiniSH28-Oct-13 19:42
professionalAshwiniSH28-Oct-13 19:42 
GeneralRe: WebBrowser - Fetching HTML code from developer tool Pin
Richard MacCutchan28-Oct-13 22:44
mveRichard MacCutchan28-Oct-13 22:44 
GeneralRe: WebBrowser - Fetching HTML code from developer tool Pin
AshwiniSH28-Oct-13 23:11
professionalAshwiniSH28-Oct-13 23:11 
GeneralRe: WebBrowser - Fetching HTML code from developer tool Pin
Richard MacCutchan28-Oct-13 23:41
mveRichard MacCutchan28-Oct-13 23:41 
GeneralRe: WebBrowser - Fetching HTML code from developer tool Pin
Dave Kreskowiak29-Oct-13 2:45
mveDave Kreskowiak29-Oct-13 2:45 
GeneralRe: WebBrowser - Fetching HTML code from developer tool Pin
AshwiniSH29-Oct-13 2:58
professionalAshwiniSH29-Oct-13 2:58 
GeneralRe: WebBrowser - Fetching HTML code from developer tool Pin
Dave Kreskowiak29-Oct-13 3:08
mveDave Kreskowiak29-Oct-13 3:08 
QuestionCombination Algorithm Pin
santosh_011428-Oct-13 0:38
santosh_011428-Oct-13 0:38 
AnswerRe: Combination Algorithm Pin
Simon_Whale28-Oct-13 1:53
Simon_Whale28-Oct-13 1:53 
GeneralRe: Combination Algorithm Pin
santosh_011428-Oct-13 2:12
santosh_011428-Oct-13 2:12 
AnswerRe: Combination Algorithm Pin
BillWoodruff28-Oct-13 7:12
professionalBillWoodruff28-Oct-13 7:12 
SuggestionRe: Combination Algorithm Pin
GuyThiebaut28-Oct-13 7:14
professionalGuyThiebaut28-Oct-13 7:14 

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.