The typeof (ConfigurationModule) reference what DLL,
I was written by reference to this post rocketMQ
https://blog.csdn.net/weixin_37207795/article/details/81023757#commentBox
Using the FS. Modules;
Using the FS. MQ. RocketMQ;
Using System;
Using System. Collections. Generic;
Using System. Linq;
Using System. The Text;
Using System. The Threading. The Tasks;
The namespace FarseerDemo
{
[DependsOn (typeof (ConfigurationModule), typeof (RocketMQModule)]
Public class PushModule: FarseerModule
{
Public override void PreInitialize ()
{
Base. PreInitialize ();
}
Public override void PostInitialize ()
{
Base. PostInitialize ();
}
Public override void Shutdown ()
{
Base. The Shutdown ();
}
}
}
CodePudding user response:
Assembly references Farseer.Net.Configuration this, the problem has been solvedCodePudding user response:
ConfigurationModule above press F12 can see the assemblyCodePudding user response:
Nima, oneself to load the DLL, you ask others?