Click here to Skip to main content
15,919,423 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: VS 2008 SP1 XAML Designer Problem Workaround Pin
Mark Salsbery10-Nov-08 5:53
Mark Salsbery10-Nov-08 5:53 
QuestionCreate/Load resources/styles Pin
ronaktamboli9-Nov-08 23:04
ronaktamboli9-Nov-08 23:04 
AnswerRe: Create/Load resources/styles Pin
Jammer10-Nov-08 1:41
Jammer10-Nov-08 1:41 
QuestionData Binding In Custom WPF control Pin
K. N. Nair9-Nov-08 20:17
K. N. Nair9-Nov-08 20:17 
AnswerRe: Data Binding In Custom WPF control Pin
ColinM12310-Nov-08 14:45
ColinM12310-Nov-08 14:45 
GeneralRe: Data Binding In Custom WPF control Pin
K. N. Nair10-Nov-08 18:29
K. N. Nair10-Nov-08 18:29 
Questionaspx page inside Silverlight..? Pin
ginzb7e89-Nov-08 4:51
ginzb7e89-Nov-08 4:51 
AnswerRe: aspx page inside Silverlight..? Pin
salon10-Nov-08 3:13
salon10-Nov-08 3:13 
Got a partial solution of the problem:

If we use the user control i.e. the .ascx file in the xaml page
we can do it like

1. REgister the usercontrol with following tag in

xmlns:MyUserControl="clr-namespace:SilverlightAppWeb"

where SilverlightAppWeb is the namespace of the .ascx user control

2. Use it anywhere with tag

<MyUserControl:Servicecontent/>

where Servicecontent is the class name.


This was successful for calling xaml file, i.e. xaml usercontrol.

But giving following error with .ascx file:

AG_E_PARSER_BAD_TYPE [Line....]
where the line is <MyUserControl:Servicecontent/> when .ascx is used.

And shows contents when the reference of xaml page is given....

Further let's try....
AnswerRe: aspx page inside Silverlight..? Pin
Pete O'Hanlon10-Nov-08 3:39
mvePete O'Hanlon10-Nov-08 3:39 
Questionwpf - nested binding expression? Pin
Leblanc Meneses7-Nov-08 13:12
Leblanc Meneses7-Nov-08 13:12 
QuestionUser online status Pin
krishm21_846-Nov-08 19:47
krishm21_846-Nov-08 19:47 
AnswerRe: User online status Pin
elektrowolf8-Nov-08 6:07
elektrowolf8-Nov-08 6:07 
QuestionWCF authentication Pin
David Moody6-Nov-08 7:31
David Moody6-Nov-08 7:31 
Questionnovice with an error. [modified] Pin
VisualLive5-Nov-08 23:17
VisualLive5-Nov-08 23:17 
AnswerRe: novice with an error. Pin
Pete O'Hanlon6-Nov-08 1:01
mvePete O'Hanlon6-Nov-08 1:01 
GeneralRe: novice with an error. Pin
VisualLive6-Nov-08 14:24
VisualLive6-Nov-08 14:24 
GeneralRe: novice with an error. Pin
VisualLive6-Nov-08 15:21
VisualLive6-Nov-08 15:21 
GeneralRe: novice with an error. Pin
Pete O'Hanlon6-Nov-08 22:55
mvePete O'Hanlon6-Nov-08 22:55 
QuestionMedia Not Loading On Time Pin
ctrlnick5-Nov-08 13:04
ctrlnick5-Nov-08 13:04 
QuestionHi there :) Please help me Pin
viashivan5-Nov-08 5:01
viashivan5-Nov-08 5:01 
AnswerRe: Hi there :) Please help me Pin
Paul Conrad5-Nov-08 6:27
professionalPaul Conrad5-Nov-08 6:27 
GeneralRe: Hi there :) Please help me Pin
viashivan6-Nov-08 0:36
viashivan6-Nov-08 0:36 
GeneralRe: Hi there :) Please help me Pin
Paul Conrad6-Nov-08 5:01
professionalPaul Conrad6-Nov-08 5:01 
GeneralRe: Hi there :) Please help me Pin
Pete O'Hanlon6-Nov-08 1:48
mvePete O'Hanlon6-Nov-08 1:48 
GeneralRe: Hi there :) Please help me Pin
viashivan6-Nov-08 3:18
viashivan6-Nov-08 3:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.