NuPath wrote:First, I thought you needed to add this file to the bin folder or root of the application? Is this correct? Am I thinking of a different file?
Adding it to bin folder or root folder does not make it a part of your build. Just like if you put an image file on the root of your application, the build process should not care about the image. Adding or deleting or changing the image file should not break your build. That's the same for our license file. It's a file that the build should
NOT care.
NuPath wrote:Second, I deleted the file and attempted to build but then get the following error:
Could not find file eo_web.licx
That is exactly the problem. Something in your build/project is wrong and makes it thinks the file is part of it. It is not. Most likely you included the file in your project. So try to remove that
from your project first. If that does not solve the problem, then you may want to find somebody around you to help you troubleshooting the problem as generic ASP.NET build problems are quite out of the context of our support.
Thanks