Click here to Skip to main content
15,919,613 members
Home / Discussions / C#
   

C#

 
AnswerRe: How does WebSerice mechanism run? Pin
Ennis Ray Lynch, Jr.8-Jan-08 7:20
Ennis Ray Lynch, Jr.8-Jan-08 7:20 
GeneralSystem.OutOfMemoryException Pin
Gareth H8-Jan-08 3:27
Gareth H8-Jan-08 3:27 
GeneralRe: System.OutOfMemoryException Pin
Judah Gabriel Himango8-Jan-08 5:59
sponsorJudah Gabriel Himango8-Jan-08 5:59 
GeneralRe: System.OutOfMemoryException Pin
Not Active8-Jan-08 6:07
mentorNot Active8-Jan-08 6:07 
GeneralRe: System.OutOfMemoryException Pin
Gareth H8-Jan-08 6:39
Gareth H8-Jan-08 6:39 
GeneralClosing the form when there is no records found in dataset c#-winforms Pin
mcirosoftmohan8-Jan-08 3:24
mcirosoftmohan8-Jan-08 3:24 
GeneralRe: Closing the form when there is no records found in dataset c#-winforms Pin
Justin Perez8-Jan-08 3:51
Justin Perez8-Jan-08 3:51 
GeneralRe: Closing the form when there is no records found in dataset c#-winforms Pin
mcirosoftmohan8-Jan-08 4:23
mcirosoftmohan8-Jan-08 4:23 
This is the winforms application.

i'm getting error in program.cs file.

when i close the form it is giving the following exception.

System.ObjectDisposedException was unhandled
Message="Cannot access a disposed object.\r\nObject name: 'frmChkStatus'."
Source="System.Windows.Forms"
ObjectName="frmChkStatus"
StackTrace:
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.Form.CreateHandle()
at System.Windows.Forms.Control.get_Handle()
at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
at System.Windows.Forms.Control.set_Visible(Boolean value)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at CheckStatus.Program.Main() in C:\Documents and Settings\MedikonM\My Documents\Visual Studio 2005\Projects\CheckStatus\CheckStatus\Program.cs:line 22
at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()

in short the exception is
ObjectDisposedException was unhandled.
Cannot access a disposed object.
Object name: 'frmChkStatus'.

M.MohanVamsi

GeneralRe: Closing the form when there is no records found in dataset c#-winforms Pin
mcirosoftmohan8-Jan-08 4:39
mcirosoftmohan8-Jan-08 4:39 
GeneralRe: Closing the form when there is no records found in dataset c#-winforms Pin
Justin Perez8-Jan-08 4:42
Justin Perez8-Jan-08 4:42 
GeneralRe: Closing the form when there is no records found in dataset c#-winforms Pin
mcirosoftmohan8-Jan-08 5:12
mcirosoftmohan8-Jan-08 5:12 
Generaldisable enter button Pin
eyeseetee8-Jan-08 3:18
eyeseetee8-Jan-08 3:18 
GeneralRe: disable enter button Pin
Matthew Butler8-Jan-08 3:47
Matthew Butler8-Jan-08 3:47 
GeneralRe: disable enter button Pin
eyeseetee8-Jan-08 3:56
eyeseetee8-Jan-08 3:56 
GeneralRe: disable enter button Pin
Matthew Butler8-Jan-08 4:07
Matthew Butler8-Jan-08 4:07 
GeneralRe: disable enter button Pin
eyeseetee8-Jan-08 4:09
eyeseetee8-Jan-08 4:09 
GeneralRe: disable enter button Pin
Matthew Butler8-Jan-08 4:14
Matthew Butler8-Jan-08 4:14 
GeneralRe: disable enter button Pin
eyeseetee8-Jan-08 4:20
eyeseetee8-Jan-08 4:20 
GeneralRe: disable enter button Pin
Matthew Butler8-Jan-08 4:34
Matthew Butler8-Jan-08 4:34 
GeneralRe: disable enter button Pin
eyeseetee8-Jan-08 4:47
eyeseetee8-Jan-08 4:47 
QuestionNeed Help Pin
Saiyed Alam8-Jan-08 3:13
Saiyed Alam8-Jan-08 3:13 
GeneralRe: Need Help Pin
Justin Perez8-Jan-08 3:56
Justin Perez8-Jan-08 3:56 
GeneralRe: Need Help Pin
Saiyed Alam8-Jan-08 4:35
Saiyed Alam8-Jan-08 4:35 
Generalalgorthim Pin
SVb.net8-Jan-08 2:26
SVb.net8-Jan-08 2:26 
GeneralRe: algorthim Pin
Pete O'Hanlon8-Jan-08 3:09
mvePete O'Hanlon8-Jan-08 3:09 

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.