Hi,
I am using an class which loads an ascx file. This does work , but if I don't compile the webproject after some time it gives me an "Failed to map the path 'template_question_main.ascx'" error. I tried to see whether the file was locked but it did not seem to be the case. Anything else that could be the cause of this?
I am running Windows XP with virtual directories. The path is correct, because it does load the usercontrol at first. To get rid of the error I would have to compile the project so I get a new dll (I just press the spacebar in my code behind and compile it, otherwise the error message stays)
I am using an class which loads an ascx file. This does work , but if I don't compile the webproject after some time it gives me an "Failed to map the path 'template_question_main.ascx'" error. I tried to see whether the file was locked but it did not seem to be the case. Anything else that could be the cause of this?
I am running Windows XP with virtual directories. The path is correct, because it does load the usercontrol at first. To get rid of the error I would have to compile the project so I get a new dll (I just press the spacebar in my code behind and compile it, otherwise the error message stays)