Recent Posts
Recent Comments
Link
관리 메뉴

NaggingMachine

익스프레션과 VS2005와의 비호환성(Conflict between Microsoft Expression and VS 2005) 본문

TechnoBabbler

익스프레션과 VS2005와의 비호환성(Conflict between Microsoft Expression and VS 2005)

naggingmachine 2006. 12. 5. 22:41

There are so many many articles regarding Microsoft Expression Interactive Designer (EID) Beta 1 and Visual Studio 2005 Toolkit. Designers use the EID and developers use Visual Studio 2005. Ohh~~ That sounds so cool! It, however, doesn't work with interoperability. I mean the articles say that you can use the code that is generated by EID in the VS 2005, and vice versa. Of course it works only if you update many parts of code by yourself. If you get the code from EID and compile it in VS 2005, the VS 2005 give you many compile errors. Most of them is XML errors. Why XML errors? I guess the EID team and SDK team are different teams, so there are communication problems between them. Interface, Documents, Librarys problem, or somthing like that. Anyway I tried to get over these conflicts, but finally I found that all I have to do is just wating new release. :-(

Expression Interactive Designer 베터 1이 출시되면서 Visual Studio 2005에서 사용할 수 있는 SDK 도 함께 출시 되었다. 물론 그에 관한 기사들도 수없이 많이 확인할 수 있다. 디자이너는 EDI를 사용하여 디자인을 하고 개발자는 로직을 작성하는 형태이다. 이 얼마나 멋진 작업인가! 하지만 일이 그렇게 쉽지만은 않다. 그러니까 EID에서 만든 코드를 VS 2005에서 쉽게 사용할 수 없다는 말씀. 그 역도 마찬가지이다. 전혀 사용할 수 없다는건 아니고, 사용하기 위해서는 이리저리 코드를 고쳐줘야 한다. 호환에 영향을 미치는 오류들 중 대부분은 XML 태그 관련 오류들이다. 왜 XML 오류가 발생하는 거지? 내 생각에는 EID 팀과 SDK 팀이 달라서(분명 다를것이다), 의사소통에 문제가 있는듯 싶다. 문서나 인터페이스, 라이브러리 등에 문제가 있을 수 있다. 어쨌든 개인적인 방법으로 이 문제를 근본적으로 해결해보려고 했으나, 결국 방법은 찾아내지 못했고 그저 기다리는게 상책이라는 사실을 깨닫게 되었다. -_-;;;