as well.
Here are the details:
Toronto Sitecore Technical User Group - May 2012Click here to register. Look forward to seeing you there.
Wednesday, May 30, 2012 from 5:30 PM to 7:30 PM (ET)
Toronto, Ontario
Toronto Sitecore Technical User Group - May 2012Click here to register. Look forward to seeing you there.
Wednesday, May 30, 2012 from 5:30 PM to 7:30 PM (ET)
Toronto, Ontario
Glass Sitecore Mapper is an object mapping framework for mapping Sitecore items directly onto an object model allowing you to model your entire Sitecore solution as a data model. The framework handles converting data to and from fields and pulling data from related items.Instructions to install Glass
Could not install package 'MostAwesomePackageEvar 1.0.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v3.5', but the package does not contain any assembly references that are compatible with that framework. For more information, contact the package author.Don't fret it just takes a manual step.
The security settings for the current language prevent you from seeing this item.Reason: In the content editor on the Master database there is a folder at /system/languages
To continue, select another language from the Language drop-down list on the Versions tab.
Exception: System.InvalidOperationException
Message: Could not find configuration node: databases/database[@id='master']<settings>If you still get the error or are running 6.4 or lower then there may be references to master in the web.config that were added after the standard install. One example is the news mover module. The solution is to find all references to these (<database>master</database>) in your web.config and comment them out.
<!– extra setting to bypass analytics error –>
<setting name=“Analytics.DefaultDefinitionDatabase“ value=“web“ />
</settings>