Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Tuesday, December 8, 2009 10:24 PM
Hello,
I'm writing a class file for a web application. I'm not sure if this is a common issue, but when I try to rebuild a solution it does not update the .dll file.
I am to include this .dll file in the web directory. However I am stuck since the dll is for some reason is never updated when I change the code...
Can someone please clarify me on this one? Thanks in advanced for your help!
All replies (4)
Wednesday, December 9, 2009 3:38 PM ✅Answered
Hello,
I'm writing a class file for a web application. I'm not sure if this is a common issue, but when I try to rebuild a solution it does not update the .dll file.
I am to include this .dll file in the web directory. However I am stuck since the dll is for some reason is never updated when I change the code...
Can someone please clarify me on this one? Thanks in advanced for your help!
please quote your system specification. If u r running windows vista and later, please run your Visual Studio whichever edition with administrator rights. Also hereafter before you specify your question please specify both hardware and software of your running system. If all that did not work try the following command
devenv /clean SolnConfigName SolutionName [/project ProjName] [/projectconfig ProjConfigName]
where,
SolnConfigName
Required. The name of the solution configuration that will be used to clean the solution named in SolutionName.
SolutionName
Required. The full path and name of the solution file.
/project ProjName
Optional. The path and name of a project file within the solution. You can enter a relative path from the SolutionName folder to the project file, or the project's display name, or the full path and name of the project file.
/projectconfig ProjConfigName
Optional. The name of a project build configuration to be used when cleaning the /project
named.
If this post has resolved your problem/issue please vote our post and then mark our post as answered. We would like to help users more if they appreciate our efforts by my marking our posts as answered. This is an auto generated signature.
Wednesday, December 9, 2009 7:23 PM ✅Answered
Actually the dll file is now updated correctly after I selected 'Clean' from Build Menu. This is working now, thank you so much for your help!
Wednesday, December 9, 2009 5:51 PM
Mr. Kashif Khan, thank you for your reply.
I ran the above command to clean my solution. However after rebuilding my solution it's still not updating my .dll file. Is there the next steps for this?
I'm running on Windows XP Professional 2002 SP 3 and I'm using VS 2005.
Thanks for your help.
Thursday, December 10, 2009 6:50 AM
Hello,
kurobenko, it is so great to hear you have your issue resolved and thanks Mr. Kashif Khan for your help.
If you have got any related issues in future, you also may post your issue on the related language forum so you can get better and quicker response as this forum is for the setup and installation of visual studio. Thanks for your understanding.Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Send us any feedback you have about the help from MSFT at [email protected].