|
-
January 13th, 2003, 08:19 AM
#3
If you don't give an assembly a strong name, then the compiler generates a weak name, which changes everytime the item is regenerated (that is why it is weak, it keeps dying!).
When you go to run the program, it does not find the exact image that it is looking for.
Once you use a strong name, you are responsible for updating the versioning information. You can build the item over and over again without updating the version information and be able to use the assembly (providing the public interfaces have not changed of course...)
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
2008, 2009,2010
In theory, there is no difference between theory and practice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions 
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|