반응형
Visual Studio 2008에서 실버라이트 프로젝트를 만들어 파일 Expression Blend 2.0 에서 열기를 하면 아래와 같은 "Canvas는 WPF 프로젝트에서 지원되지 않습니다."라는 에러문구가 떠서 뭐 좀 해볼라면 항상 Blend 에서 Canvas 만들어서 코드 복사해서 붙여 테스트 했는데..
Visual Studio 2008 에서 만들어 주는 소스
<UserControl x:Class="Chapter_5_3.Controls.HorizontalSlidingViewer"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Width="400" Height="300">
<Grid x:Name="LayoutRoot" Background="White">
</Grid>
</UserControl>
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Width="400" Height="300">
<Grid x:Name="LayoutRoot" Background="White">
</Grid>
</UserControl>
각설하고 Expression Blend 2.5 2008년 6월 프리뷰 설치했더니 파일열기하면 자동으로 Expression Blend 2.5로 열리고 감동적으로 UserControl 에 Grid 까지 에러없이 출력해주는구나.. ㅠ.ㅠ
진작 설치할껄..
큰 짐을 덜은 듯한 이 느낌..
반응형
'Dev > Silveright' 카테고리의 다른 글
Silverlight 1.1에서 2 Beta1으로 변경된 내용 정리 (0) | 2008.07.31 |
---|---|
[실버라이트] KeyDown 이벤트 만들기 (0) | 2008.07.30 |
html에 실버라이트 전체화면 나타내기 (0) | 2008.07.29 |
[Silverright] VideoBrush 만들기 (0) | 2008.07.22 |
비주얼스튜디오 2008에 실버라이트 프로젝트 생성 메뉴가 안보일 때.. (0) | 2008.06.23 |