.Net 2005

Has anyone be allowed to compile from Visual C# Express .Net 2005 

I get an asembly validation error but with no description :/


Answer this question

.Net 2005

  • 71EFBB98-D1FE-4eff-BAC5-F94AC74

    How did you do that   Whenever I run csc.exe, it opens the DOS window for a fraction of a second and closes out. 

    Do you run the .NET Framework 1.1 commandline compiler in combination with another application

  • ScottyD

    nope sorry.  I donwloaded and installed it, got nothing but the c and c++ compiler and linker. No C# or VB. I beleive you have to buy it.
  • zivco

    First, since csc.exe is a DOS app, you have to hit Start..Run.. CMD, and then switch to the directory  with csc.exe in it by typing "cd <Insert csc.exe's folder path here>" then type csc and follow instructions.

    Second, you have to buy csc.exe don't you  I can't find it!

  • FoxProg9

    I believe csc.exe is available free in the .NET SDK (not part of the redistributable package).
  • PK_SSIS

    The c# compiler ships with the framework.  For Whidbey Beta 2, it would be found in C:\WINDOWS\Microosft.Net\Framework\v2.0.50215.  You may not find it via CMD by default because it isn't in your PATH.  There should be a build environment command prompt shortcut in the SDK Start menu that will help.


  • BillWestphal

    I tried the same thing. I suppose the server is not compatible with .NET 2005.

    My workaround is to use Visual C# Express .NET 2005 for development with intellisense, but to use the .NET Framework 1.1 commandline compiler (csc.exe) to build my creatures.

    This is it bit more cumbersome, but at least it works.


    Cheers,
    Erik

  • Unus

    I dont have the Framework directory in Microsoft.NET folder.
  • kbabaria

    Oh, I should add that you won't be able to build creatures with C# Express 2005 and have them work with Terrarium 1.2.
  • .Net 2005