Click here to Skip to main content
15,890,897 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
HI Sir,

Im Using Visual Studio 2010 Professional.

When i try to open new silver light application the following error occured.


System.NullReferenceException<br />
Object reference not set to an instance of an object.<br />
   at Microsoft.Windows.Design.Platform.SilverlightMetadataContext.SilverlightXamlExtensionImplementations.<getxmlnamespacecompatibilitymappings>d__8.MoveNext()<br />
   at MS.Internal.Design.Metadata.ReflectionProjectNode.BuildSubsumption()<br />
   at MS.Internal.Design.Metadata.ReflectionProjectNode.SubsumingNamespace(Identifier identifier)<br />
   at MS.Internal.Design.Markup.XmlElement.BuildScope(PrefixScope parentScope, IParseContext context)<br />
   at MS.Internal.Design.Markup.XmlElement.ConvertToXaml(XamlElement parent, PrefixScope parentScope, IParseContext context, IMarkupSourceProvider provider)<br />
   at MS.Internal.Design.DocumentModel.DocumentTrees.Markup.XamlSourceDocument.FullParse(Boolean convertToXamlWithErrors)<br />
   at MS.Internal.Design.DocumentModel.DocumentTrees.Markup.XamlSourceDocument.get_RootItem()<br />
   at Microsoft.Windows.Design.DocumentModel.Trees.ModifiableDocumentTree.get_ModifiableRootItem()<br />
   at Microsoft.Windows.Design.DocumentModel.MarkupDocumentManagerBase.get_LoadState()<br />
   at MS.Internal.Host.PersistenceSubsystem.Load()<br />
   at MS.Internal.Host.Designer.Load()<br />
   at MS.Internal.Designer.VSDesigner.Load()<br />
   at MS.Internal.Designer.VSIsolatedDesigner.VSIsolatedView.Load()<br />
   at MS.Internal.Designer.VSIsolatedDesigner.VSIsolatedDesignerFactory.Load(IsolatedView view)<br />
   at MS.Internal.Host.Isolation.IsolatedDesigner.BootstrapProxy.LoadDesigner(IsolatedDesignerFactory factory, IsolatedView view)<br />
   at MS.Internal.Host.Isolation.IsolatedDesigner.BootstrapProxy.LoadDesigner(IsolatedDesignerFactory factory, IsolatedView view)<br />
   at MS.Internal.Host.Isolation.IsolatedDesigner.Load()<br />
   at MS.Internal.Designer.DesignerPane.LoadDesignerView()<br />
<br />


The desiner window (mainpage.xaml) is not opend.

Why??

Any Idea regarding this???

Please Help
Posted
Updated 6-Feb-12 6:49am
v2
Comments
Prasad Guduri 6-Feb-12 12:53pm    
I Installed SilverLight 4 Tools... from that time onwords im getting the above error.

So i Uninstalled SL 4 Tools.

Even though im getting same error.

What to do....!!!!
Sergey Alexandrovich Kryukov 6-Feb-12 19:23pm    
Run under debugger. What's the use of this exception dump along without code sample. This exception mean operation on null reference, one of the easiest to debug.
--SA
Prasad Guduri 8-Feb-12 10:15am    
Hi...

Means What....

Run Under Debugger means what to do...???

Plz Explain

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900