You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes issues with xp_AuroraServerNWscript, that relies on the .NET runtime assembly resolution, and crashes the server during the first script execution if the dll are placed in nwn2server-dll.
Ideally this folder should be useable for any kind of DLL.
You can also make a dynamic reference to an assembly by providing the calling method with only partial information about the assembly, such as specifying only the assembly name. In this case, only the application directory is searched for the assembly, and no other checking occurs. You make a partial reference using any of the various methods for loading assemblies such as Assembly.Load or AppDomain.Load.
This causes issues with xp_AuroraServerNWscript, that relies on the .NET runtime assembly resolution, and crashes the server during the first script execution if the dll are placed in
nwn2server-dll
.Ideally this folder should be useable for any kind of DLL.
References
The text was updated successfully, but these errors were encountered: