Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
AnswerRe: DropDownList/ListItem Problem Pin
TheMajorRager10-Feb-06 7:59
TheMajorRager10-Feb-06 7:59 
QuestionActive Directory Pin
gjsantana9-Feb-06 12:03
gjsantana9-Feb-06 12:03 
AnswerRe: Active Directory Pin
osamahmirza9-Feb-06 17:35
osamahmirza9-Feb-06 17:35 
QuestionBuild a message pump for a Windows service? Pin
BlackDice9-Feb-06 11:50
BlackDice9-Feb-06 11:50 
AnswerRe: Build a message pump for a Windows service? Pin
George L. Jackson9-Feb-06 15:07
George L. Jackson9-Feb-06 15:07 
GeneralRe: Build a message pump for a Windows service? Pin
BlackDice10-Feb-06 6:11
BlackDice10-Feb-06 6:11 
GeneralI GOT IT!! Pin
BlackDice10-Feb-06 9:27
BlackDice10-Feb-06 9:27 
QuestionDesign form Error Pin
emran8349-Feb-06 11:22
emran8349-Feb-06 11:22 
Hi, I am getting a strange error periodically while working on a Win Form. This error occurs irregularly for strange reason.

Following :

One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes.


The type 'myProjectName.myDataSet' has no field named 'DataSetName'.
Hide Edit

at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.Error(IDesignerSerializationManager manager, String exceptionText, String helpLink)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeAssignStatement(IDesignerSerializationManager manager, CodeAssignStatement statement)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)


Now When I click Edit link, I see following code in MainForm.designer.cs

// myDataSet
//
this.myDataSet.DataSetName = "myDataSet";
this.myDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;


Now, When I delete these mentioned lines, I get back the form regular again. And I dont know how the mentioned code generated by designer after a while which is causing the error. Can u give me any idea please !

Questionproblem in while and for loops Pin
Dr.Sammer9-Feb-06 10:40
Dr.Sammer9-Feb-06 10:40 
AnswerRe: problem in while and for loops Pin
Judah Gabriel Himango9-Feb-06 10:48
sponsorJudah Gabriel Himango9-Feb-06 10:48 
AnswerRe: problem in while and for loops Pin
User 66589-Feb-06 10:49
User 66589-Feb-06 10:49 
GeneralRe: problem in while and for loops Pin
Dr.Sammer9-Feb-06 11:00
Dr.Sammer9-Feb-06 11:00 
GeneralRe: problem in while and for loops Pin
User 66589-Feb-06 11:07
User 66589-Feb-06 11:07 
GeneralRe: problem in while and for loops Pin
Dr.Sammer9-Feb-06 11:10
Dr.Sammer9-Feb-06 11:10 
GeneralRe: problem in while and for loops Pin
User 66589-Feb-06 11:13
User 66589-Feb-06 11:13 
GeneralRe: problem in while and for loops Pin
Dr.Sammer9-Feb-06 11:19
Dr.Sammer9-Feb-06 11:19 
GeneralRe: problem in while and for loops Pin
User 66589-Feb-06 11:22
User 66589-Feb-06 11:22 
GeneralRe: problem in while and for loops Pin
Dr.Sammer9-Feb-06 11:26
Dr.Sammer9-Feb-06 11:26 
GeneralRe: problem in while and for loops Pin
LongRange.Shooter10-Feb-06 2:14
LongRange.Shooter10-Feb-06 2:14 
QuestionArray declaration without specifying the size. Pin
emran8349-Feb-06 10:38
emran8349-Feb-06 10:38 
AnswerRe: Array declaration without specifying the size. Pin
Judah Gabriel Himango9-Feb-06 10:46
sponsorJudah Gabriel Himango9-Feb-06 10:46 
GeneralRe: Array declaration without specifying the size. Pin
emran8349-Feb-06 11:06
emran8349-Feb-06 11:06 
GeneralRe: Array declaration without specifying the size. Pin
Judah Gabriel Himango9-Feb-06 11:22
sponsorJudah Gabriel Himango9-Feb-06 11:22 
GeneralRe: Array declaration without specifying the size. Pin
emran8349-Feb-06 11:53
emran8349-Feb-06 11:53 
GeneralRe: Array declaration without specifying the size. Pin
Judah Gabriel Himango9-Feb-06 12:06
sponsorJudah Gabriel Himango9-Feb-06 12:06 

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.