Is there a way to compile files automatically in the right order. Seems like 'CompileAssemblyFromFile' do not care about dependencies before compiling. Way around ?
public bClass
{
public aClass FieldName; //Trows error not aClass type not found
}
Compile Order
1. bClass.css
2. aClass.cs