tags:

views:

53

answers:

1

Hello, I am facing the following error in my VB.NET web app:

compiler executable file vbc.exe cannot be found.

I installed .net framework again and even the IDE, but this error remains. Please help.

A: 

I'd guess that you're missing a path to it or something like that. Try going to look in the [Your Windows Dir]\Microsoft.NET\Framework and go into the sub folders there and see if there isn't a vbc.exe.

ho1
it is there but still giving error .....
Asad
@Asad: Try adding that directory to the Path (see here: http://www.computerhope.com/issues/ch000549.htm) and see if that makes any difference (might need a reboot).
ho1