Even though the content of this post seems pretty straightforward, but I found that this information might be useful for someone who has never done this before. Designer errors while loading a silverlight component are not that rare. And might need to find out what’s going on. Even though the designer shows you a full stack trace of the exception, it might not always be helpful.
Well an easy way to find what’s going wrong is to open another instance of visual studio and attach it to the previous instance. After that try reloading the designer. This should provide you with much more detail and might even take you to the exact point where the exception occurs if you have the source code.
0 comments:
Post a Comment