Hi John,
Could you send us the log and project used for obfuscation?
InternalsVisible attribute is good, but Spices.Obfuscator uses cross-obfuscation of all included to spices.project assemblies, so if some internal or public member is obfuscated in one assembly it will be obfuscated in all references in referenced assemblies(if they included to current spices.project).
Really the error is descriptive because token number is unique identifier of assembly member, so you can easily find the problem assembly member in Spices.Net or in disassembled listing created by ILDASM (in original and in obfuscated assemblies, doesn't matter, htat's will be the same member).