You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a FriendlyName related error when installing DNNChat on an installation that is already using an OWIN startup and that is also not using a FriendlyName property. I think it would be slightly better to add the property so devs following the example won't bump into the error.. I tried uncommenting the fully qualified name but it has no effect on the error. It works on our test env after we apply the FriendlyName.
I get a FriendlyName related error when installing DNNChat on an installation that is already using an OWIN startup and that is also not using a FriendlyName property. I think it would be slightly better to add the property so devs following the example won't bump into the error.. I tried uncommenting the fully qualified name but it has no effect on the error. It works on our test env after we apply the FriendlyName.
[assembly: OwinStartup("DnnChat", typeof(Startup))]
The text was updated successfully, but these errors were encountered: