how private assemply is convered in to Shard assembly

  • Thread starter Thread starter TulasiKumar
  • Start date Start date
T

TulasiKumar

hi all,
I am new in .Net programmin.I want know
how private assembly is convered in to Shard assembly? any one knows please provide me documentation or links



thanksinadvance
 
Hi,

a) The assembly must be strong-named (see [AssemblyKeyFile] in
AssemblyInfo.cs and the docs on sn.exe utility).
b) The assembly must be placed to the Global Assembly Cache
c) The assembly should have a fixed version (and make proper use of
publisher policy assemblies if newer compatible versions are released)
d) If you want the assembly to appear in the "Add Reference" list in Visual
Studio .NET, it must be copied to

%VSNETINSTALLDIR%\Common7\IDE\PublicAssemblies\

where %VSNETINSTALLDIR% is the folder where Visual Studio .NET is installed.

Please alse refer to MSDN docs on the Global Assembly Cache.

--
Sincerely,
Dmytro Lapshyn [Visual Developer - Visual C# MVP]

hi all,
I am new in .Net programmin.I want know
how private assembly is convered in to Shard assembly? any one knows please
provide me documentation or links

thanksinadvance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top