I’m in the process of learning C#. My background is VFP (3.0 to 9.0) so I have some OOP experience.
There is a concept I try to understand. Shared assemblies are supposed to be a kind of repository for base classes. I’ve created a Class project (WindProj01) with some classes. Compiled into DLL and registered with GAC util. It appear into Global Assembly Cache Dir (\windows\assembly).It’s fine, versioning is ok. I can even see the classes with IL Disassembler.
My question : When I create a new project and try to add a reference, is my assembly (WindProj01) supposed to appear in the .NET tab ? I can browse the DLL, but is it the best way to use Shared assemblies?
OS : Vista and XP Pro. VS 2008
Thanks in advance.
Nro
There is a concept I try to understand. Shared assemblies are supposed to be a kind of repository for base classes. I’ve created a Class project (WindProj01) with some classes. Compiled into DLL and registered with GAC util. It appear into Global Assembly Cache Dir (\windows\assembly).It’s fine, versioning is ok. I can even see the classes with IL Disassembler.
My question : When I create a new project and try to add a reference, is my assembly (WindProj01) supposed to appear in the .NET tab ? I can browse the DLL, but is it the best way to use Shared assemblies?
OS : Vista and XP Pro. VS 2008
Thanks in advance.
Nro