Judge error. Symbolic link TEMP! Compiled file is missing.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
Console.Write("Enter a: ");
var a = double.Parse(Console.ReadLine());
Console.WriteLine("Area = " + (a * a))
}
}
}
Compilation result:
Compiled file is missing. Compiler output: C:\Windows\TEMP\tmp9335.tmp(15,49): error CS1002: ; expected
Предполагам проблема е защото съм направил символична връзка на TEMP в другия ми локален диск?
Някакви идеи?
Абсолютно! НЕ внимавам. Съжалявам!