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

C#

 
Questionbest way for onlne meeting Pin
Jassim Rahma16-Jun-10 5:10
Jassim Rahma16-Jun-10 5:10 
AnswerRe: best way for onlne meeting Pin
Ravi Bhavnani16-Jun-10 6:09
professionalRavi Bhavnani16-Jun-10 6:09 
AnswerRe: best way for onlne meeting Pin
Luc Pattyn16-Jun-10 6:22
sitebuilderLuc Pattyn16-Jun-10 6:22 
Questionanalog clock Pin
Jassim Rahma16-Jun-10 5:05
Jassim Rahma16-Jun-10 5:05 
AnswerRe: analog clock Pin
Johnny J.16-Jun-10 5:10
professionalJohnny J.16-Jun-10 5:10 
GeneralRe: analog clock Pin
Jassim Rahma16-Jun-10 5:53
Jassim Rahma16-Jun-10 5:53 
GeneralRe: analog clock Pin
Johnny J.16-Jun-10 6:06
professionalJohnny J.16-Jun-10 6:06 
QuestionURGENT HELP PLZ: many erros!!! Pin
Jassim Rahma16-Jun-10 4:06
Jassim Rahma16-Jun-10 4:06 
Hi,

I have the following files which was working fine until last night when I went and deleted all the commented old codes to clear the file from unwanted lines but suddenly I am getting now the following many errors and I don't know where is the issue.. Please help...

This the full file:

patient_entry.cs[^]

and these are the errors:
Error	3	Expected class, delegate, enum, interface, or struct	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	380	17	Cure
Error	4	Expected class, delegate, enum, interface, or struct	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	383	34	Cure
Error	5	Identifier expected	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	383	91	Cure
Error	6	Expected class, delegate, enum, interface, or struct	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	389	31	Cure
Error	7	Expected class, delegate, enum, interface, or struct	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	393	31	Cure
Error	8	Expected class, delegate, enum, interface, or struct	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	397	28	Cure
Error	9	Expected class, delegate, enum, interface, or struct	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	399	52	Cure
Error	10	Identifier expected	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	400	86	Cure
Error	11	Expected class, delegate, enum, interface, or struct	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	407	50	Cure
Error	12	Identifier expected	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	418	52	Cure
Error	13	Identifier expected	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	418	168	Cure
Error	14	Expected class, delegate, enum, interface, or struct	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	442	17	Cure
Error	15	Expected class, delegate, enum, interface, or struct	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	445	34	Cure
Error	16	Identifier expected	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	445	91	Cure
Error	17	Expected class, delegate, enum, interface, or struct	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	451	31	Cure
Error	18	Expected class, delegate, enum, interface, or struct	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	455	31	Cure
Error	19	Expected class, delegate, enum, interface, or struct	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	459	28	Cure
Error	20	Expected class, delegate, enum, interface, or struct	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	461	52	Cure
Error	21	Identifier expected	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	462	86	Cure
Error	22	Expected class, delegate, enum, interface, or struct	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	469	51	Cure
Error	23	Expected class, delegate, enum, interface, or struct	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	470	51	Cure
Error	24	Identifier expected	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	481	52	Cure
Error	25	Identifier expected	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	481	169	Cure
Error	26	Type or namespace definition, or end-of-file expected	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	502	9	Cure
Error	27	Invalid expression term ':'	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	373	24	Cure
Error	28	Syntax error, '(' expected	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	373	24	Cure
Error	29	; expected	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	373	25	Cure
Error	30	The name 'get_person' does not exist in the current context	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	325	29	Cure
Error	31	The name 'get_person' does not exist in the current context	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	337	29	Cure
Error	32	No enclosing loop out of which to break or continue	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	372	21	Cure
Error	33	Only assignment, call, increment, decrement, and new object expressions can be used as a statement	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	373	17	Cure
Error	34	No enclosing loop out of which to break or continue	C:\Users\Jassim\Documents\Visual Studio 2008\Projects\Cure\Cure\patient_entry.cs	376	21	Cure

AnswerRe: URGENT HELP PLZ: many erros!!! Pin
harold aptroot16-Jun-10 4:13
harold aptroot16-Jun-10 4:13 
AnswerRe: URGENT HELP PLZ: many erros!!! Pin
Luc Pattyn16-Jun-10 4:16
sitebuilderLuc Pattyn16-Jun-10 4:16 
AnswerRe: URGENT HELP PLZ: many erros!!! Pin
Abhinav S16-Jun-10 4:20
Abhinav S16-Jun-10 4:20 
QuestionDirectshow problem Pin
TimSWatson16-Jun-10 3:32
TimSWatson16-Jun-10 3:32 
AnswerRe: Directshow problem Pin
TheyCallMeMrJames16-Jun-10 4:37
TheyCallMeMrJames16-Jun-10 4:37 
GeneralRe: Directshow problem Pin
Eduard Keilholz16-Jun-10 4:51
Eduard Keilholz16-Jun-10 4:51 
QuestionOwnerDrawn TabControl behaving differently in Design Mode [modified] [solved] Pin
TheFoZ16-Jun-10 3:11
TheFoZ16-Jun-10 3:11 
AnswerRe: OwnerDrawn TabControl behaving differently in Design Mode Pin
Johnny J.16-Jun-10 3:49
professionalJohnny J.16-Jun-10 3:49 
GeneralRe: OwnerDrawn TabControl behaving differently in Design Mode Pin
TheFoZ16-Jun-10 4:32
TheFoZ16-Jun-10 4:32 
AnswerRe: OwnerDrawn TabControl behaving differently in Design Mode - solution Pin
TheFoZ16-Jun-10 5:51
TheFoZ16-Jun-10 5:51 
Questioncombobox inside datagridview Pin
Rajee Maharjan16-Jun-10 1:40
Rajee Maharjan16-Jun-10 1:40 
QuestionSerializing a Collection - Inheritance problem Pin
lukeer16-Jun-10 1:39
lukeer16-Jun-10 1:39 
AnswerRe: Serializing a Collection - Inheritance problem Pin
riced16-Jun-10 3:05
riced16-Jun-10 3:05 
AnswerRe: Serializing a Collection - Inheritance problem Pin
Pete O'Hanlon16-Jun-10 3:07
mvePete O'Hanlon16-Jun-10 3:07 
GeneralRe: Serializing a Collection - Inheritance problem Pin
lukeer16-Jun-10 4:09
lukeer16-Jun-10 4:09 
AnswerRe: Serializing a Collection - Inheritance problem Pin
Rob Graham19-Jun-10 3:21
Rob Graham19-Jun-10 3:21 
QuestionPrinting Quality Image Vs Text Pin
Anubhava Dimri16-Jun-10 0:05
Anubhava Dimri16-Jun-10 0:05 

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.