Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JesseM1

  1. JesseM1

    how long can strings be?

    How long can a System.String be? I know that the Length() method returns a signed Int32, so it probably can't exceed 2^31 (2 billion something) characters. Does anyone know if its length is further restricted to a smaller maximum?
  2. JesseM1

    2.0 framework being evil?

    Thanks for all your responses. We did some testing, and I finally managed to make my developer machine throw some NullReferenceException exceptions. It still throws a lot more frequently on my boss's machine, though. The most common place for the exception to be thrown is when I call...
  3. JesseM1

    2.0 framework being evil?

    My boss has the 2.0 framework and 1.1 framework installed on his machine, and my developer machine has only the 1.1 framework installed. I have a project written in C# in Visual Studio 2003 (not using unsafe code), and it always runs fine on my machine, but it keeps getting...
  4. JesseM1

    rendering .xls Excel files

    Thanks a lot for responding and for your advice. I should clarify better what I want, though. I was hoping for some sort of solution that could be distributed via CD along with the program. Ideally, this would be some sort of middleware or libraries that I could use in the program (written in...
  5. JesseM1

    rendering .xls Excel files

    I'm currently writing an application that compiles a lot of information to PDF, including Excel files. I was hoping to find some way of rendering an Excel spreadsheet without using Excel. Let me explain: All the products out there that print Excel to PDF, export Excel sheets to JPEG or BMP...

Part and Inventory Search

Back
Top