아래 꿈같은 에러는...
2010-09-02 15:26:04

쓸데 없는 dll은 모두 지워버리고 reference에만 넣어주고

Windows/system32에 그냥 모든 dll을 넣었다.

어짜피 이건 웹서비스라 서버 컴퓨터는 내거니 내맘데로 해버렸다. ㅋㅋㅋㅋ

좋은 생각 아닌가 .... 멍청하다고 미안해 말라

▼ more
다시 찾아온 꿈같은 에러
2010-09-02 11:43:03

Error 1 The "CreateRiaClientFilesTask" task failed unexpectedly.

System.Web.HttpException (0x80004005): Could not load file or assembly 'OpenCvSharp.Extern.DLL' or one of its dependencies. The specified module could not be found. ---> System.Configuration.ConfigurationErrorsException: Could not load file or assembly 'OpenCvSharp.Extern.DLL' or one of its dependencies. The specified module could not be found. ---> System.IO.FileNotFoundException: Could not load file or assembly 'OpenCvSharp.Extern.DLL' or one of its dependencies. The specified module could not be found.

at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)

at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)

at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks)

at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)

at System.Reflection.Assembly.Load(String assemblyString)

at System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective)

--- End of inner exception stack trace ---

at System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective)

at System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory()

at System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai)

at System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig)

at System.Web.Compilation.BuildManager.GetPreStartInitMethodsFromReferencedAssemblies()

at System.Web.Compilation.BuildManager.CallPreStartInitMethods()

at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException)

at System.Web.Compilation.ClientBuildManager.EnsureHostCreated()

at System.Web.Compilation.ClientBuildManager.CreateObject(Type type, Boolean failIfExists)

at Microsoft.ServiceModel.DomainServices.Tools.CreateRiaClientFilesTask.CreateSharedTypeService(ClientBuildManager clientBuildManager, IEnumerable`1 serverAssemblies, ILogger logger)

at Microsoft.ServiceModel.DomainServices.Tools.CreateRiaClientFilesTask.GenerateClientProxies()

at Microsoft.ServiceModel.DomainServices.Tools.CreateRiaClientFilesTask.ExecuteInternal()

at Microsoft.ServiceModel.DomainServices.Tools.RiaClientFilesTask.Execute()

at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()

at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask, Boolean& taskResult) Development1

▼ more
트위터 크롤러 변신
2010-09-02 11:09:57

1. DB에 넣는 것은 TwitterMGR이 하지 않는다.

2. 프로필 정보를 얻어온다.

3. Friends의 Tweet도 넘어온다.

4. DB를 새로 만든다.

▼ more
work lit
2010-09-01 23:19:26

===[업무시작전]===

1. graph 용 언어 찾기 => 1시간?

===[업무시간중]===

1. WCF와 붙이기 => 3~4시간?

2. 정확도 높이기 => 5시간?

-> Threshold 제대로 하기

-> 두번째로 큰 사각형 선택하기?? 이부분 잘 정의할 것

-> directionOfPoint(CvPoint[] lp, CvPoint point) 에서 0이 나오는 사항 확인

-> 사각형 찾는 것을 단순 사각형 검색에만 의존하지말고 주변 사각형으로 검출해 내도록 한다.

===[업무시간후]===

1. Silverlight 에서 사용할 수 있도록마침.

▼ more