Advanced Forum Search Results
-
Hi Mattbell,
Even i have the same problem as you had.
I copied the folder in output_sdi from the composer and pasted in client bin of my application
I tried even giving the source url as ../../trial/dzc_output.xml
But still i am getting the same error can you help me please
-
add my vote also ..its really important ....
-
Hi sladapter,
I followed the steps you told..
i created a custom control and added the dll in my sl application.
and created a generic xaml and put those stuffs there..
everything is fine i dont get any compile time error also.
but when i run my application am not able to get the bar..
the progress bar is not visible..
what may be the ...
-
Hi all,
in our project we are planning to create some user controls which is not readily available in silverlight.
now my doubt is..if i create a control i will be giving only the dll of that control right..(am not sure)
but my control has a webservice call for some functionalities...
Now if that is the case i should host my web service ...
-
May be u need not use the border before the scrollviewer..
But u have to use the items presenter..which is very much needed...
-
Hi, am sorry if i am wrong in understanding your issue.
Let me expalin what i understood, check if this is what u want.
You pass a user login details to your service and if u get true then you are confirming him as guest and he will be shown some other page where there are few button ..
on those button click you need to fill ...
-
Hi Rajesh,
I solved that problem..But still am confused how it got solved.
Let me explain ...i was not able to solve that issue which i posted...but in one forum i saw a method to trace the web service. so i thought of tracing my web service so that i could find out what the actual problem is. But as soon as i added that content to allow tracing ...
-
Hi Leefwu,
This particular code has to be added in the control template
<ControlTemplate x:Name="ct">
<Border>
<ScrollViewer x:Name="sb_Vertical">
<ItemsPresenter></ItemsPresenter>
</ScrollViewer>
</Border>
</ControlTemplate>
and this can be used in your control ...Say if ...
-
Hi Everyone,
This problem is fixed..
I could not find what was the probelm ..
but i added a tag setting in webservice web.config file which solved my problem.
Thanks for your quick replies.
Thank you
-
This problem is solved...
I dont know what was the problem.
But i added tag in my webservcie web .config file for tracing which fixed my problem.
Thanks guys for your immediate response and reply.