Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
More than likely you got out of Visual Studio and came back in. SInce the inherited UI is stored in the GAC it will have already been loaded in the AppDomain within the VS environment. When building any assembly that is stored in the GAC (and especially when placed there automatically), you must exit VS and come back in to avoid any type of version conflict.
|