Any other ideas?? I even cleared out my recycle bin.
I am 99.99% confident that you have another Extensibility assembly on your computer from which the AppDomain is pulling. Once you uninstalled StrataFrame...did you have a MicroFour StrataFrame Extensibility.dll file in the GAC, C:\Program Files\Common Files\MicroFour\StrataFrame folder, or in any of your local folders. There has to be one out there somewhere. The reason I am farily confident that this is the issue is because when I was making these changes, I had the same problem. I had the wrong Extensibility assembly in my GAC which caused the exact issue. So once I got out of VS and made sure that my Extensibility was up to date...it started working again.
Did you download the update I posted last night (http://forum.strataframe.net/FindPost14187.aspx)? You might load this instead to see if it resolves the issue.
LOL ...I am not laughing at you....but more at the situation. Welcome to reference hell . If you choose from teh .NET reference tab, we map to the c:\program files\common files\microfour\strataframe folder...however, .NET always looks to the GAC first, so under certain conditions, you may have one go to the GAC whil another pulls from the common files location.
But...at any rate here, the problem is not in these assemblies...it is coming from the Extensibility assembly. The type editors are not pulling from the correct location. Also, by loading this new install, I know that you will have the latest Extensibility assemblies. So that is where I would start.
Thinking maybe the problem was in existing project, I created a new SF project and added panelmanager control to the form. Same problem/error. I then removed all the SF references in the project and readded them. The problem still exists. Any other ideas?
I also noticed when an SF project is created, the SF references are mapped to the GAC. If I remove a reference and readd it through the .Net tab on the Add Reference dialog, it gets mapped to the DLL in C:\program files\common files\microfour\strataframe not the GAC. How can I change the reference to reference what's in the GAC?
Thanks!!