Archive

Archive for the ‘Programming’ Category

Could not load type ‘System.Web.UI.ScriptReferenceBase’

June 24th, 2010 graz No comments

I just want to re-post from Run Things Proper blogger for my future use.

Getting problems when you upload your Ajax Control Toolkit powered website up to your server? Read on for a quick and easy solution!

Scenario

If you have added some of the Ajax Control Toolkit extenders into your website you will have probably tested them out on your local dev computer and marvelled at how easy it was to add some impressive eye candy to your site. Then, just when you think your work is done for the day and its time to put your new creation online you are hit with an error:

Could not load type ‘System.Web.UI.ScriptReferenceBase’ from assembly ‘System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35′.

Well you don’t need to worry too much because this time it is a really simple fix.

Read more…

Categories: ASP.NET Tags:

Failed to Execute request because the App-Domain could not be created

April 22nd, 2010 graz No comments

After re-installing my IIS for several times and spending several hours googling the solution of  “SERVER UNAVAILABLE”, I’ve found only six steps to resolve it. Thank God! I even come to a point to  repair my Operating System after several attempt in configuring my website folder. But that was only my last resort.  Anyway, I didn’t loss hope and found the right solution and here it is.  By the way, I’m just posting this for my future use.

Failed to Execute request because the App-Domain could not be created.

Error: 0×80131902

Event ID: 1088

  1. Open Command Prompt
  2. Run “net stop w3svc” (this will stop the World Wide Web Publishing Service)
  3. cd %windir%\Microsoft.Net\Framework\v2.0.50727\ (command to go to .NET framework directory)
  4. run “aspnet_regiis.exe -ua” (this will uninstall your .NET framework)
  5. run “aspnet_regiis.exe -i” (this is re-install your .NET framework)
  6. run “net start w3svc” (this will restart your World Wide Web Publishing Service)

Having this solution run for my .NET application, staying beyond office hours paid it off… Ok, i have to go now, it’s already 06:53PM … naa mumu! :(

Signed off,

Graz

Transferring my blog to a new host

December 19th, 2009 graz 2 comments

I am still in the process on transferring my blog to a new host and registrar. And I can’t still figure it out how to restore my old wordpress account. Will try to see what can i do in the next following days. Please check it out soon.

Updates! as of January 1, 2010 at 3:35AM

Yehey!!! I’ve already configured the site correctly! Wheeeeeee… I am so proud that I manually backed-up my SQL database and my previously published posts. Well, this might be my number one priorityin my new year’s resolution list. I want to resolve every single problem with immediate action without excuses because I CAN DO IT!

I think that will be all for now, I need to take a little rest and will published more posts tomorrow. I might also publish how did I transfer my blog to a new host and host did I backed-up my SQL manually. That’s it all folks! See ya!

Signed off
Graz

Categories: Personal, Programming Tags:

To Upgrade… or Not to Upgrade?

September 12th, 2009 graz No comments

Have you found my disturbing flicker photostream at the right side of my site? Yes, I really want to change it. And yes, I’ve found a plugin that suits my needs, the NextGEN Gallery.

NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option. Before I start writing the plugin I study all photo and picture plugins for WordPress, I figure out that some of them are really good and well designed, but I missed a simple and easy administration back end to handle multiple photos, galleries and albums.

I successfully downloaded and deployed NextGEN Gallery plugins through Filezilla FTP, configured a little settings and what I got is the BOLD letter that says:

Sorry, NEXTGEN Gallery works only under wordpress 2.7 or higher

What a heck? I forgot to read it’s minimum requirements.

Requirements

* WordPress 2.7.x or above
* PHP 5.2 or higher
* GD 2 Library
* Freetype Support (for Watermark)
* Safe-Mode Off (for more function)
* Memory limit should 16MB or more

Now, the only option I have is to upgrade my wordpress version. I hurriedly googled the upgrade instructions and it seems that it’s not that easy. Hay, reading those instructions gets me sleepy… maybe next time…

Signed off
Graz

Categories: Programming, Wordpress Tags:

FTP Server in IIS 5.1 on Windows XP Professional

August 23rd, 2009 graz No comments

Copy and pasted from other website.

Read more…

Categories: ASP.NET, Classic ASP Tags:

Uncrippling Windows XP’s IIS 5.1

August 23rd, 2009 graz No comments

For future reference, just want to post another work-around in setting a maximum users in XP Pro IIS Server.

Read more…

Categories: ASP.NET, Classic ASP Tags:

Server Problem No. 2: IIS failed to start

August 21st, 2009 graz 1 comment

During the NGCP’s privatization last June 30, 2009, I was transferred to NOD. One of my duties and responsibilities is to manage and maintain their intranet wherein almost all of their reporting system resides. I’ve mentioned last time that I am having a problem with the connectivity. This time, another problem was raised and I considered it a difficult one.

Last night, I’m surprised when my sister told me that Diday (one of my colleague) was looking for me and it’s quite unusual. And when I called her, Lo and Behold, it’s just what I’m thinking. NOD intraweb cannot be accessed!

Read more…

Categories: Classic ASP Tags:

Dreamweaver: Database connectivity fails with local ASP.NET and ASP servers

August 10th, 2009 graz 3 comments

It’s been years that I’ve been using Dreamweaver as part of my development in my ASP webpages and there is only one glitch that always gave me a headache, the database connectivity. I am quite sure that I’ve made a note of this resolution few years back but since I’ve got a memory-gap, this was misplaced somewhere. Now, I have to find it again at Adobe.com official website and it takes me an hour to locate the exact issue. With this experiences, I decided to post it here in my blog for future shortcomings…

Read more…

Categories: ASP.NET, Classic ASP Tags:

A new look and new change?

June 13th, 2009 graz 3 comments

I decided to change the look of my site. The old one seems too heavy and most of the pictures are delayed to load. Hope this new look will elapse in long period of time.

Frankly, the main reason why I change the theme of my blog is because I want to divert all my anxiousness in predicting my future as an employee. It’s been 4 months and 29 days since NGCP takes over the operation of TransCo and until now its employees are frightened they might be jobless in a month. The postponement of releasing the concessionaire’s Table of Organization (TO) feels like they’re murdering us inch-by-inch.

They’ve said, the releasing of TO will be next week, will this be a new change for all of us?

Signed off
Graz

Categories: Wordpress Tags:

ASP.NET Unifying Components

December 4th, 2008 graz No comments

The unifying components, listed next, are the means by which you can access the services the .NET framework provides:

  • ASP.NET
  • Windows Forms
  • Visual Studeio.NET

ASP.NET
ASP.NET introduces two major features: Web Forms and Web Services.

Web Forms
Developers not familiar with Web development can spend a great deal of time, for example. Figuring out how to validate the e-mail address on a form. You can validate the information on a form by using a client-side script or a server-side script. Deciding which kind of script to use is complicated by the fact that each approach has its benefits and drawbacks, some of which aren’t apparent unless you’ve done substantial design work.

If you validate the form on the client by using client-side Jscript code, you need to take into consideration the browser that your users may use to access the form. Not all browsers expose exactly the same representation of the document to programmatic interfaces. If you validate the form on the server, you need to be aware of the load that users might place on the server. The server has to validate the data and send the result back to the client. Web Forms simplify Web development to the point that it becomes as east as dragging and dropping controls onto a designer (the surface that you use to edit a page) to design interactive Web applications that span from client to server.

Read more…

Categories: ASP.NET, Programming Tags: