I have a web site project that was last built in May of 2009. I made a copy and tried to build it with VS2008.. it builds... but I don't get a new DLL. The project is a web site with VB code behind the aspx pages. Any idea what I need to do here? I am getting very frustrated with this.
No new DLL in VS2008 project
Collapse
X
-
I don't think they are being compiled because they are still dated 2009. Yes I have tried deleting them.. then I get reference errors.. from the inherits= at the top of the .aspx page. I thought deleting them and rebuilding would work too. There is a reference setup to the DLL. Seems like a catch 22. Any ideas? This is really bizzare!Comment
-
Ok, so you have an ASP.NET project called "jld06".
When you build the project you don't get any errors but you are not seeing an updated jld06.dll in the bin folder.
Just out of curiosity, what are the current configuration settings for the Build action for Visual Studio...what does your build action do?
Does it produce files in the release folder in the bin folder or does it produce files in the debug folder in the bin folder?Comment
-
Wait a second!
Based on the fact that you're getting errors when you delete the bin folder, I have a feeling you don't have the actual project.
I think you might just have the files that were produced from a publish done in 2009.
Does your project have a .sln file?
-FrinnyComment
-
Yes I have a project called jld06. Not sure about the build action. I see release and debug options. Neither bin or debug files get updated. I have files in both but they are 2009.
Yes I have a .sln file I am using to open the project. As well as a .vbproj file. Would it be easier to email or chat about this?Comment
-
I cannot accept anything like that right now due to the configuration that I am using at the moment. If you want to attach it to this thread I can download it later when I'm using a different configuration that allows me to do what you're suggesting.Last edited by Frinavale; Apr 4 '12, 06:58 PM.Comment
-
I've tried VS2008 and VS2010 with the same results. I had a local copy of the project that I had saved from the last time I modified it. I tried that one and I downloaded a copy from the production web server. Same results. I am doing all my work on local machines.Comment
Comment