Sitecore / Habitat

Sitecore Modular Architecture Example
Other
413 stars 397 forks source link

Habitat 1.7 support for Sitecore 9.1.1 ??? #470

Closed vidhishar closed 5 years ago

vidhishar commented 5 years ago

Hi Team,

We are currently developing a Sitecore solution on latest sitecore 9.1.1 version. Can you kindly validate if latest Habitat 1.7 shall be compatible with 9.1.1 as we are currently getting the below errors after running the default Gulp Task within Habitat 1.7.sln.

_Could not resolve type name: Sitecore.Pipelines.InitializeManagers.InitializeScriptFactory, Sitecore.Kernel (method: Sitecore.Configuration.DefaultFactory.CreateFromTypeName(XmlNode configNode, String[] parameters, Boolean assert)).

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Exception: Could not resolve type name: Sitecore.Pipelines.InitializeManagers.InitializeScriptFactory, Sitecore.Kernel (method: Sitecore.Configuration.DefaultFactory.CreateFromTypeName(XmlNode configNode, String[] parameters, Boolean assert))._

Kindly help to resolve the issue. Thanks in advance !

nickwesselman commented 5 years ago

Hi @vidhishar --

The Getting Started instructions for Habitat state the required Sitecore version, 9.1.0. There is a pull request that you could try out. But we currently have no plans to release a version for 9.1.1, given that 9.2 will be coming soon.

However the nature of your question leads me to a bigger concern. You should not be installing Habitat in the same instance where you are building your 9.1.1 solution. As stated in the project README, Habitat is intended as a reference example only. If you wish to reference a working version of it, you can install it side-by-side on a supported Sitecore version. You should not utilize it as a site starter or starter kit.

-Nick

vidhishar commented 5 years ago

Thanks for your response. This is for a demo application to execute a few proof of concepts on latest Sitecore 9.1.1 instance. Take Away - Current Habitat version is not upgraded to work with Sitecore 9.1.1 version.

nickwesselman commented 5 years ago

If you are doing a demo, you should look at Habitat Home. Habitat is no longer intended as a sales or marketing demo.

Get Outlook for Androidhttps://aka.ms/ghei36


From: vidhishar notifications@github.com Sent: Sunday, May 19, 2019 10:58:10 AM To: Sitecore/Habitat Cc: Nick Wesselman; State change Subject: Re: [Sitecore/Habitat] Habitat 1.7 support for Sitecore 9.1.1 ??? (#470)

Thanks for your response. This is for a demo application to execute a few proof of concepts on latest Sitecore 9.1.1 instance. Take Away - Current Habitat version is not upgraded to work with Sitecore 9.1.1 version.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHubhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FSitecore%2FHabitat%2Fissues%2F470%3Femail_source%3Dnotifications%26email_token%3DAGODFHOJCWTAVZV2H5EYTNDPWFTIFA5CNFSM4HNVI5FKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVXD5HA%23issuecomment-493764252&data=02%7C01%7Cnick.wesselman%40sitecore.com%7Ce2f6c2351fcd4908a01a08d6dc6a6985%7C91700184c3144dc9bb7ea411df456a1e%7C0%7C0%7C636938746947310820&sdata=Z2xSqi6bZrKCtiIRSxYc5MKPtIJkvv2baAhFkZaE7hk%3D&reserved=0, or mute the threadhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAGODFHKFZXKS6VYUOHL4ZADPWFTIFANCNFSM4HNVI5FA&data=02%7C01%7Cnick.wesselman%40sitecore.com%7Ce2f6c2351fcd4908a01a08d6dc6a6985%7C91700184c3144dc9bb7ea411df456a1e%7C0%7C0%7C636938746947320819&sdata=Kc5%2FueNG22QYCQoRh%2BA3NmrTJH4VmbvNqR3QkDLyCJ8%3D&reserved=0.

This message and its attachments are for the designated recipient only and may contain proprietary or otherwise confidential information. If you have received this message in error, please notify the sender immediately and delete the original. Any other sharing, copying or use of this message by you is strictly prohibited.

vidhishar commented 5 years ago

Sure. Thanks for your guidance.