| Rob님의 프로필Rob Relyea블로그리스트 | 도움말 |
|
7월 27일 WPF: problem with 1.*, non-globalized, locally defined component, & signingWe believe it only happens if all of these things are true:
1) Your project has a version number with an asterisk in it (auto-incrementing).
2) You are not building a globalized application (set via UICulture setting in the project file).
3) In a XAML file, which is configure to be compiled as a Page, you are referencing a type that is from the same assembly that the baml file will be compiled into. (Locally defined component is the term our team often uses for that.)
4) You are signing your assembly.
Currently, we think we aren't going to fix this problem in v1, since it is a bit risky, we are done, and there are 4 different work arounds.
Please yell if this is going to be an extremely common scenario...or if we are crazy for not fixing this now.
Thanks, Rob 댓글 (6개)
RelyeaRob
님이 이 페이지의 댓글을 표시하지 않도록 설정했습니다.
트랙백(6)이 블로그의 트랙백 URL은 다음과 같습니다. http://rrelyea.spaces.live.com/blog/cns!167AD7A5AB58D5FE!497.trak 이 블로그를 참조하는 웹 로그
|
|
|