Hey guys,

I encountered this very hard problem in vb.net. The changes I made in my project was not applied during debugging. Ex. I added a button in a form but when I start debugging or F5, The button was not there. I already cleaned up my project but still it doesn't working.

Please reply guys,

WHchaz1027

Open the code and write following lines.

Sub New()
         InitializeComponent()
 
     End Sub
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.