Hello,
I have created a few .ascx User Controls and I have compiled the codebehind into a .dll file. So now I have a few .ascx files and a .dll file and I can easily use them in other projects. Great!
Now, the problem is that VS.NET 2005 determines the name of my .dll file. For example, I have one called "App_Web_wgosnkwz.dll". When we have a big collection of User Controls with .dll files, this is not very clear. I tried renaming a .dll file, but then it stops working. Apparently, a reference to the name is encoded into the .dll file or something like that.
Is it possible for me to determine the name of the .dll files that accompany the .ascx files?