Key cannot be null. Parameter name: key
Design Time 오류
Component(UserControl)를 만들고 나서 다른 Component에 올려놓으니 딱 하고 뜨는 에러..
이 에러는 Visual Studio에서 Design_Time 에 Component를 그릴 때 나는 에러입니다.
코드에서 보면 Property들과 Initialize, Load 이벤트 까지가 DesignTime에도 사용됩니다.
이런식으로 DesignTime에 Load를 하지 않도록 설정하면 간단하게 해결이 됩니다.
컴포넌트에서 Key cannot be null. 이런 식의 에러가 나면 자동 실행부분을 잘 봐주세요.
Leave a comment