Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. 'Windows' is not a member of 'Microsoft'

'Windows' is not a member of 'Microsoft'

Scheduled Pinned Locked Moved The Lounge
visual-studiocsharpdebugginghelp
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Markus 811
    wrote on last edited by
    #1

    A productive system has crashed several times yesterday. The fastest way to limit this problem was to create a project group of the source code of the referenced components and debug them (remember: productive system => no test system available). When I "deeply relaxed" added the projects to a group, my IDE decided to comment this: 115 Errors: 'Windows' is not a member of 'Microsoft' After double-clicking the first message, the Visual Studio 2010 chose that it would probably be no more a member of Windows and crashed accordingly. I love days like this.

    B 1 Reply Last reply
    0
    • M Markus 811

      A productive system has crashed several times yesterday. The fastest way to limit this problem was to create a project group of the source code of the referenced components and debug them (remember: productive system => no test system available). When I "deeply relaxed" added the projects to a group, my IDE decided to comment this: 115 Errors: 'Windows' is not a member of 'Microsoft' After double-clicking the first message, the Visual Studio 2010 chose that it would probably be no more a member of Windows and crashed accordingly. I love days like this.

      B Offline
      B Offline
      Brisingr Aerowing
      wrote on last edited by
      #2

      I've seen some strange errors from VS, but I have never seen this one. I think it was a reference mix up of some sort. But, who knows? Has VS become sentient? :~

      public class SysAdmin : Employee
      {

       public override void DoWork(IWorkItem workItem)
       {
            if (workItem.User.Type == UserType.NoLearn){
               throw new NoIWillNotFixYourComputerException(new Luser(workItem.User));
            }else{
                 base.DoWork(workItem);
            }
       }
      

      }

      M 1 Reply Last reply
      0
      • B Brisingr Aerowing

        I've seen some strange errors from VS, but I have never seen this one. I think it was a reference mix up of some sort. But, who knows? Has VS become sentient? :~

        public class SysAdmin : Employee
        {

         public override void DoWork(IWorkItem workItem)
         {
              if (workItem.User.Type == UserType.NoLearn){
                 throw new NoIWillNotFixYourComputerException(new Luser(workItem.User));
              }else{
                   base.DoWork(workItem);
              }
         }
        

        }

        M Offline
        M Offline
        Markus 811
        wrote on last edited by
        #3

        Yes, I think it was a reference mix up. I just started to remove the file references and include the corresponding source projects of the removed DLLs. I lost my overview as VS starts to gripe that source component A cannot call compiled component B. I clicked on recompile and the result was a list of 115 errors, where the first five or six (all I could see at once) messages where the mentioned one. Situation comedy, but that day I was not in the mood to laugh ;)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups