Giorgio Parmeggiani
2007-04-01 20:53:41 UTC
Hi
I'am developing a Windows Form application (.NET 2.0, VisualStudio 2005 SP1,
Infragistics 2006 suite).
I open my solution (several project and forms, forms are inherit from base
templates) and all works, after i compile my solution, if i try to open any
Form the designer give me this exception:
"Impossibile caricare uno o più tipi richiesti. Per ulteriori informazioni,
recuperare la proprietà LoaderExceptions (in english: Impossible to load
one or more types. For further information, view LoaderExceptions).
in System.Reflection.Module.GetTypesInternal(StackCrawlMark& stackMark)
in System.Reflection.Assembly.GetTypes()
in Microsoft.VisualStudio.Shell.Design.AssemblyObsoleteEventArgs..ctor(Assembly
assembly)
in Microsoft.VisualStudio.Design.VSDynamicTypeService.ReloadAssemblyIfChanged(String
codeBase)
in Microsoft.VisualStudio.Design.VSDynamicTypeService.CreateDynamicAssembly(String
codeBase)
in Microsoft.VisualStudio.Design.VSTypeResolutionService.AssemblyEntry.get_Assembly()
in Microsoft.VisualStudio.Design.VSTypeResolutionService.AssemblyEntry.Search(String
fullName, String typeName, Boolean ignoreTypeCase, Assembly& assembly, String
description)
in Microsoft.VisualStudio.Design.VSTypeResolutionService.SearchProjectEntries(AssemblyName
assemblyName, String typeName, Boolean ignoreTypeCase, Assembly& assembly)
in Microsoft.VisualStudio.Design.VSTypeResolutionService.GetType(String typeName,
Boolean throwOnError, Boolean ignoreCase, ReferenceType refType)
in Microsoft.VisualStudio.Design.Serialization.CodeDom.AggregateTypeResolutionService.GetType(String
name, Boolean throwOnError, Boolean ignoreCase)
in Microsoft.VisualStudio.Design.Serialization.CodeDom.AggregateTypeResolutionService.GetType(String
name)
in System.ComponentModel.Design.DesignerHost.System.ComponentModel.Design.IDesignerHost.GetType(String
typeName)
in System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.EnsureDocument(IDesignerSerializationManager
manager)
in System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager
manager)
in Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager
serializationManager)
in Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.DeferredLoadHandler.Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32
fReload) "
I close the solution, open VS2005 and all it's ok i can view and modify my
form, i compile the solution, try to open a form and...... the same exception!!
I am terribly frustrated, I don't succeed in resolving this problem.
Thank for any suggestion
Giorgio Parmeggian
I'am developing a Windows Form application (.NET 2.0, VisualStudio 2005 SP1,
Infragistics 2006 suite).
I open my solution (several project and forms, forms are inherit from base
templates) and all works, after i compile my solution, if i try to open any
Form the designer give me this exception:
"Impossibile caricare uno o più tipi richiesti. Per ulteriori informazioni,
recuperare la proprietà LoaderExceptions (in english: Impossible to load
one or more types. For further information, view LoaderExceptions).
in System.Reflection.Module.GetTypesInternal(StackCrawlMark& stackMark)
in System.Reflection.Assembly.GetTypes()
in Microsoft.VisualStudio.Shell.Design.AssemblyObsoleteEventArgs..ctor(Assembly
assembly)
in Microsoft.VisualStudio.Design.VSDynamicTypeService.ReloadAssemblyIfChanged(String
codeBase)
in Microsoft.VisualStudio.Design.VSDynamicTypeService.CreateDynamicAssembly(String
codeBase)
in Microsoft.VisualStudio.Design.VSTypeResolutionService.AssemblyEntry.get_Assembly()
in Microsoft.VisualStudio.Design.VSTypeResolutionService.AssemblyEntry.Search(String
fullName, String typeName, Boolean ignoreTypeCase, Assembly& assembly, String
description)
in Microsoft.VisualStudio.Design.VSTypeResolutionService.SearchProjectEntries(AssemblyName
assemblyName, String typeName, Boolean ignoreTypeCase, Assembly& assembly)
in Microsoft.VisualStudio.Design.VSTypeResolutionService.GetType(String typeName,
Boolean throwOnError, Boolean ignoreCase, ReferenceType refType)
in Microsoft.VisualStudio.Design.Serialization.CodeDom.AggregateTypeResolutionService.GetType(String
name, Boolean throwOnError, Boolean ignoreCase)
in Microsoft.VisualStudio.Design.Serialization.CodeDom.AggregateTypeResolutionService.GetType(String
name)
in System.ComponentModel.Design.DesignerHost.System.ComponentModel.Design.IDesignerHost.GetType(String
typeName)
in System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.EnsureDocument(IDesignerSerializationManager
manager)
in System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager
manager)
in Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager
serializationManager)
in Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.DeferredLoadHandler.Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32
fReload) "
I close the solution, open VS2005 and all it's ok i can view and modify my
form, i compile the solution, try to open a form and...... the same exception!!
I am terribly frustrated, I don't succeed in resolving this problem.
Thank for any suggestion
Giorgio Parmeggian