Developer forum

Forum » Development » T3: Platform Developer

T3: Platform Developer

Tomislav Bušić
Reply

Hi guys,

I would like to create the simplest dll, compile it and insert it into my solution.

I'm trying to follow the T3: Platform Developer training.

I created a new project and tried to add an extension that I found in the documentation.

Is there a procedure somewhere in the documentation, what I'm looking at, I don't really understand how to start.

Thanks in advance.

Best regards

Tomislav

templates_problem.png

Replies

 
Morten Snedker Dynamicweb Employee
Morten Snedker
Reply

Hi Tomislav,

If running against Dynamicweb 9, create a new project based on Class Library (.NET Framework) and let .NET Framework 4.7.2 be the Target framework:

Your Solution Explorer should look something like:

Right-click References and use Manage NuGet Packages to add relevant assemblies.

Now, add a straight-forward class like

Compile and add the file to the bin folder of the solution.

I hope the above is helpful, but feel free ask more questions! :)

BR
Snedker

 

 

You must be logged in to post in the forum