7

Visual Studio : *No definition for the method Method with the argument of type int*

Me : Oh ? *F12 on method name*

VS : public void Method(int) {...}

M : There, so it should wo--

VS : *No definition for the method Method with the argument of type int*

Comments
  • 0
    PS : Solution was to clean and to rebuild.

    *sigh* the method was there all the time before the compilation, no reason that the call missed since the symbol was already created.
  • 0
    Which framework are you using?
  • 0
    @R5on11c the company's framework that I might not tell, just for privacy
  • 0
    Amazing... Well sln files are a stzpid burden. If you could switch to dotnet core you wouldn't need that.
  • 0
    If I could, yeah.

    I wish I could sometimes :v
  • 0
    Hang in there. I once had to Programm on an existing stack with ExtNet on Webforms. Shits tough sometimes.
  • 0
    Oh I did a project with Smalltalk and VisualWorks, which was pretty fragile (had a blank window I couldn’t remove stuck in my file)
Add Comment