PDA

View Full Version : ASP.NET dll files change names



JesseBearden
10-30-2006, 11:39 AM
I have 0 experience with ASP.NET, but have been tasked with writing an installer for a small website. The issue I'm having is that every build the dll's appear to change names. It appears to be some form of uid attached to the end of the name.

App_Web_gz7amr7n.dll

I'm curious if this is something that can be changed in the build, and if not, how do I handle that in my install? Any ideas?

Jesse

Matronix
10-30-2006, 03:03 PM
To get around this, I dynamically linked the directory the .dll files were in, so everytime I built it would pull in the all of the files in the directory, no matter what the name was. You can also set within Visual Studio to build with fixed names.