개발/Troub
-
ASP개발/Troub 2015. 5. 5. 18:29
- IIS 7.5HTTP 500.19 - Internal Server Error 0x8007000dhttp://forums.iis.net/t/1176834.aspxhttp://www.iis.net/downloads/microsoft/url-rewrite http://uiandwe.tistory.com/entry/ASP-%EC%9A%94%EC%B2%AD%ED%95%9C-%EB%A6%AC%EC%86%8C%EC%8A%A4%EC%97%90-%EC%95%A1%EC%84%B8%EC%8A%A4-%EA%B6%8C%ED%95%9C%EC%9D%B4-%EC%97%86%EC%8A%B5%EB%8B%88%EB%8B%A4-IIS-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0-%EC%9E%90%EC%84%B8%E..
-
MySQL개발/Troub 2014. 12. 5. 18:01
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line'TYPE=MyISAM' => 'ENGINE=MyISAM' 참조 사이트:http://stackoverflow.com/questions/10389790/1064-you-have-an-error-in-your-sql-syntax
-
-
VS2010개발/Troub 2010. 11. 22. 17:29
RC : fatal error RC1106: invalid option: -ologo http://www.go4answers.com/Example/build-error-rc1106-2010-rc1-2009.aspx 빌드 (web): 'FredCK.FCKeditorV2.FileBrowser.Config' 형식을 로드할 수 없습니다.Manually copy the FredCK.FCKeditorV2.dll file to the "bin" directory of your web site. Then build your website.orRight-click "References" in your Visual Studio.NET project in the "Solution Explorer". Use "Browse" ..
-
VC2005개발/Troub 2010. 8. 27. 15:13
C2226멤버함수 인자의 타입에 오류가 있는 경우 무조건 제일 처음 인자 타입을 표시 http://support.microsoft.com/kb/148652 http://blog.naver.com/PostView.nhn?blogId=kirba518&logNo=150021382785&redirect=Dlog&widgetTypeCall=true&topReferer=http://kaludin.egloos.com/2461933 http://himskim.egloos.com/1352834
-
MFC개발/Troub 2010. 7. 17. 17:49
Windows 95 Windows NT 4.0 // 0x0400 VC98 Windows 98 Windows Me Windows 2000 // 0x0500 Windows XP // 0x0501 #if _WIN32_IE >= 0x0500 _AFXCMN_INLINE COLORREF CTreeCtrl::GetLineColor() const { ASSERT(::IsWindow(m_hWnd)); return (COLORREF)::SendMessage(m_hWnd, TVM_GETLINECOLOR, 0, 0L); } _AFXCMN_INLINE COLORREF CTreeCtrl::SetLineColor(COLORREF clrNew /*= CLR_DEFAULT*/) { ASSERT(::IsWindow(m_hWnd)); r..