Reserved.ReportViewerWebControl.Axd not found


The web application I develop at work uses SSRS.  Lately I have not really had to deal with the reports for quite a while now due to other higher priority tasks. That all changed today…DUN DUN DUN!!!!!

This last February my hard drive took a total nose dive for me, so I had to replace it (fun). Come back to today, and I am trying to debug an issue with a report. I try to go the report through my application’s interface, and I get a big old 404 error. What the frak?! It was telling me that the reserved.reportviewerwebcontrol.axd could not be found. I was thinking, what did I forget to setup back in February? What am I missing? After searching around for ideas, I came across this lovely blog entry that completely solved my issue.

Take a read, you just may learn something

Posted in ASP.NET, Development | Tagged | Leave a comment

Vampire movie that kicks Twilight’s ass

Recently vampires have become the next big thing (again). This is thanks to the Twilight books and their film adaptations. For those of you that enjoy vampires, but CANNOT STAND the whole Twilight vampire concept, let me present you a vampire movie that kicks the crap out of Twilight – Let the Right One In. It has been out for a couple of years now, and I have to say it is probably the greatest vampire movie ever made, and quite beautiful too.

Posted in Personal | Tagged , | Leave a comment

A look at the works of Kurt Vonnegut (part 1)

The author Kurt Vonnegut

I have started this blog with the intention of focusing my posts on the technical aspects of my life. Well that can get boring – for you and for me. I don’t want to write about nothing but code, and you don’t want to just read it. If you read my blog, you probably want to know more about me than just what does he think about code – or maybe you don’t care, and I just wrong. Either way, I have decided to start sharing my personal thoughts, likes, and dislikes. You have been warned….

One of my favorite authors is the late great Kurt Vonnegut. I only started reading him with the last year or so, but I have read all of his novels already. He is a bit odd, but good. His writings have been published in both novel and short story form, but for this post I am just going to talk about his fourteen novels (rather six of his novels, I will talk about the other eight another time).

Player Piano
This was his first novel, and to me it shows. This was not my favorite Vonnegut novel. The story deals with a near-future society where everything is automatized. Because of this, human laborers are no longer needed. This causes conflict between the well off upper class and the struggling lower class. The plot is not the problem, it was his writing. It just didn’t have that Kurt Vonnegut style that I had seen in his later books.

The Sirens of Titan
This one I liked. This is the novel that I felt Vonnegut really got his voice. If I had to describe the plot in one sentence, it would be “Mar’s failed attempt at a pathetic military attack on Earth”. There is so much more to the story though. You will just have to read it.

Mother Night
Mother Night is the story of Howard W. Campbell Jr., an American who moved to Germany and assisted the Nazis during WW2. Most of this story is told from Campbell’s perspective while awaiting his trial in an Israeli prison. Campbell makes a cameo in another of Vonnegut’s works Slaughterhouse-Five.

Cat’s Cradle
As with most of his novels, this is a weird one but a good one. Cat’s Cradle tells the story of the narrator learning about a synthetic compound that was created by a scientist responsible for the A-bomb. Following the compound (which is currently being kept by the late scientist’s children), the narrator comes to a poor Caribbean island run by a cruel dictator. The culture of the island is explored with the introduction of a new religion called Bokononism.

God Bless You, Mr. Rosewater
Personally, I think this one is just okay. It tells the story of Eliot Rosewater, the primary trustee of the Rosewater Foundation and his dealings with the townspeople of Rosewater county, Indiana. It is structured similar to that of short stories, each dealing with a certain towns person Rosewater encounters. This is the book that first introduces us to a character that shows up in most of Vonnegut’s novels after this – Kilgore Trout.

Slaughterhouse-Five
Probably his most famous novel. The story revolves around Billy Pilgrim, and as the first line of the story goes “Billy Pilgrim has come unstuck in time”. A veteran from WW2, Pilgrim goes through his life randomly experiencing moments of it – both in the past and the future. If you were a fan of LOST, this may sound somewhat familiar to you. Other than that, I don’t want to give away too much about this one. This was the first of his books that I read, and it hooked me in.

Sometime next week, I will go over Vonnegut’s remaining eight novels.

Posted in Authors, Personal | Tagged | Leave a comment

Dazed and confused with cucumbers


This week, I have decided to learn Ruby as a new programming language.  I decided that since I am mainly a web developer, I should set up Ruby on Rails and go that route.  For those that do not know, Ruby is the general language, and Rails is the web framework for Ruby.  I found the install of both Ruby and Rails very straightforward and simple.  Once I had both installed on my machine, I decided to checkout what Tekpub had in terms of learning Ruby on Rails. Tekpub is a website aimed at developers with video tutorials on various technologies (Ruby on Rails, ASP.NET MVC, jQuery, etc.).  I started watching the first of a series showing Ruby on Rails.  I was following the instructor (Rob Conery), and when he got to the section of installing a testing gem (kind of like a package in Java, or assembly in .Net) called Cucumber, I got messed up.  It was working for him, but not me!  I was like “What the frak!”  Well it turns out all the way in the last video in the series, he goes and says that people have mentioned that the steps in the first video (the one I was at) did not work for them.  He then goes and shows what he should have done, and yada yada yada.  Well, in the end I got Cucumber to install correctly on my machine.

Once I got it installed correctly, I started playing a bit with Cucumber.  It seems very interesting.  Cucumber follows the concept of Behavior Driven Development.  As it says in its website: “Cucumber lets software development teams describe how software should behave in plain text.  The text is written in a business-readable domain-specific language and serves as documentation, automated tests, and development-aid – all rolled into one format”.  I haven’t gotten too far into it, but once I do, I am sure I will share more about it.

Posted in Development, Learning, Ruby | Tagged , , | Leave a comment

The chosen language is Ruby

The Ruby Programming Language
It has been awhile since I wrote about my examination of what language to learn first after using .Net for years. I narrowed it to PHP, Perl, Python, Ruby, and Java. So far, I had gone over all but Java. The reason I did not do Java is because I felt that the examination code I would have written in Java was basically C#. That would not have really brought anything new to light for me. That is not really attractive to me for a new language. I was now left with PHP, Perl, Python, and Ruby. I found that Perl was very cryptic in its syntax, PHP was just for web, and that Python and Ruby are very similar. I had Python and Ruby in the top two. Researching what people thought about the two languages, I found that Ruby had the advantage. Since I take what the development community thinks seriously, I have chosen to learn Ruby. I will probably try to learn Rails as well.

Posted in Development, Learning, Ruby | Tagged , , | Leave a comment