Home > Net >  ConfigurationModule references which DLL, urgent urgent! Online etc.
ConfigurationModule references which DLL, urgent urgent! Online etc.

Time:10-16


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 solved

CodePudding user response:

ConfigurationModule above press F12 can see the assembly

CodePudding user response:

Nima, oneself to load the DLL, you ask others?
  •  Tags:  
  • C#
  • Related