I've been facing a problem recently with visual studio,
Every time i debug a program it says:
"error while trying to run project: cold not load file
or assembly 'console application1' or one of it's dependencies. the module was expected to
contain an assembly manifest."
even if the project is blank like this
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication4
{
class Program
{
static void Main(string[] args)
{
}
}
}
I've tried to clean solution and reinstall vs2010 but nothing works.