TookiTooki
Newcomer
Hey Guys&Gals,
I have written some classes in C# (language ain't important). Filled in the AssemblyInfo.cs, added a key, etc.
Then I compiled it, and found the .dll-file in the 'release'-folder.
The next thing I did was Adding the Assembly to the Global Assembly Cache. Everything worked fine.
When adding a reference in a new program, I'm able to call the assembly and work with the included classes.
But now I want to UNINSTALL the assembly from the GAC. I tried using the .net configuration-panel. But he says: can not remove...
Then I use the GACUTIL -tool. This one says: unable to uninstall, assembly is required by one or more apps .
Here comes the part i don't understand: pending references: scheme: <windows_installer> id:<msi> description: <windows installer>
But i didn't use the windows installer!
Any help?
Thnx
I have written some classes in C# (language ain't important). Filled in the AssemblyInfo.cs, added a key, etc.
Then I compiled it, and found the .dll-file in the 'release'-folder.
The next thing I did was Adding the Assembly to the Global Assembly Cache. Everything worked fine.
When adding a reference in a new program, I'm able to call the assembly and work with the included classes.
But now I want to UNINSTALL the assembly from the GAC. I tried using the .net configuration-panel. But he says: can not remove...
Then I use the GACUTIL -tool. This one says: unable to uninstall, assembly is required by one or more apps .
Here comes the part i don't understand: pending references: scheme: <windows_installer> id:<msi> description: <windows installer>
But i didn't use the windows installer!
Any help?
Thnx