Problem with server startup

Hello everyone. I’m new to FiveM. I can not start the server with my script in C#. I followed this guide: [How-to] Setting up C# and creating a basic resource
The author of the guide says that the console should have this:


I do not have these lines in my console. What could be the problem?

What script are you trying to run your server with?
Have you installed it as a “resource”?
Is it compatible to be streamed as a resource? iow: was it made specifically as a server resource or is it a client side (singleplayer) mod?

I solved the problem. It was associated with the extension “.net.dll” of the file. This is required.