Is it possible to debug the classes written in other .Net languages in a C# project?
Samir Bhogayta
It is definitely possible to debug other .Net languages code in a C# project. As everyone knows .net can combine code written in several .net languages into one single assembly. Same is true with debugging.