P
Pawe³
Hi!
My other problem: We are building a large system for just a few customers.
So we made bug fixes and improvements frequently. We have many .dll's and
some plug-in framework.
The problem is that, when some component references another, within its
manifest referenced .dll is given with its full version number, with
revision and build numbers. So when this .dll is changed to newer version,
all the others must be recompiled all together.
Some kind of solution would be to mark a .dll with fixed version number, but
this is not good at all. We need the version information, and version
numbers must changed to make proper updates.
We have some fixed framework, and if we fix a bug, we just want to place a
newer version of component, and all of rest .dll's should work. Especially
that our customers wrote their own plug-ins and we dont want then to
recompile their code.
How to accomplish this?.. It would be nice, if within the .dll manifest we
can refer to other .dll with partialy given version, like 1.1.*.* , or
1.*.*.* - so when no crucial interfaces are broken, we can maintain big
version number.
Thanks for any info and help.
Paul
My other problem: We are building a large system for just a few customers.
So we made bug fixes and improvements frequently. We have many .dll's and
some plug-in framework.
The problem is that, when some component references another, within its
manifest referenced .dll is given with its full version number, with
revision and build numbers. So when this .dll is changed to newer version,
all the others must be recompiled all together.
Some kind of solution would be to mark a .dll with fixed version number, but
this is not good at all. We need the version information, and version
numbers must changed to make proper updates.
We have some fixed framework, and if we fix a bug, we just want to place a
newer version of component, and all of rest .dll's should work. Especially
that our customers wrote their own plug-ins and we dont want then to
recompile their code.
How to accomplish this?.. It would be nice, if within the .dll manifest we
can refer to other .dll with partialy given version, like 1.1.*.* , or
1.*.*.* - so when no crucial interfaces are broken, we can maintain big
version number.
Thanks for any info and help.
Paul