Hi,
I have an issue that every time i install a custom module into our development environment Portal 7.0.6, after a period of time i receive a exception error
[Thread:1][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.BasePortalException ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:\Modules\FY.Exercise\DNNCorp\LicenseActivation\keys\public.dsa.xml.config'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
at DotNetNuke.Professional.LicenseActivation.Common.Globals.GetDSAKey()
at DotNetNuke.Professional.LicenseActivation.Common.Globals.VerifySignature(String data, String signature)
For some reason it's checking for license activation inside my new custom module.
Thanks