- Aug
- 2,799
- 144
A C++/CLI plugin that works fine in v35 no longer works in v36.
Note that I no longer use this C++/CLI plugin,
as your own PShell re-write does everything that I need it to do.
In a freshly started v36,
I get this error when attempting to load my plugin;
Again,
I'm not using this plugin anymore,
so I don't need it to work in v36,
and I won't be using C++/CLI to create plugins,
since you added the ability to create C# plugins in v36.
The source code for the plugin is avaialbe at
github.com
if you want to pursue this for your own interest.
This is just for your information.
Joe
Note that I no longer use this C++/CLI plugin,
as your own PShell re-write does everything that I need it to do.
In a freshly started v36,
I get this error when attempting to load my plugin;
Code:
E:\Utils>ver
TCC 36.00.29 x64 Windows 10 [Version 10.0.19045.7184]
E:\Utils>plugin /l MyPShell.dll
TCC: (Sys) The specified module could not be found.
"Could not load file or assembly 'MyPShell.dll' or one of its dependencies. A dynamic link library (DLL) initialization routine failed. (Exception from HRESULT: 0x8007045A)"
Code:
E:\Utils>ver
TCC 35.00.21 x64 Windows 10 [Version 10.0.19045.7184]
E:\Utils>plugin /l MyPShell.dll
E:\Utils>plugin /i MyPShell
Module: E:\Utils\MyPShell.dll
Name: MyPShell
Author: Joe Caverly
Email: [email protected]
Web: https://x.com/JoeC4281
Description: MyPShell Tools
Implements: MyPShell
Version: 2025.12 Build 11
Again,
I'm not using this plugin anymore,
so I don't need it to work in v36,
and I won't be using C++/CLI to create plugins,
since you added the ability to create C# plugins in v36.
The source code for the plugin is avaialbe at
GitHub - joec4281/MyPShell: Demonstration of a Take Command Console Plugin written in C++/CLI that allows running PowerShell Command and Files
Demonstration of a Take Command Console Plugin written in C++/CLI that allows running PowerShell Command and Files - joec4281/MyPShell
This is just for your information.
Joe