Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspdotnet_website_programming thread: Invalid character for the @ symbol


Message #1 by "Marco Garibaldi" <p2p@i...> on Sat, 20 Apr 2002 11:23:38
All the AssemblyInfo.cs files in the code download have the following line 
in it:

[assembly: AssemblyKeyFile(@"\Wrox\Keys\ThePhile.snk")]

When I translate this to VB.NET

<Assembly: AssemblyKeyFile(@"\InformaNET.SNK")> 

the IDE reports the error: "Invalid character" for the @ symbol. Any idea 
on how to correct this?

* Marco

  Return to Index