|
I don't know how you're building your applications, but if you're using Visual Studio to do them, and the "are you sure" file is a code-behind file, Visual Studio builds the .dll file for it automatically. If you do an Add Existing Item within Visual Studio to an existing application, Visual Studio should still build the .dll file for you.
OTOH, if you're not using Visual Studio, you may have to build the .dll file yourself for the "are you sure" file and put it in your root directory.
If none of the above applies, then I'm as puzzled as you are.
|