Developer forum

Forum » Dynamicweb 9.0 Upgrade issues » Might be a reference missing in 9.8.4

Might be a reference missing in 9.8.4

Kim Hansen
Reply

I had to add the following to compilation, to get /admin working

<assemblies>
<add assembly="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51"/>
</assemblies>

Replies

 
Morten Buhl Dynamicweb Employee
Morten Buhl
Reply
This post has been marked as an answer

Thanks for the report. I haven't encountered that on any of our servers, but I'll get someone to look into it

 

/Morten, DW

Votes for this answer: 1
 
Vladimir Shushunov Dynamicweb Employee
Vladimir Shushunov
Reply

Hi Kim,

You are right, but we wrote about it in DW_ReadMe.txt:

You need to update the web.config with the content of dynamicweb.web.config
 

Best regards,
Vladimir

 
Kim Hansen
Reply

Hi Vladimir,

Web.config and dynamicweb.web.config contains exactly the same :)

Attached files are grabbed from the zip file.

Edit: Oh.. wait a second.. I see netstandard in here. But im almost 100% sure, it was not in the nuget that i used.

/Kim

 

You must be logged in to post in the forum