6월, 2011의 게시물 표시

VSTO 2010 xp Deploy Problem

I tried to deploy Excel 2010 Add-In to XP target machine. But the Add-In didn't work properly which worked well with windows 7. The solution is so simple: Install office 2010PIA on your XP target machine. You can download office 2010PIA in here: http://www.microsoft.com/download/en/details.aspx?id=3508 If you want to make a setup package, you need this bootstrapper, download here : http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=18249

웹 디버깅

이미지
옵션 변경 캡션 추가

[MS-SQL] DB의 모든 테이블 정보

select OBJECT_NAME(id) , rows from sysindexes where indid = 1 order by rows desc

When meet "The Module DLL C:\Windows\System32\inetsrv\isapi.dll failed to load. The data is the error." message in event log

이미지
When 503 Sevice unable error occured, check event viewer. If you see "The Module DLL C:\Windows\System32\inetsrv\isapi.dll failed to load.  The data is the error." message, try this one. [Error Message] [solution]

VMware hdd 추가 후 offline상태일 때

CMD창에서 Diskpart 실행후 다음과 같이 입력 DISKPART> SELECT DISK n DISKPART> ATTRIBUTES DISK CLEAR READONLY DISKPART> ONLINE DISK DISKPART> attributes disk clear readonly DISKPART> create partition primary

Deploying a Visual Studio 2010 Tools for Office Solution Using

http://msdn.microsoft.com/en-us/library/ff937654.aspx