deepa

deepa

  • NA
  • 42
  • 0

Creating satellite assembly

Jun 29 2007 6:50 AM
I have created a satellite assembly, using the foll. command:

al.exe /t:lib /embed:Resource.ar.resources /culture:ar-SA /out:Resource.ar.resources.dll /keyf:keypair.snk

'Resource.ar.resources' is the resource file which is generated using resgen.exe tool.
'keypair.snk' is the keypair that is generated using sn.exe tool

Here keypair.snk is the keypair tat I generate using sn.exe tool

What is wrong with this..wen I check it in the manifest(using ildasm cmd'…some things missing in it.
When u publish a website then also the satellite assembly is created…this one wrks…and if u compare the one I created with this one then there is 'assembly extern' missing also some other things...

Kindly tell me wot to put in the al.exe command to get the missing part ...

Thanks...
Dee