Developer forum

Forum » Development » DW App 8.6.1.13 question, Owin error

DW App 8.6.1.13 question, Owin error

Dmitrij Jazel
Reply

Hi guys,

Is it just me, or DW App 8.6.1.13 is using Owin 2.1.0.0?

I am playing arround with application here, and I started getting an error, 

This looks fammiliar, but I just can't recall it.

Could not load file or assembly 'Microsoft.Owin, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

As stack overflow suggests upgrading Owin assemblies, but not sure if that is the actual solution.

http://stackoverflow.com/questions/27432720/could-not-load-file-or-assembly-microsoft-owin-security-cookies-or-one-of-its

As exception is saying, it requires version 3.0.0.0

http://screencast.com/t/HWww7aTx1HZ9

 

/Dmitrij

 


Replies

 
Nicolai Høeg Pedersen
Reply

Hi Dmitrij

It seems like you have the wrong version. DW requires 2.1, just dump that in your bin. And check your references/nuget packages that you have not made a reference.

BR Nicolai

 

You must be logged in to post in the forum