콘텐츠로 건너뛰기

.netframework

.Net

Active Directory Reset Password

Active Directory 사용자의 비밀번호를 초기화하는 응용 프로그램입니다. 이전글: Active Directory 비밀번호 변경은 본인 계정으로 로그온한 후 비밀번호를 변경하기 위한 코드입니다.. 사용 도메인을 입력합니다. e.g.) bbon.kr Active Directory 관리자 계정 이름을 입력합니다. e.g.) Administrator Active Directory 관리자 계정 비밀번호를 입력합니다. 비밀번호를 변경할 계정 이름을 입력합니다. Connect… 더 보기 »Active Directory Reset Password

.Net

FileLoadException 예외

리모트 저장소에 있는 파일로 부터 Assembly 클래스의 인스턴스를 초기화할 때, 아래와 같은 예외가 발생합니다. var uri = “http://test.com/a.dll”; var assembly = Assembly.LoadFrom(uri); // 여기서 예외발생 예외의 내용은 아래와 같습니다. An unhandled exception of type ‘System.IO.FileLoadException’ occurred in mscorlib.dll Additional information: Could not load file or… 더 보기 »FileLoadException 예외

.Net

FCK Editor 2.6.3. for ASP.NET

FCKeditor 그리고 FCKeditor.Net Latest version을 내려받습니다. 필요파일 FCKeditor_2.6.3.zip 또는 FCKeditor_2.6.3.tar.gz FCKeditor.Net_2.6.3.zip FCKeditor_2.6.3.zip 압축을 해제하고 fckeditor 폴더 내용 전체를 Site의 적당한 위치에 업로드 합니다. fckeditor_samples 은 없어도 문제없습니다. bin\Release\1.1\FredCK.FCKeditorV2.dll – asp.net 1.1 에서 사용 bin\Release\2.0\FredCK.FCKeditorV2.dll – asp.net 2.0 에서 사용 사이트의 bin 폴더에 적당한 버전의 FredCK.FCKeditorV2.dll… 더 보기 »FCK Editor 2.6.3. for ASP.NET