Visual studio 2003 solution issue

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DeveloperX

    #1

    Visual studio 2003 solution issue

    Hi,
    I've a solution with half a dozen related projects in it. For the last
    two days I've had issues where I change a method signature in one
    project, update the projects using that method appropriately and
    compile. When the code executes it gives the error that it can't see
    that method.
    The error according to MSDN is simply that I haven't recompiled the
    assembly containing the alteration. This is not true. So far I have:

    simple rebuild
    delete all binaries, restart VS, rebuild all
    delete all binaries, restart computer, rebuild all.

    Sometimes the last one fixes it, sometimes it doesn't. Does anyone
    have any ideas?

Working...