A project that I've been working on after adding a button and a second
form will no longer display in design view. I get the following
error in the would be design view window.
|
One or more
errors encountered while loading the designer. The errors are listed below. Some
errors can be fixed by rebuilding your project, while others may require code
changes. |
The method or operation is not implemented.
Hide |
|
at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32
errorCode, IntPtr errorInfo) at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32
errorCode) at Microsoft.VisualStudio.NativeMethods.ThrowOnFailure(Int32 hr,
Int32[] expectedHRFailure) at
Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom.CodeDomDocDataAdapter.get_Provider() at
Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom.CodeDomDocDataAdapter.get_CompileUnit() at
Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager
serializationManager) at
System.ComponentModel.Design.Serialization.BasicDesignerLoader.BeginLoad(IDesignerLoaderHost
host)
|
Also, if I look in the code window at my errors generated at build time, I have only warnings, but the first warning says
Warning 1 The method or operation
is not implemented.
0 0
The 0 0 is line then column.
Any suggestion will be appreciated.