↧
Answer by dgorti for IAppBuilder could not be found
Here is an issue to consider. If your using statements are insider a namespace declaration And your name space starts with Microsoft (for whatever reasons) Then using Owin ==> looks at...
View ArticleIAppBuilder could not be found
I read the previous posts - Tried a few things. Here is the issue A simple console OWIN self host app - Not much in there public void Configuration(IAppBuilder appBuilder) does not compile. 1. If I...
View Article