Click here to Skip to main content
15,890,717 members
Home / Discussions / C#
   

C#

 
AnswerRe: Why can't I connect using Socket Pin
softty14-Sep-05 20:22
softty14-Sep-05 20:22 
QuestionPE header Pin
neliocc14-Sep-05 15:57
neliocc14-Sep-05 15:57 
AnswerRe: PE header Pin
Luis Alonso Ramos14-Sep-05 16:18
Luis Alonso Ramos14-Sep-05 16:18 
QuestionHow to convert Windows Application to .NET ASP Application Pin
sandeeppathuri14-Sep-05 15:22
sandeeppathuri14-Sep-05 15:22 
AnswerRe: How to convert Windows Application to .NET ASP Application Pin
Luis Alonso Ramos14-Sep-05 16:20
Luis Alonso Ramos14-Sep-05 16:20 
QuestionDataGrid Pin
Taurian11014-Sep-05 13:45
Taurian11014-Sep-05 13:45 
AnswerRe: DataGrid Pin
Taurian11017-Sep-05 4:17
Taurian11017-Sep-05 4:17 
QuestionAuto generated code breaks Pin
Christian Graus14-Sep-05 12:57
protectorChristian Graus14-Sep-05 12:57 
I have an application which was originally in VB, but when I came on board, it was on the condition of moving to C#. Everything works well, I've been doing it for months now. There's just one problem. The app uses a lot of user controls, and one control, whenever I edit in the design view, at the top of InitializeComponent method changes. It goes to this:

System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(DetailsActions));

which gives me this error:

Could not find any resources appropriate for the specified culture (or the neutral culture) in the given assembly. Make sure "DetailsActions.resources" was correctly embedded or linked into assembly "RDC".

The resx file is an embedded resource. If I change the code to this:

System.Resources.ResourceManager resources = new System.Resources.ResourceManager("RDC.controls.DetailsActions", System.Reflection.Assembly.GetExecutingAssembly());

everyone is happy. But I've accidentally sent a broken build to my employer, within a 40 MB installer, so I'd really like to work out the core problem so it just stops happening.

Christian Graus - Microsoft MVP - C++
AnswerRe: Auto generated code breaks Pin
Ashok Dhamija14-Sep-05 23:32
Ashok Dhamija14-Sep-05 23:32 
GeneralRe: Auto generated code breaks Pin
Christian Graus15-Sep-05 11:06
protectorChristian Graus15-Sep-05 11:06 
GeneralRe: Auto generated code breaks Pin
Ashok Dhamija15-Sep-05 20:14
Ashok Dhamija15-Sep-05 20:14 
QuestionStatusbar Pin
Taurian11014-Sep-05 10:45
Taurian11014-Sep-05 10:45 
AnswerRe: Statusbar Pin
Mark0614-Sep-05 11:26
Mark0614-Sep-05 11:26 
AnswerRe: Statusbar Pin
Luis Alonso Ramos14-Sep-05 16:24
Luis Alonso Ramos14-Sep-05 16:24 
Questionmeasuring string Pin
xilefxilef14-Sep-05 10:31
xilefxilef14-Sep-05 10:31 
AnswerRe: measuring string Pin
seee sharp15-Sep-05 2:40
seee sharp15-Sep-05 2:40 
Question.net going away? Pin
Daniel132414-Sep-05 10:07
Daniel132414-Sep-05 10:07 
AnswerRe: .net going away? Pin
Colin Angus Mackay14-Sep-05 10:28
Colin Angus Mackay14-Sep-05 10:28 
GeneralRe: .net going away? Pin
Paul Conrad14-Sep-05 19:40
professionalPaul Conrad14-Sep-05 19:40 
AnswerRe: .net going away? Pin
Michael P Butler14-Sep-05 10:38
Michael P Butler14-Sep-05 10:38 
AnswerRe: .net going away? Pin
Alvaro Mendez14-Sep-05 11:20
Alvaro Mendez14-Sep-05 11:20 
GeneralRe: .net going away? Pin
Daniel132414-Sep-05 11:22
Daniel132414-Sep-05 11:22 
AnswerRe: .net going away? Pin
Christian Graus14-Sep-05 11:31
protectorChristian Graus14-Sep-05 11:31 
GeneralRe: .net going away? Pin
Judah Gabriel Himango14-Sep-05 12:37
sponsorJudah Gabriel Himango14-Sep-05 12:37 
AnswerRe: .net going away? Pin
Matt Gerrans14-Sep-05 18:42
Matt Gerrans14-Sep-05 18:42 

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.