Error: Invalid Operation Exception

SVA

Member
Joined
Oct 12, 2006
Messages
16
Programming Experience
3-5
Hello,
My application was working fine, until I received following error on startup:

"An error occurred creating the form. See Exception.InnerException for details. The error is: Unable to read beyond the end of the stream."

The details are:

StackTrace:
at INVENTORY.My.MyProject.MyForms.Create__Instance__[T](T Instance) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 190
at INVENTORY.My.MyProject.MyForms.get_frm_Main()
at INVENTORY.My.MyApplication.OnCreateMainForm() in C:\My Project\Application.Designer.vb:line 35
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
at INVENTORY.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 81
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()



What can I do resolve this? :confused:
 
Back
Top