Advanced Forum Search Results
-
First: Argh......
Second : When will be released the RTM?!? When?!? :)))
Third: It works if you remove the IsReference property from the generated code (ReplaceAll to empty string :) )
Maybe an overhead, but it works...
(or i have not find a/the bug yet?!?! :))) )
KRis
-
Ah...
I had the same problem.
It can be fixed by deleting the SilverlightApp reference on the WebProject property page, and ReAdd it :)
S*x
KRis
-
So...
The solution is:
Use web project, so you can set the port manually...
and...
the Service Reference Wizard cant resolve the "localhost"...
after i commented out the "::1 localhost" IPv6 section in the hosts file it has started to ...
-
So... i made an another test :)
I add a WCF project to the solution and it works fine...
So if the WCF service in the ASP.Net project doesnt work, but why?!?
Maybe configuration problems?!?
i tried with and without this : <serviceHostingEnvironment aspNetCompatibilityEnabled="true" ...
-
So... i made a test...
i created a new silverlight app in VS, then a choosed WebSiteProject (not file based...) for test.
i added a silverlight enabled WCF service to the ASP.Net project and when i would like to add the service reference, i get the same error. (the port is fix and ok, because i set it manually.)
But the service reference ...
-
:)
Thanks I know what is the property page :)
The Silverlight project template creates a file-based web site, not a Web Project...
so, i cant turn off auto port :)
-----
I think i will "change" the testing web site (file based) to Web Project and in that, i can set the port manually.....
-
Thank's the link, i 've seen it. But...
I do the same, but it doesnt do the same :)
The VS randomizes the port, and if i overwrite it, it doesnt find the service, and show that error what i wrote...
My system:
-newly installed vista
-vista sp1
-vs 2008 prof edition
-vs2008 sp1 beta1
-
Hi,
I 've started to develop a Silverlight app...
My steps: New silverlight project (with file based test web project)
Add WCF service (silverlight enabled) to web project
Implement serviceAdd reference in Silverlight project to System.Data.Services.Client
Try to add service reference in the Silverlight project to the ...