M
Mark Olbert
I am trying to track down an annoying and deep-seated bug in a custom designer for a custom component.
In the course of trying to figure out why certain errors are occuring I ran fuslogvw to see exactly what assemblies are being loaded
when my application loads into VS2003.
I was astonished to see that an assembly I no longer use/reference in the project gets loaded. I was even more astonished to see
that the framework went back and re-created the directory structure of the project which used to create the "old" assembly, and
plopped a copy of the old assembly into it.
Why is this happening? How do I stop it? What do I do in the future to keep stale/old assemblies from being re-introduced to my
projects?
- Mark
In the course of trying to figure out why certain errors are occuring I ran fuslogvw to see exactly what assemblies are being loaded
when my application loads into VS2003.
I was astonished to see that an assembly I no longer use/reference in the project gets loaded. I was even more astonished to see
that the framework went back and re-created the directory structure of the project which used to create the "old" assembly, and
plopped a copy of the old assembly into it.
Why is this happening? How do I stop it? What do I do in the future to keep stale/old assemblies from being re-introduced to my
projects?
- Mark