[Mono-aspnet-list] error CS1679: Invalid extern alias for /reference [...] makes me afraid

Marek Habersack grendel at twistedcode.net
Wed Feb 3 17:47:09 EST 2010


On Wed, 03 Feb 2010 23:33:43 +0100
Christian Herzog <cherzog at web.de> wrote:

Guys, once again - give me a test case and I'll fix the issue.

marek
> I have the same error.
> 
> While testing a while I found out that it seems to be a problem with the 
> "App_Code"-Folder.
> 
> For me, it is not possible to create a file there without getting the 
> error. (Btw: Even an empty file will end with the error.)
> 
> It is possible to compile the file with gmcs (gmcs -target:library 
> DB.cs) without errors. The file:
> 
>      using System;
>      using System.Data;
>      public class DB
>      {
>          public DB()
>          {
>              //CheckDB();
>          }
>      }
> 
> So I don't think the problem is due to the code.
> 
> I develop with "Visual Studio Web Developer" via FTP on a Debian Etch 
> System (Mono-Version from the Backports).
> 
> ----
>  > error CS1679: Invalid extern alias for /reference. Alias ' Version' 
> is not a
>  > valid identifier
> Not without seeing some source - please create a small test case, and 
> open a bug report
> (http://mono-project.com/Bugs, file for the System.Web component) with 
> the test case attached.
> 
> _______________________________________________
> Mono-aspnet-list mailing list
> Mono-aspnet-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-aspnet-list



More information about the Mono-aspnet-list mailing list