Search results for query: *

  1. Z

    registry access

    The point is that the key I need isn't in LocalMachine.
  2. Z

    registry access

    Hi, I'm trying to access the Google Desktop registry key but it keeps coming back null. When I retrieve the subkeys using it only returns some of the keys. I've checked the security settings on the keys and there doesn't seem to be any difference between those being returned and those not...
  3. Z

    XML from Google Desktop

    Answer, for anyone else with this prob, is to make sure you're running .Net v.1.1, rather than v.1.0
  4. Z

    XML from Google Desktop

    Hi. Getting XML from Google Desktop. URL works from a browser, so that is correct. I create a XmlTextReader using the url. When I do xmlDoc.Load(xmlReader) I get: This is an unexpected token. Expected 'WHITESPACE'. Line 1, position 62. However, accessing the same code segment remotely on a...
  5. Z

    Expanded Projects

    I'm opening a solution and have two deployment projects which always open expanded in the Solution Explorer window no matter what. How do I get these things to shut up? Ta.
  6. Z

    Creating new views via VS.NET

    Hello, I've recently installed VS.NEt and SQL Server. I can access Enterprise manager fine, and create and manipulate tables etc. However, although I can see the databases through VS, when I right click on the view folder, it does not give me the option to create a new view. I'm sure this...
  7. Z

    IIS hell

    Hello, I'm having probs with IIS (I think). I've removed IIS, .net framework and VS and reinstalled them in that order, but when I try to create a Web app with VS I get the very helpful message 'HTTP/1.1 500 Server Error' Is there something I have to do with IIS to make localhost work...
  8. Z

    OutOfMemory exception

    Hi, I'm sure this was working earlier, but now this line: imgOutFil = Image.FromFile(txtInFile.Text.ToString()) is giving me an out of memory exception. Anyone know what I've done wrong? Ta.
Back
Top