i have dll and command name which is calling on button.
I want to enable button at zero document state. for that i am using AvailabilityClassName
when i give name in AvailabilityClassName. .while running it shows error as class has not inherit the IexternalCommandAvailability.
I know it is require to implement Iexternal Availavbility in that class.
But i have only dll and command. class is not available with me.How can implement
AvailabilityClassName property?
Solved! Go to Solution.
i have dll and command name which is calling on button.
I want to enable button at zero document state. for that i am using AvailabilityClassName
when i give name in AvailabilityClassName. .while running it shows error as class has not inherit the IexternalCommandAvailability.
I know it is require to implement Iexternal Availavbility in that class.
But i have only dll and command. class is not available with me.How can implement
AvailabilityClassName property?
Solved! Go to Solution.
Solved by jeremytammik. Go to Solution.
Use an IL disassembly tool to explore and determine the exact class name in the .NET assembly DLl:
https://duckduckgo.com/?q=il+disassembly
Use an IL disassembly tool to explore and determine the exact class name in the .NET assembly DLl:
https://duckduckgo.com/?q=il+disassembly
Can't find what you're looking for? Ask the community or share your knowledge.