CaptainBob007
Programmer
Hello -
So I have a class "ErrUtil" (which is also the project name) that is compiled as a .dll, and am trying to incorporate it into a new solution I am developing. I have added a reference to ErrUtil in my new project, and also have "using ErrUtil;" in the file, yet when I try to access a static method by typing "ErrUtil." I get no suggestions from intellisense like I believe I should. Holding my mouse over objects from that class will identify them as coming from ErrUtil, but apparently intellisense doesn't want to index the functions. Any ideas what I might be doing wrong?
So I have a class "ErrUtil" (which is also the project name) that is compiled as a .dll, and am trying to incorporate it into a new solution I am developing. I have added a reference to ErrUtil in my new project, and also have "using ErrUtil;" in the file, yet when I try to access a static method by typing "ErrUtil." I get no suggestions from intellisense like I believe I should. Holding my mouse over objects from that class will identify them as coming from ErrUtil, but apparently intellisense doesn't want to index the functions. Any ideas what I might be doing wrong?