IDE Screwiness

C

Chris

Have this rather large project. Everything is fine but for the past few
days something weird is happening. One .vb file will throw up on error
during compile time that says XYZ function doesn't exist. If I close
the ide and reopen it it will be fine for one compile then a different
function in the same file will appear as the error. If I change the
name of the function, the error clears up, for one compile. Anyone?

Chris
 
G

Guest

Try rebuild rather than build. No guarantees, but it has fixed compile
problems for large projects for some people.
 
G

Guest

Does your function include use of an ENUM that you have declared in your
class? I had a problem with declaring a public enum within the class and
moved the enum declaration to before the class statement.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top