ILDASM quotes names if at least one of the following is true:
1. Command line option /QUOTEALL is used;
2. The name is an IL Assembler keyword;
3. The name contains an invalid symbol. Valid starting symbols: 
'?','_','@','$','A'-'Z','a'-'z'. Valid continuing symbols: the same plus '0'-'9'.

The name "SomeCompany.Shared" should not get quoted unless /QUOTEALL is specified. 
What version of ILDASM are you using?

Thanks,
Serge

-----Original Message-----
From: Moderated discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] Behalf Of Fred Palmer
Sent: Friday, February 20, 2004 12:21 PM
To: [EMAIL PROTECTED]
Subject: [ADVANCED-DOTNET] ILDASM and manifests question


Can anyone tell me what causes a referenced assembly in a manifest to be
single quoted like so:

.assembly extern 'SomeCompany.Shared'

Thanks,

Fred Palmer
[EMAIL PROTECTED]

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com
Some .NET courses you may be interested in:

NEW! Guerrilla ASP.NET, 17 May 2004, in Los Angeles
http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com
Some .NET courses you may be interested in:

NEW! Guerrilla ASP.NET, 17 May 2004, in Los Angeles
http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to