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

Unload feature + bug fixes #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

eXCoreX
Copy link
Contributor

@eXCoreX eXCoreX commented Feb 24, 2019

Please test it well on your computer, cause I've had a hard time adding this "unload" button, because VS tried to stop me very well :D. Also I encountered 1 BSOD during the development, not sure about the reason.

@eXCoreX
Copy link
Contributor Author

eXCoreX commented Feb 24, 2019

https://i.imgur.com/gIchaTe.jpg translation: Could not find type "KsDumperClient.Utility.ProcessListView". Maybe you know the fix, i'm really pissed off 'cause of this.

@eXCoreX
Copy link
Contributor Author

eXCoreX commented Feb 24, 2019

Yeah, and btw, "unload driver" button does not completely unload it, because main program hold a handle to it. So it will be completely unloaded after you close the program. It also means you still can use the driver after pressing unload button. Maybe there is a better way, but i don't know one for the moment.

@EquiFox
Copy link
Owner

EquiFox commented Feb 24, 2019

https://i.imgur.com/gIchaTe.jpg translation: Could not find type "KsDumperClient.Utility.ProcessListView". Maybe you know the fix, i'm really pissed off 'cause of this.

It's because the project is built for x64 only. VS UI Designer will fuck up because of this. To enable UI designer you need to switch to Any CPU or x86 (don't forget to switch back for final release tho)

As for your code, I'll check it out soon ! Thanks !

@eXCoreX
Copy link
Contributor Author

eXCoreX commented Feb 25, 2019

https://i.imgur.com/gIchaTe.jpg translation: Could not find type "KsDumperClient.Utility.ProcessListView". Maybe you know the fix, i'm really pissed off 'cause of this.

It's because the project is built for x64 only. VS UI Designer will fuck up because of this. To enable UI designer you need to switch to Any CPU or x86 (don't forget to switch back for final release tho)

As for your code, I'll check it out soon ! Thanks !

Yeah, thanks, already figured it out.

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

Successfully merging this pull request may close these issues.

None yet

2 participants