-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I've been trying to implement these extensions in one of our projects and have been running into issues.
First issue, when trying to install "Sitecore 7.2 rev. 140526.zip", it gets the following error:
Sitecore SIM install failed System.TypeInitializationException: The type initializer for 'SIM.Products.Product' threw an exception. ---> SIM.Base.XmlDocumentEx+FileIsMissingException: The Manifests\ArchiveBase.manifest.xml doesn't exists
at SIM.Base.XmlDocumentEx.LoadFile(String path)
at SIM.Products.Product..cctor()
--- End of inner exception stack trace ---
at SIM.Products.Product.TryParse(String packagePath, Product& product)
at Hedgehog.Tds.Build.Sim.Console.InstallProcess.Execute(InstallArgs args) in c:_Projects\HedgehogDevelopment\BuildExtensions\Hedgehog.Tds.Build.Sim.Console\InstallProcess.cs:line 36
I noticed this code goes into a SIM module, but did not trace it to the cause.
Thanks,
Mike