TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
dot next
NA
3
0
Could not create instance of type
Nov 3 2010 9:59 AM
I have created a UserControl Popup window and called that xaml file into another file. Imported the namespace.
When I am trying to build this project an error at this below given code:
<Popup x:Name="POP" IsOpen="False" PlacementTarget="{Binding}" Placement="Center" AllowsTransparency="True">
<a:PopUpWindow x:Name="pp" />
</Popup>
Error at :
<a:PopUpWindow x:Name="pp" />
Could not create an instance of type 'PopUpWindow'.
Reply
Answers (
1
)
WPF Slider control Delay issue??
Pass textbox value from one form to another form