Search results for query: *

  1. peaveyyyy

    Serious error on all projects..length cannot be less than zero

    more discoveries I have spent some more time investigating, and I have found that even if I start a new website in VS 2008, it is bugged straight out of the box. There are 9 errors, starting with line 1! note none of the code is mine, it's just what VS 2008 puts in a new we project by...
  2. peaveyyyy

    Serious error on all projects..length cannot be less than zero

    I had had this error start to pop up on all my website projects, all of which used to work fine. Even my master page that I use for my website is throwing this error, on line 1! repeat: this used to work! I changed nothing. this now says: ASP.NET runtime error: length cannot be less than...
  3. peaveyyyy

    Question Registering an application for Camera Autoplay

    I have successfully dreated an application that recognises when a new drive or memory card is plugged in and allows the extraction of images from the drive (using Autoplay, basically). I simply registered the application with the Regsitry like this: Imports System.ComponentModel Imports...
Back
Top