다시 찾아온 꿈같은 에러
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
잊어버릴 만한 해결점들
2010-09-01 21:55:43

canny 말고 contour로 하면 무조건 폐곡선으로 그려질듯

하지만 문제 없으면 일단 패스

tags : HangulX2

▼ more