วันพฤหัสบดีที่ 30 สิงหาคม พ.ศ. 2555

Oracle 10g with Windows Sever 2008

Information tell me Oracle 10g 10.2.0.1 not work with Window Server 2008 R2
but we can still install and use if have patch 10.2.0.5

ref : http://docs.oracle.com/cd/B19306_01/relnotes.102/b14264/toc.htm#BABGFAJI


So you can download this patch if you have license Oracle 10g and enter "Support Identifiers" for retrieve patch 10.2.0.5 at "https://support.oracle.com"

วันจันทร์ที่ 27 สิงหาคม พ.ศ. 2555

MVC Configuration Error after Upload to IIS Server

Parser Error Message : Could not load file or assembly 'System.Web.Helpers, Version=1.0.0.0, Culture...'
This mean your IIS server may not support MVC dlls. so to fix this has 2 ways
Deploy MVC Dependencies with Visual Studio or Install MVC in Server for support MVC Project.

วันพุธที่ 22 สิงหาคม พ.ศ. 2555

Prevent IE Overlapping in taskbar Windows 7

I like IE but annoy when other browser is show in single Preview in Taskbar but IE not.


Simple to fix this is goto Internet Options and check out of box
"Show Previews for individual tabs in the taskbar*"

Nuget update EntityFramework failed.

And it request to update by Package Manager Console. (With out how to?)

For command console update package use
"Update-Package EntityFramework"


You can update any package if you know package name by
"Update-Package xxxxxxxx"

วันศุกร์ที่ 17 สิงหาคม พ.ศ. 2555

Amazon EC2 IIS7 FTP connected problem.

Already add port 21 to EC2 "Security Group" can connected to my ftp but can't load or upload file (still create directory and delete files)
May be firewall problem but Inbound is already config so what problem?

Yes our EC2 have firewall. to make sure our FTP working please follow this step
http://learn.iis.net/page.aspx/309/configuring-ftp-firewall-settings-in-iis-7/

In "Step 2: Configure the external IPv4 Address for a Specific FTP Site" will show how to configuration FTP Firewall Support

The key is External IP Address of Firewall
use your "Elastic IPs" for this will let you connected your ftp server from outside.

วันพฤหัสบดีที่ 16 สิงหาคม พ.ศ. 2555

Could not load file or assembly Interop.SHDocVw

Install watin by Nuget today but can't run correctly and show this Popup.


After some research it easy to fix by change "Embed Interop Type" to False (Default value is True) in Properties windows.
Now can run without problem.