Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
This is normal Visual Studio behavior. Depending on how you are referencing the assemblies, etc. Even while you are in the designer, the assemblies get loaded into the AppDomain. Many times, the AppDomin will not release those older assemblies when new ones are build within the esigners. So if you build the solution, get out of VS, and then come back in, they will be there. If you use file referenfces rather than project references, then many times you can do a rebuild and they will show up. But this is normal VS designer behavior.
|