dnnCHAT icon indicating copy to clipboard operation
dnnCHAT copied to clipboard

OWIN Startup FriendlyName prop collisions

Open DNNMonster opened this issue 3 years ago • 0 comments

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))]

DNNMonster avatar Jan 26 '22 00:01 DNNMonster