-
-
Notifications
You must be signed in to change notification settings - Fork 265
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
SRM gives weird results #396
Comments
Hey there, that first error looks like a mismatch of SharpShell version. Can you verify that you use the same SharpShell version (DLL) that the SRM uses? For example, I have seen this error before, when I was using the online distributed If unsure, you could try inspecting the DLL references (SharpShell v.???) with a Disassembler like ILSpy. Not sure what "SRM" you are using (looks like just srm which I used to have problems with) but I just use the Hope that helps a bit. |
OMBG that's the fault :o It just registers now and sits nicely in the toolbar menu
|
Pushed the wrong button, must be close with comment ;) |
Version of SharpShell used: 2.7.2
Related type(s) of SharpShell-Server: Any
So when I use the SRM to install the deskband I got a wonderful message back: https://imgur.com/YEA5pa8
I trying to get a own working version of the deskband demo project in C# and VB.net, so I know what's going wrong and I can adjust my deskband I'm building for a long time :(
I've started the new c# project: "Class library (.NET Framework)", the code is almost a copy just some changes in naming to see if it works or not.
The project is signed without a password.
Another error was: https://imgur.com/t6q2rxf but that happens when you build the project as x64, srm doesn't like that.
For reference, the demo project runs here: https://imgur.com/Xq9NXgn. I've downloaded everything and then Nuget > Sharpshell and build it then "SRM -install" it
Any view on it?
The text was updated successfully, but these errors were encountered: