Question : "Could not find schema information for ... "

I keep getting error messages from a file called "Application.myapp" - and it contains the following code - which was generated automatically by VB NET ...

<?xml version="1.0" encoding="utf-8"?>
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <MySubMain>true</MySubMain>
  <MainForm>frmpupwork</MainForm>
  <SingleInstance>false</SingleInstance>
  <ShutdownMode>1</ShutdownMode>
  <EnableVisualStyles>true</EnableVisualStyles>
  <AuthenticationMode>0</AuthenticationMode>
  <SaveMySettingsOnExit>true</SaveMySettingsOnExit>
</MyApplicationData>

... and just about every line leads to the following Error messages appearing ...

Message      1      Could not find schema information for the element 'MyApplicationData'.      C:\Users\karl\Documents\Visual Studio 2008\Projects\TestingMyProcedures\TestingMyProcedures\My Project\Application.myapp      2      2      TestingMyProcedures

Message      2      Could not find schema information for the element 'MySubMain'.      C:\Users\karl\Documents\Visual Studio 2008\Projects\TestingMyProcedures\TestingMyProcedures\My Project\Application.myapp      3      4      TestingMyProcedures


 ... and these error messages repeat for almost every line.

Any ideas?

Karl

Answer : "Could not find schema information for ... "

I am pretty sure you can delete this file...save the application, close it and reopen it.  It will generate it on it's own.

I have done it before, but it has been awhile.  I think once I did I had to go back into "My Project" and fix a couple things under the Application tab.  I would back up your app before you do it...

Random Solutions  
 
programming4us programming4us