Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WatchDog FileNotFoundException #3070

Open
atrdev-rgb opened this issue Jan 30, 2024 · 3 comments
Open

WatchDog FileNotFoundException #3070

atrdev-rgb opened this issue Jan 30, 2024 · 3 comments

Comments

@atrdev-rgb
Copy link

atrdev-rgb commented Jan 30, 2024

WatchDog.Initialize();

public static void Initialize()
{
NativeUtils.SetFatalErrorCallback(FatalErrorCallback);
System.IO.FileNotFoundException: "The specified module was not found. (Exception from HRESULT: 0x8007007E)"

public NetworkService(IClientService clientService, ISettingsService settingsService, IEventAggregator aggregator)
{
_watcher = HttpProxyWatcher.Current;
System.IO.FileNotFoundException: "The specified module was not found. (Exception from HRESULT: 0x8007007E)"

Please help me find this missing file

@FrayxRulez
Copy link
Collaborator

@atrdev-rgb Hi, can you avoid creating a new issue for each problem that you’re encountering while trying to compile the app and just use one?

We can’t know that file you are missing, it could be anything. This refers most likely to a C++ library that you had to build.

@atrdev-rgb
Copy link
Author

atrdev-rgb commented Jan 30, 2024

I did everything according to the instructions. Everything came together without errors. The only thing I did was turn off calls. But I checked it when creating it. Dll files are located next to the exe file.

For some reason, Telegram.Native.dll does not load. Although it is assembled without errors according to your instructions

@Flores1124mmorales
Copy link

Es bonito trabajar telegram

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants