hi i have similiar problem with this link but i can't find anyway to solve it... start from my pathner create project with vs 2008 (framework 3.5) and when i try to migrate to vs 2010 so i can use framework 4...i get this error
The designer could not be shown for this file because none of the classes within it can be designed.
this is call stack for it
at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.
EnsureDocument(IDesignerSerializationManager manager)
at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.
PerformLoad(IDesignerSerializationManager manager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.
PerformLoad(IDesignerSerializationManager serializationManager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.
VSCodeDomDesignerLoader.DeferredLoadHandler.Microsoft.VisualStudio.
TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32 fReload)
i try to change back in vs 2010, target framework to 3.5 and i can still open designer view...any idea how i can migrate to .net framework 4.0
ADDING MORE INFORMATION
from what @mark said..it's seem there is some reference which not compatible with framework 4...and he's right some reference in my project have warning symbol...
1. Microsoft.office.core version 2.4.0.0 (microsoft office 12.0 object library)
2. Microsoft.office.interop.excel version 1.6.00 (microsoft office 12.0 object library)
3. VBIDe version 5.3.0.0 (Microsoft Visual Basic for Applications Extensibility 5.3)
but i still not know how to check compatibility that's reference to framework 4 because as far i get this is the best result i got from google with many keyword and it's not give any hint about compatibility with framework 4
"but i still can run program normally (export to excel) even in framework 4, i just can't open designer view"