Developer forum

Forum » Dynamicweb 10 » Dynamicweb.Host.Suite.dll missing?

Dynamicweb.Host.Suite.dll missing?

Vincent Gercke
Reply

I'm setting up a new DW10 solution in IIS and to begin with I used the zipped version which includes the Dynamicweb.Host.Suite.dll and a Web.config file pointing at the dll file.

When I build my Project with reference to Dynamicweb.Suite.Ring1, the dll is not in my Debug or Release bin folder. Is this on purpose or am I missing some reference?

BR Vincent


Replies

 
Jeppe Eriksson Agger Dynamicweb Employee
Jeppe Eriksson Agger
Reply
This post has been marked as an answer

Hi Vincent,

When using the NuGet packages to add DynamicWeb, your dll will be named after your project as it's no longer a DynamicWeb host, rather it's your own. So, if you create a project called MyProject.Host and add Dynamicweb.Suite.Ring1 to it, the host dll will be called MyProject.Host.dll.

You can read more about it here: https://doc.dynamicweb.dev/documentation/tutorials/extending/workflows/setting-up-the-solution.html?tabs=ps

- Jeppe

Votes for this answer: 1
 
Vincent Gercke
Reply

Ahh, that makes sense! Thank you for the swift reply! :-)

 

You must be logged in to post in the forum