I have 1 umbraco project and the second project is empty web project with web api and there I have installed umbracocms.core. when I try to run the web api I'm getting error
I'm getting the following error:
The following errors occurred while attempting to load the app.
- The OwinStartupAttribute.FriendlyName value 'UmbracoDefaultOwinStartup' does not match the given value '' in Assembly 'umbraco, Version=1.0.6837.12341, Culture=neutral, PublicKeyToken=null'.
- No assembly found containing a Startup or [AssemblyName].Startup class.
To disable OWIN startup discovery, add the appSetting owin:AutomaticAppStartup with a value of "false" in your web.config.
To specify the OWIN startup Assembly, Class, or Method, add the appSetting owin:AppStartup with the fully qualified startup class or configuration method name in your web.config.
No I'm constantly getting the same issue. Reinstalled it several times but still I have the same issue.
What I did is temporary, instead of installing UmbracoCms.core I installed UmbracoCms and I copied the connection string in the web.config. This is only temporary solution so that we can continue developing.
error on the second project
Hi,
I have 1 umbraco project and the second project is empty web project with web api and there I have installed umbracocms.core. when I try to run the web api I'm getting error
please advice
Hi Sonja
Try to remove this code and run the project
Thanks,
Alex
I need a web api project. Do I need to remove this code even then? If not here then where I should set the configuration for web.api?
I'm getting the following error: The following errors occurred while attempting to load the app. - The OwinStartupAttribute.FriendlyName value 'UmbracoDefaultOwinStartup' does not match the given value '' in Assembly 'umbraco, Version=1.0.6837.12341, Culture=neutral, PublicKeyToken=null'. - No assembly found containing a Startup or [AssemblyName].Startup class. To disable OWIN startup discovery, add the appSetting owin:AutomaticAppStartup with a value of "false" in your web.config. To specify the OWIN startup Assembly, Class, or Method, add the appSetting owin:AppStartup with the fully qualified startup class or configuration method name in your web.config.
Yes, lets try it.
Do you have all needed references?
seems like something is missing from umbracocms.core
try to reinstall nuget package
Hi Sonja
Did you solve the issue?
Alex
No I'm constantly getting the same issue. Reinstalled it several times but still I have the same issue.
What I did is temporary, instead of installing UmbracoCms.core I installed UmbracoCms and I copied the connection string in the web.config. This is only temporary solution so that we can continue developing.
is working on a reply...