-
ASP.NET dll files change names
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
-
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules