Click here to Skip to main content
15,888,461 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# WinForms RichTextBox Block-Style Selection Pin
Eddy Vluggen13-Feb-15 7:54
professionalEddy Vluggen13-Feb-15 7:54 
GeneralRe: C# WinForms RichTextBox Block-Style Selection Pin
Mr Cirwos13-Feb-15 22:42
Mr Cirwos13-Feb-15 22:42 
GeneralRe: C# WinForms RichTextBox Block-Style Selection Pin
Eddy Vluggen14-Feb-15 4:16
professionalEddy Vluggen14-Feb-15 4:16 
GeneralRe: C# WinForms RichTextBox Block-Style Selection Pin
Richard MacCutchan13-Feb-15 23:22
mveRichard MacCutchan13-Feb-15 23:22 
GeneralRe: C# WinForms RichTextBox Block-Style Selection Pin
Mr Cirwos13-Feb-15 23:34
Mr Cirwos13-Feb-15 23:34 
GeneralRe: C# WinForms RichTextBox Block-Style Selection Pin
Richard MacCutchan13-Feb-15 23:41
mveRichard MacCutchan13-Feb-15 23:41 
QuestionHow to add website into compatibility view ? Pin
namerg13-Feb-15 6:30
namerg13-Feb-15 6:30 
AnswerRe: Thoughts why Mini Application Stops Working once executed ? Pin
phil.o13-Feb-15 7:31
professionalphil.o13-Feb-15 7:31 
Hi,

The first thing I would look at is the MissingManifestResourceException.
It seems that, in your WindowsFormsApplication1 project, there's a problem with a resource file.
There can be several causes; could you check that, for every .resx file in your project, there is a .designer.cs file associated?
Is Form1 marked as localizable? If so, there must also exist some relative resource files.

Another thing to do would be to put a beakpoint on the first line of Form1's constructor, and pressing F11 line by line to find which one, in InitializeComponent() method, throws the exception.

Hope this helps.
There are two kinds of people in the world: those who can extrapolate from incomplete data.

GeneralRe: Thoughts why Mini Application Stops Working once executed ? Pin
namerg13-Feb-15 7:40
namerg13-Feb-15 7:40 
AnswerRe: How to add website into compatibility view ? Pin
namerg13-Feb-15 8:09
namerg13-Feb-15 8:09 
AnswerRe: How to add website into compatibility view ? Pin
seemajoshii13-Feb-15 20:31
seemajoshii13-Feb-15 20:31 
QuestionCode Signing certificate Pin
Super Lloyd13-Feb-15 2:10
Super Lloyd13-Feb-15 2:10 
AnswerRe: Code Signing certificate Pin
manchanx13-Feb-15 3:02
professionalmanchanx13-Feb-15 3:02 
AnswerRe: Code Signing certificate Pin
Eddy Vluggen13-Feb-15 3:06
professionalEddy Vluggen13-Feb-15 3:06 
RantWant Opinion on school assignment Pin
Truck5313-Feb-15 1:51
Truck5313-Feb-15 1:51 
GeneralRe: Want Opinion on school assignment Pin
Freak3013-Feb-15 2:14
Freak3013-Feb-15 2:14 
GeneralRe: Want Opinion on school assignment Pin
Truck5313-Feb-15 4:58
Truck5313-Feb-15 4:58 
GeneralRe: Want Opinion on school assignment Pin
Truck5313-Feb-15 17:13
Truck5313-Feb-15 17:13 
GeneralRe: Want Opinion on school assignment Pin
OriginalGriff13-Feb-15 2:21
mveOriginalGriff13-Feb-15 2:21 
GeneralRe: Want Opinion on school assignment Pin
Eddy Vluggen13-Feb-15 3:03
professionalEddy Vluggen13-Feb-15 3:03 
GeneralRe: Want Opinion on school assignment Pin
OriginalGriff13-Feb-15 4:34
mveOriginalGriff13-Feb-15 4:34 
GeneralRe: Want Opinion on school assignment Pin
Eddy Vluggen13-Feb-15 4:52
professionalEddy Vluggen13-Feb-15 4:52 
GeneralRe: Want Opinion on school assignment Pin
Truck5313-Feb-15 5:01
Truck5313-Feb-15 5:01 
GeneralRe: Want Opinion on school assignment Pin
Dave Kreskowiak13-Feb-15 3:03
mveDave Kreskowiak13-Feb-15 3:03 
GeneralRe: Want Opinion on school assignment Pin
Truck5313-Feb-15 5:01
Truck5313-Feb-15 5:01 

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.