hi
Question... I'm developing modules for powershell in C# and C++/CLI. And, my problem is... after compiling and trying to load it on other computers and even on my own, it cannot be loaded, because of missing dependencies. ... when I copy the System.Management.Automation.dll into the same directory, it works. Now, what I don't understand is... this assembly can be found in the GAC. ... why can it not be found? ... are there multiple which are somehow incompatible? is that the reason?
... can someone tell me how this all works? what do I have to reference in my project? what do I have to distribute with my assembly? what's the idea behind the GAC?? ... or is powershell the problem? ... did they ... somehow manage to create an assembly hell?
