Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
That is a head-scratcher as there should not be any difference. It could be the whole "have to run VS twice is an assembly is already loaded in teh AppDomain" issue. .NET design-time likes to hold on to assemblies in the AppDomain so when you run your application the assemblies don't get reloaded into the run-time AppDomain...casuing some craziness at times.
|