An unexpected element "description" was found in the XML.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • atishrg
    New Member
    • Apr 2008
    • 9

    An unexpected element "description" was found in the XML.

    Hello All

    Need your help..



    I created addin for outlook 2007 in vs2005(vb.net). .. It is working fine

    now I Migrated that to vs2008 and created setup for that in vs2008...

    Setup created using VS2005 runing fine..

    The setup created using VS2008 giving following error...



    An unexpected element "descriptio n" was found in the XML.


    ************** Exception Text **************
    Microsoft.Visua lStudio.Tools.A pplications.Run time.InvalidMan ifestException: An unexpected element "descriptio n" was found in the XML.
    at Microsoft.Visua lStudio.Tools.A pplications.Run time.AppManifes t.Load(XmlReade r reader)
    at Microsoft.Visua lStudio.Tools.A pplications.Run time.AppManifes t.FromXml(Strin g manifest)
    at Microsoft.Visua lStudio.Tools.A pplications.Run time.AppManifes t.Create(String manifestString)
    at Microsoft.Visua lStudio.Tools.A pplications.Run time.AppInfo.Cr eateManifest(IA ppInfo appInfo)
    at Microsoft.Visua lStudio.Tools.A pplications.Run time.AppDomainM anagerInternal. LoadAndUpdateAp plicationManife st(IAppInfo appInfo, Uri documentDirecto ryUri, Uri& newAppManifestP ath, Boolean& appManifestDirt y)
    at Microsoft.Visua lStudio.Tools.A pplications.Run time.AppDomainM anagerInternal. CreateCustomiza tionDomainInter nal(Uri uriFullDocument Directory, Uri uriFullDocFileP ath, String documentName, IHostServicePro vider hostCallback, IAddinSecurityM anager secman, AppManifest& applicationMani fest, Boolean& manifestDirty, IAppInfo& appInfo)
    at Microsoft.Visua lStudio.Tools.A pplications.Run time.AppDomainM anagerInternal. CreateCustomiza tionDomain(Stri ng applicationDoma inPath, String documentName, IHostServicePro vider hostCallback, IExecuteCustomi zation& executor)
    at Microsoft.Visua lStudio.Tools.A pplications.Run time.AppDomainM anager.CreateCu stomizationDoma in(String applicationDoma inPath, String documentName, IHostServicePro vider hostCallback, IExecuteCustomi zation& executor)


    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    Microsoft.Visua lStudio.Tools.A pplications.Run time
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.940
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.Visua lStudio.Tools.A pplications.Run time/8.0.0.0__b03f5f 7f11d50a3a/Microsoft.Visua lStudio.Tools.A pplications.Run time.dll
    ----------------------------------------
    System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c 561934e089/System.dll
    ----------------------------------------
    Microsoft.Offic e.Tools.Common
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.940
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.Offic e.Tools.Common/8.0.0.0__b03f5f 7f11d50a3a/Microsoft.Offic e.Tools.Common. dll
    ----------------------------------------
    System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c 561934e089/System.Xml.dll
    ----------------------------------------




    Hope you reply soon..



    AtishRG
  • atishrg
    New Member
    • Apr 2008
    • 9

    #2
    An unexpected element "descripti on" was found in the XML. Edit Post

    I got the solution for this problem,,, please check this thread,




    Best of luck...

    AtishRG
    Last edited by atishrg; Jun 13 '08, 02:10 PM. Reason: wrong url posted

    Comment

    • NTC Labs
      New Member
      • Jun 2012
      • 1

      #3
      The link is not valid anymore and i am running in the same error when i install the addin in windows xp (the addin is developed in win 7 with visual studio2010). Can anyone post the solution please? i have tried everything.

      Comment

      Working...