Hi When I include a repository section in courier.config an exception is thrown in the UI when trying to list all repositories... How can I solve this? Anyone had that before?
System.NullReferenceException: Object reference not set to an instance of an object.
at Umbraco.Courier.Core.Repository.get_Provider() at Umbraco.Courier.Core.Repository.(XmlNode settingsXml) at Umbraco.Courier.Core.Storage.RepositoryStorage.GetAll() at Umbraco.Courier.UI.Pages.ViewRepositories.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Do you have the SVN repository provider dll in the /bin as well as its dependencies? also, this provider only works with full version of courier 2, not express
Unable to set up SVN Repository
Hi
When I include a repository section in courier.config an exception is thrown in the UI when trying to list all repositories...
How can I solve this? Anyone had that before?
System.NullReferenceException: Object reference not set to an instance of an object.
at Umbraco.Courier.Core.Repository.get_Provider()
at Umbraco.Courier.Core.Repository.(XmlNode settingsXml)
at Umbraco.Courier.Core.Storage.RepositoryStorage.GetAll()
at Umbraco.Courier.UI.Pages.ViewRepositories.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Regards
Vlad
Do you have the SVN repository provider dll in the /bin as well as its dependencies? also, this provider only works with full version of courier 2, not express
Hi Per
I was trying to find out if there were more dlls needed, this is the list the courier installer installed:
Umbraco.Concierge.dll
Umbraco.Concierge.pdb
Umbraco.Courier.Core.dll
Umbraco.Courier.Core.pdb
Umbraco.Courier.DataResolvers.dll
Umbraco.Courier.DataResolvers.pdb
Umbraco.Courier.Persistence.V4.NHibernate.dll
Umbraco.Courier.Persistence.V4.NHibernate.pdb
Umbraco.Courier.Providers.dll
Umbraco.Courier.Providers.pdb
Umbraco.Courier.RepositoryProviders.dll
Umbraco.Courier.RepositoryProviders.pdb
Umbraco.Courier.uComponents.dll
Umbraco.Courier.uComponents.pdb
Umbraco.Courier.UI.dll
I couldn't find any SVN repository provider dll in the nightly builds....
Any hints would be very much appreciated!
Regards
Vlad
The svn one is listed in the repository here:
https://github.com/umbraco/Courier/tree/master/Providers/Umbraco.Courier.RepositoryProviders
which should also have the svnsharp dlls needed in its 3rd party dll folder
is working on a reply...