browse by category or date

As I previously speculated, being a pirate is much better than a landlubber.

I found out this amazing diagram which is showing that the experience as a honest, paying customer is much worse compared to those who downloaded pirated copy.

GxzeV

*) Source

About Hardono

Howdy! I'm Hardono. I am working as a Software Developer. I am working mostly in Windows, dealing with .NET, conversing in C#. But I know a bit of Linux, mainly because I need to keep this blog operational. I've been working in Logistics/Transport industry for more than 11 years.

Possibly relevant:

ext.netMy recent project was a web project that connects the logistics needs of Richland’s customers with Richland’s logistics system. The project’s UI is using Ext.Net on top of ASP.NET MVC. It also uses Elmah for its logging purpose.

In the duration of the project, I did a lot of UI tests to ensure that the UI behave as I expected. It was then that I realize that I’ve been receiving many emails from Elmah reporting the exceptions that happened behind the screen.

elmah.email

After much digging in Ext.Net supports forum and did my own trials and errors, the following steps seem to work to rectify the issue.

  1. Find <extnet /> tag in Web.config. Ensure that initScriptMode value is “Linked”
  2. For any other aspx/ascx pages that have <ext:ResourceManager /> tag, make sure that its initScriptMode value is “Inline”

Still unable to get rid this particular Exception? Drop a comment please. 🙂

About Hardono

Howdy! I'm Hardono. I am working as a Software Developer. I am working mostly in Windows, dealing with .NET, conversing in C#. But I know a bit of Linux, mainly because I need to keep this blog operational. I've been working in Logistics/Transport industry for more than 11 years.

Possibly relevant:

I was searching for the documentation for web.config of ASP.NET, but Google’s result didn’t directly lead me to the result that I want (which could be caused by incorrect search parameter *grin*)

Anyway, I’ve found what i’m looking for:
ASP.NET Settings Schema

About Hardono

Howdy! I'm Hardono. I am working as a Software Developer. I am working mostly in Windows, dealing with .NET, conversing in C#. But I know a bit of Linux, mainly because I need to keep this blog operational. I've been working in Logistics/Transport industry for more than 11 years.

Possibly relevant: