My Binary Hell

SQL Server 2008 Management Studio with Visual Studio 2010

By Joshua On January 5, 2012 · Leave a Comment · In Programming

As you know, the Visual Studio 2010 (VS 2010) install is bundled with SQL Server 2008 Express. With the install, Microsoft provides a tool set for administering and developing s SQL Database from within Visual Studio. While I like the ability to develop SQL and C# code in one window, the included tool set isn’t [...]

Continue Reading →

That Was Almost Bad

By Joshua On November 9, 2011 · Leave a Comment · In Programming

For an application I am currently writing, I need to create a directory to temporally store files so that I can later add them to a zip file. Normally I would do this in memory but I’m going to be dealing with 4000 files on average. After the files are placed in the zip file, [...]

Continue Reading →

Fixing ORA-25207: Enqueue Failed (Updated)

By Joshua On November 2, 2011 · Leave a Comment · In Programming

I recently had to restore a copy of a production Oracle database to a test schema for testing query optimizations and I had a test user run into this issue:

ORA-25207: Enqueue failed, queue QueueName is disabled from enqueueing.

It seems like when the database was restored the Queue did not get enabled. How do [...]

Continue Reading →

Crystal Reports XI Memory Full Error Solution

By Joshua On October 22, 2011 · Leave a Comment · In Programming

I’m in the process of writing an application that combines Crystal Reports exported as PDFs (in memory) into one PDF file. While I was testing the application, it threw the following error after processing approximately 300 reports:

“Memory Full”

Really helpful right? My developer machine had more than enough memory to handle that many in [...]

Continue Reading →

How to Send Email Through Google Apps

By Joshua On October 12, 2011 · Leave a Comment · In Programming

The other day I wrote a small application that monitors websites and sends out emails when content is updated. I decided to send out emails via Google Apps (GH). Here is how to setup your code to send out emails using your GH account. First, you will need the following items:

A Google Apps account [...]

Continue Reading →

Developer Interview Do’s and Don’ts

By Joshua On October 5, 2011 · Leave a Comment · In Programming

For the past few months I’ve been interviewing candidates for developer positions at my place of business. These interviews have ranged from technical phone screenings to in-person interview sessions and candidates with skills ranging from entry to senior level. I’ve interviewed some phenomenal people and some people that have completely bombed the entire process. Based [...]

Continue Reading →

Improper Use of Exception Handling

By Joshua On September 30, 2011 · Leave a Comment · In Programming

Or lack thereof.

So the other day I’m unit testing some changes I made to an ASP.NET application and I noticed the webpage was acting a little funny. Before I go any further, I need to preface something: this application has been around for a long time and touched by many, many programmers. This particular [...]

Continue Reading →

ASP.NET Design View issue with Crystal Reports XI and VS 2005

By Joshua On September 28, 2011 · Leave a Comment · In Programming

I realize this is a post from the wayback machine, but hang on for a second. This is a problem that I’ve been encountering on one of our older support and maintenance projects. The project is an ASP.NET 2.0 application written in VB.NET. The application has several Crystal Reports (version XI R2) in the main [...]

Continue Reading →
  • About

    My name is Joshua Starling and I am software developer for a local company in Tallahassee, FL. I am also a new parent to a sweet baby girl and a lifelong video gamer. This blog chronicles the up and downs of those three worlds.
  • Categories

    • Programming
  • Recent Posts

    • SQL Server 2008 Management Studio with Visual Studio 2010
    • That Was Almost Bad
    • Fixing ORA-25207: Enqueue Failed (Updated)
    • Crystal Reports XI Memory Full Error Solution
    • How to Send Email Through Google Apps
  • Tags

    3.5 Framework 11g ASP.NET C# Crystal Reports Error Interviewing Microsoft SQL Server Oracle Tips and Tricks VB.NET Visual Studio 2005 Visual Studio 2010
My Binary Hell

Pages

The Latest

  • SQL Server 2008 Management Studio with Visual Studio 2010
    As you know, the Visual Studio 2010 (VS 2010) install is bundled […]

More

Feel free to join the discussion by leaving comments.
You are free to use the code provided for any use as long as you give credit where credit is due.
© 2011 MyBinaryHell
PlatformPro by PageLines