Advanced Forum Search Results
-
in answer to the above, yeah - but both syntax should work (i think).
I think I have actually sorted it now, as for what was wrong.. well I think many things, I was getting confused while changing the code namespaces, entity connection names, entity namespace, and databse connection names etc. once I started hitting problems, I started ...
-
yes, i think the answer is.
Well the code is passing: http://localhost:1111/bizweb/wds_bubble.svc/bs_bubble()?$filter=plan_id eq 18&$orderby=bubbleName desc
to the webservice
Then I tried and track the error down by querying the web service directly in the browser first by:
...
-
I didnt even know you could make that setting, where do I look to see?
-
I forgot to mention that when I query the web service using the browser with:
http://localhost:1111/bizweb/wds_bubble.svc/
it works fine,
anything more than that, so:
http://localhost:1111/bizweb/wds_bubble.svc/bs_bubble
causes an error
I think its the additional params that are causing the problem
-
I had to type some of this out, I choose the sections that looked of intrest, but there was a lot more, mostly setting etc.the below info continues from the above error
there seem to be inner Exceptions for the inner Exceptions, the top exception is 1st then each subsiquent exception is a child of the previous ...
-
Hi,
I have a very unspecific error Im not really sure how to find out exactly what or how to fix it. If anyone can shed some light on what I should do then please let me know.
This code use to work but - im converting the project to Silverlight 3, and I also have a fresh installs of all programs, I am using Windows xp, (so IIS 5 is the web ...
-
Hi,
I have a small prototype application written in SL2 using ADO.net + entity framework. This was done with some problems in development, but I did manage to finish OK.
I am talking to some developers that haven’t used ADO.net/EF but are experienced in WCF , and want to rewrite it in SL3 using WCF, which I don’t have a problem with but, I ...
-
I seem to be going around in circles.
Ive installed silverlight 3 tools for visual web developer 2008 sp1 and visual studio and the sdk.
when i opened my simple project in vis web dev 2008 and try and run debugging i get the error message:
"unable to start debugging. The silverlight managed debugging package isn't ...
-
I have a data grid with 3 columns, the middle column weighting has a grid with a slider control (impact_weighting) and a textbox control (tx_impact) in it.
I need to link the slider value to the datagrid source and I also wanted to make the value of the slider show in the texbox, i tried to do this by adding an event to the slider , ...
-
lol, so simple. not sure what all the pages of code i had before where doing in that case.
Thanks for responding.