Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Are you using VB.NET or CSharp? This can make a difference as well. If you are using VB.NET, then one way may be to use file references versus project references. This will also improve performance within the designer as well. If you already have it setup this way then you may try swapping to project references to see if you have any luck.
One thing that I will do at times, regardless of language, is to "smoke" (Texan for delete) my local working folders and re-download everything from source control and rebuild. This ensures that there are no rogue assemblies within my development environment causing me grief.
|