Still more of "Can't run XML Notepad in VS2005
description
I'm using the 2.5 sources.
I get the following in the build:
Application -> <MyFolderLocation>\xmlnotepad\Application\bin\Debug\XmlNotepad.exe
"<MyFolderLocation>\xmlnotepad\PublishDrop.cmd" "<MyFolderLocation>\xmlnotepad\Application\bin\Debug\" > "<MyFolderLocation>\xmlnotepad\Publish.log"
Invalid number of parameters
File not found - .
File not found - XML NotePad 2007 EULA.rtf
Invalid number of parameters
Everything else seems to build fine.
Also <sigh>, when I try to open FormMain in the designer I get the following errors (Build does succeed for XmlNotepad.csproj):
Could not find type 'XmlNotepad.XmlTreeView'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.
Could not find type 'XmlNotepad.NoBorderTabPage'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.
Could not find type 'XmlNotepad.NoBorderTabPage'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.
Could not find type 'XmlNotepad.PaneResizer'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.
Could not find type 'XmlNotepad.TaskList'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.
Could not find type 'XmlNotepad.XsltViewer'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.
Could not find type 'XmlNotepad.XsltViewer'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.
Could not find type 'XmlNotepad.NoBorderTabControl'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.
Could not find type 'XmlNotepad.NoBorderTabPage'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.
Could not find type 'XmlNotepad.NoBorderTabPage'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.
The variable 'tabControlViews' is either undeclared or was never assigned.
Hide Edit
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.Error(IDesignerSerializationManager manager, String exceptionText, String helpLink)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager manager, String name, CodeExpression expression)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager manager, String name, CodeExpression expression)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)
The variable 'resizer' is either undeclared or was never assigned.
Hide Edit
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.Error(IDesignerSerializationManager manager, String exceptionText, String helpLink)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager manager, String name, CodeExpression expression)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager manager, String name, CodeExpression expression)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)