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

C#

 
Questionreferencing a dll available in a different folder from a Windows Service without copying the dll Pin
govindarajan k8-Mar-17 0:24
govindarajan k8-Mar-17 0:24 
AnswerRe: referencing a dll available in a different folder from a Windows Service without copying the dll Pin
Pete O'Hanlon8-Mar-17 0:40
mvePete O'Hanlon8-Mar-17 0:40 
AnswerRe: referencing a dll available in a different folder from a Windows Service without copying the dll Pin
Alan N8-Mar-17 3:58
Alan N8-Mar-17 3:58 
GeneralRe: referencing a dll available in a different folder from a Windows Service without copying the dll Pin
govindarajan k9-Mar-17 0:27
govindarajan k9-Mar-17 0:27 
QuestionLINQ error string matching? Pin
Member 28240516-Mar-17 4:41
Member 28240516-Mar-17 4:41 
AnswerRe: LINQ error string matching? Pin
Richard Deeming6-Mar-17 5:36
mveRichard Deeming6-Mar-17 5:36 
GeneralRe: LINQ error string matching? Pin
Member 28240516-Mar-17 20:28
Member 28240516-Mar-17 20:28 
QuestionWorking with .resx Files / C#, WinForms [Closed] Pin
HobbyProggy5-Mar-17 21:44
professionalHobbyProggy5-Mar-17 21:44 
Hi fellow CP'ians,

i encountered a "problem" i am a bit shy to try my self. I am creating a localizible application (WinForms) which means i use the designer to create the UI for the different languages. Now, since i have ReSharper, i encountered the "problem" that the resx files either contain duplicates which are not overvritten or contain stuff which is not depending on localization. This hands me a lot of "possible code quality issues" which i understand seems reasonable. But how would i get rid of those except for telling ReSharper to ignore it?

My Question therefore is that is it possible to delete those lines in the resx files and if needed set the values in the designer.cs ? I have no idea how deep the resx files go and how they work 100% so any advice / experience you have would be a great help Smile | :)

Thanks in advance
Rules for the FOSW ![^]
if(this.signature != "")
{
    MessageBox.Show("This is my signature: " + Environment.NewLine + signature);
}
else
{
    MessageBox.Show("404-Signature not found");
}


modified 7-Mar-17 4:13am.

AnswerRe: Working with .resx Files / C#, WinForms Pin
Gerry Schmitz6-Mar-17 9:42
mveGerry Schmitz6-Mar-17 9:42 
GeneralRe: Working with .resx Files / C#, WinForms Pin
HobbyProggy6-Mar-17 19:27
professionalHobbyProggy6-Mar-17 19:27 
GeneralRe: Working with .resx Files / C#, WinForms Pin
Gerry Schmitz6-Mar-17 20:08
mveGerry Schmitz6-Mar-17 20:08 
GeneralRe: Working with .resx Files / C#, WinForms Pin
HobbyProggy6-Mar-17 20:24
professionalHobbyProggy6-Mar-17 20:24 
GeneralRe: Working with .resx Files / C#, WinForms Pin
Gerry Schmitz6-Mar-17 20:41
mveGerry Schmitz6-Mar-17 20:41 
GeneralRe: Working with .resx Files / C#, WinForms Pin
HobbyProggy6-Mar-17 21:45
professionalHobbyProggy6-Mar-17 21:45 
GeneralRe: Working with .resx Files / C#, WinForms Pin
Gerry Schmitz6-Mar-17 22:02
mveGerry Schmitz6-Mar-17 22:02 
GeneralRe: Working with .resx Files / C#, WinForms Pin
HobbyProggy6-Mar-17 22:13
professionalHobbyProggy6-Mar-17 22:13 
GeneralRe: Working with .resx Files / C#, WinForms Pin
Gerry Schmitz6-Mar-17 22:30
mveGerry Schmitz6-Mar-17 22:30 
Questionwebrequest sent twice Pin
Forest44734-Mar-17 22:32
Forest44734-Mar-17 22:32 
AnswerRe: webrequest sent twice Pin
Michael_Davies4-Mar-17 22:59
Michael_Davies4-Mar-17 22:59 
GeneralRe: webrequest sent twice Pin
Forest44734-Mar-17 23:15
Forest44734-Mar-17 23:15 
GeneralRe: webrequest sent twice Pin
Michael_Davies4-Mar-17 23:43
Michael_Davies4-Mar-17 23:43 
AnswerRe: webrequest sent twice Pin
Richard Deeming5-Mar-17 23:52
mveRichard Deeming5-Mar-17 23:52 
GeneralRe: webrequest sent twice Pin
Forest44735-Mar-17 23:59
Forest44735-Mar-17 23:59 
GeneralRe: webrequest sent twice Pin
Forest44736-Mar-17 2:59
Forest44736-Mar-17 2:59 
Questionoptimizing xml reading code in C# Pin
Member 130276784-Mar-17 17:27
Member 130276784-Mar-17 17:27 

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.