DllNotFoundException if I create a i2cBus

Hello, everyone,

after many months i finally have time to use the Meadow again and saw that i had to install an update. It worked so far.

Now I want to make a simple I²C connection, but this runs on an exception error.
With the following line, I get the message that the DLL “nuttx”, The specified module was not found.

var i2CBus = Device.CreateI2cBus();

How can I add the missing module?

OK, my mistake.

I had forgotten that deploying the application only required right-clicking on the project and clicking Deploy to make the custom application work.