T
Tony Johansson
Hi!
Here is a text.
"With private assemblies you can still have versioning problem during
development time. For example if a component you use in your application
references version 1 of assemply x, and you use version 2 of assembly x in
your application, which version of the assembly is copied to your
application directoty. The answer depends on what assembly you have
referenced first."
I want to create my application in such a way that I can see that versioning
problem indeed can arise even in .NET and in my application according to the
text above.
I'm not sure I fully understand the text above.
What I know is that a create one assembly which is the exe file.
But how many dll assembly files does the text mean that must use to.
The text says *if a component you use in your application references version
1 of assemply x* does this mean that
the term a componenet here is an assembly dll which is using another
assembly dll which in this case is called assembly x.
//Tony
Here is a text.
"With private assemblies you can still have versioning problem during
development time. For example if a component you use in your application
references version 1 of assemply x, and you use version 2 of assembly x in
your application, which version of the assembly is copied to your
application directoty. The answer depends on what assembly you have
referenced first."
I want to create my application in such a way that I can see that versioning
problem indeed can arise even in .NET and in my application according to the
text above.
I'm not sure I fully understand the text above.
What I know is that a create one assembly which is the exe file.
But how many dll assembly files does the text mean that must use to.
The text says *if a component you use in your application references version
1 of assemply x* does this mean that
the term a componenet here is an assembly dll which is using another
assembly dll which in this case is called assembly x.
//Tony