Closed
Description
I get the following error when updating to latest alpha nuget
Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Microsoft.SR.resources" was correctly embedded or linked into assembly "Microsoft.AspNet.OData.Versioning" at compile time, or that all the satellite assemblies required are loadable and fully signed.'
Happens when I call this
public virtual void Configuration(IAppBuilder app, HttpConfiguration config)
{
config.EnsureInitialized(); <---Errors here
}
I bring this to any of my projects and computers and get the same results
Thanks in advance