Question Form not loading

strider96

Member
Joined
Feb 12, 2009
Messages
5
Programming Experience
1-3
I can't run one of my forms. I keep getting this error:
VB.NET:
System.InvalidOperationException was unhandled
  Message="An error occurred creating the form. See Exception.InnerException for details.  The error is: Navigation to a relative URL unsuccessful."
  Source="Tribal Wars Crystal"
  StackTrace:
       at Tribal_Wars_Crystal.My.MyProject.MyForms.Create__Instance__[T](T Instance) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 190
       at Tribal_Wars_Crystal.My.MyProject.MyForms.get_frmMain()
       at Tribal_Wars_Crystal.My.MyApplication.OnCreateMainForm() in C:\Documents and Settings\Pristine Finance\My Documents\Visual Studio 2005\Projects\Tribal Wars Crystal\Tribal Wars Crystal\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 Tribal_Wars_Crystal.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()

I t is only 1 form.
 
Back
Top