Click here to Skip to main content
15,886,823 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created windows application in VB.Net 2010. The problem is that even for a small change, I have to rebuild the project. Without rebuilding it, the changes do not take place. What may be the problem or something else?

Thanks and regards,
Rizwan Gazi
Posted
Comments
Kenneth Haugland 2-Feb-15 10:36am    
You must explain the problem so we have a chance to understand you. If I posted this to you what would you have answered? Its impossible, to me at least.
ZurdoDev 2-Feb-15 10:57am    
That's how it works. It has to compile the code. I guess I don't understand your problem.
Kenneth Haugland 2-Feb-15 11:06am    
I didn't even think of that :laugh:
Rizwan Gazi 2-Feb-15 11:20am    
Means even for a small change e.g. resizing a control, I will have to rebuild the project for the changes to be reflected. Only build doesn't work.

1 solution

Yes, the project needs to build every time you make changes. For big projects, this can take some time and get frustrating for small changes but all the VB.Net code gets compiled into a dll.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900