Results 1 to 4 of 4

Thread: VB.Net Project not responding to changes made.

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2012
    Location
    Tiruvallur, India
    Posts
    201

    VB.Net Project not responding to changes made.

    All of a sudden my vb.net project not responding to any changes made in the project.
    For e.g
    1. I put some msgbox("R") in some click event say -> it's not showing the message.
    2. I put a new menu item in the MDI form and in the click event i put "someform.show" -> Form not getting loaded.

    That is to say whatever thing newly i do, it is not responding. Earlier things are working as it is.
    To my knowledge I think I clicked the "Build" in the toolbar of my project sometime in the morning today. Can it be a reason?
    What i need to do ? I am terribly shocked. Can someone help me please ?

  2. #2
    Frenzied Member HanneSThEGreaT's Avatar
    Join Date
    Nov 2003
    Location
    Vereeniging, South Africa
    Posts
    1,492

    Re: VB.Net Project not responding to changes made.

    Do all those events have a Handles clause associate with them? The reason I ask is in the event of an object on the form being renamed, the Handles clause might not have been updated
    VB.NET MVP 2008 - Present

  3. #3
    Smooth Moperator techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,531

    Re: VB.Net Project not responding to changes made.

    It's possible the object cache isn't being properly updated... delete your bin and obj folders and try again... 90% of the time, that works.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Jul 2012
    Location
    Tiruvallur, India
    Posts
    201

    Re: VB.Net Project not responding to changes made.

    Thanks for your replies.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width