This topic is locked

Compile Problem

3/9/2007 8:05:51 AM
ASPRunner.NET General questions
M
mickj author

I have a project I have been working on for a few days.

All has been working great but today, suddenly, the below error message has been displayed
The files '/robnet/allansons/App_Code/lib.vb' and '/robnet/allansons/App_Code/lib.cs' use a different language, which is not allowed since they need to be compiled together
and then loads and loads of additional error message lines
The two files exist and I just use the usual "BUILD" function.
I've tried this a few times but now cannot load my web pages because of this problem.
Nothing has changed on the PC or Server.
Just in case, I uninstalled ASP Runner Net from my PC and re-installed, but still the same
Any suggestions?

Eugene 3/9/2007

This error appears as far you generated project at different languages to the same directory. Please, try to completeley clear /robnet/allansons directory and rebuild your project again.

M
mickj author 3/9/2007

This error appears as far you generated project at different languages to the same directory. Please, try to completeley clear /robnet/allansons directory and rebuild your project again.


Many thanks.
I also realised that I had not selected the Virtual Directory during BUILD, even though the network path to the VD was corret.

I added that and it now works fine except for a "date issue" that I have posted separately.

Thank You.