U
Uri Dor
Hi,
I'm developing a WinForms C# 1.1 application and am reaching a point at
which my code may face a branch - let's say version 1.1 is released to
end users and we'll continue to fix bugs, but version 1.2 is being
developed.
Now let's say that I decide to upgrade a 3rd party component library I'm
using (I currently use Infragistics, Janus GridEx and Syncfusion
ExcelRW) - will I be able to build version 1.1 with its matching
components and version 1.2 with its matching components (different
versions) on the same build computer configuration?
Where do the assemblies for compilation come from ? The GAC on my build
machine ? I remember playing with this and directly referencing by path
to DLLs that were also installed in the GAC and getting warnings.
Regards
Uri
I'm developing a WinForms C# 1.1 application and am reaching a point at
which my code may face a branch - let's say version 1.1 is released to
end users and we'll continue to fix bugs, but version 1.2 is being
developed.
Now let's say that I decide to upgrade a 3rd party component library I'm
using (I currently use Infragistics, Janus GridEx and Syncfusion
ExcelRW) - will I be able to build version 1.1 with its matching
components and version 1.2 with its matching components (different
versions) on the same build computer configuration?
Where do the assemblies for compilation come from ? The GAC on my build
machine ? I remember playing with this and directly referencing by path
to DLLs that were also installed in the GAC and getting warnings.
Regards
Uri