Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
FileSite custom Command problem
dan9298
I've created a custom command based on the SDK examples. It's deployed to the GAC, and the dll has been registered with REGASM. The command has been added to Folder command section in the registry.
The messagebox that I added in the class's contructor is shown when I open FileSite (so I know the assembly is loading); but the command does not appear in the right-click menu (but the "-" seperator is, so I know edited the correct registry entry).
Any ideas why the command isn't appearing? (yes i have set the menu text)
Find more posts tagged with
Comments
SirHC
Hi,
I am having a similar problem as well. I have created a customisation based on the MyVBNETImanEvt sample in the SDK (I have also used the example as is) and the menu option does not appear (within the Document menu) - and I have used a seperator (-) too, which appears.
The same code works fine and appears in DeskSite.
Another interesting thing is if I try to rename the command by appending @ plus some text at the end, it causes FileSite to crash.
I am using FileSite (and DeskSite) 8.2 SP1 P3.
Regards
Chris
dan9298
Update - I renamed my assembly to a shorter name (it was 17 characters, and is now 11), and now everything appears to be working fine. So, there is either a limitation on the length of the assembly name, or I had a typo somewhere that was missed even after hours of staring at the code.
I will test some more, post back what was the actual cause.
SizeTextBasedOnNumberOfColumnsInCrosstab.rptdesign