Advanced Forum Search Results
-
Ok... cracked it...
I first had to add the assembly name to my factory in my svc file...
<%@ ServiceHost Language="VB" Debug="true" Service="BuyMyPhotosWCF.Service1" Factory="BuyMyPhotosWCF.MyServiceHostFactory" CodeBehind="Service1.svc.vb" %>
I also had to make sure that the new ...
-
The above documentation shows to add a "Factory" element to the SVC file... Which I have done...
<%@ ServiceHost Language="VB" Debug="true" Service="BuyMyPhotosWCF.Service1" Factory="MyServiceHostFactory" CodeBehind="Service1.svc.vb" %>
However, VS2008 is telling me that ...
-
Thanks very much for that Yi-Lun Luo!
I'll go and try that now and let you know how I get on!
Cheers!
-
I am using DiscountASP.net to host my Silverlight Project. Within the solution I have a WCF service... However, when I try to access the service I recieve the error message... "This collection already contains an address with scheme http."
I realise, by rights I ought to be concentrating on asking this question in their ...
-
Ahhh... got it... I neeeded Imports System.Windows.Browser.
Works fine now, cheers. :-D
-
Cheers WilcoB..
Yeah, I must be still missing something... I tried renaming <Scriptable()> _ to <ScriptableMember()> _
But it reports that "Type 'ScriptableMember' is not defined".
Any ideas?
-
I use the <Scriptable> _ Tag within my silverlight 1.1a page, and I am currently upgrading to 2.0 beta.
However, as mentioned in the "Breaking Changes" document, the <Scriptable> _ Tag now needs to be replaced with ScriptableTypeAttribute and ScriptableMemberAttribute
But, I'm not too sure about what the information is ...
-
I'm personally, very interested in this
What I'm really hoping for is that Nokia will be making an SDK available for VS2008 + Blend. So us .net developers can create Silverlight based S60 apps.
More specifically in my case, for VB.net programmers.
-
No probs at all coolio :-D Let's hope they release the Design Tools quick smart eh! I'll be dissapointed if they're not released by the time they start the keynote today, or at least define when they will be released in the Keynote...
I'll definitely be streaming that at 5.30 GMT :-D
-
Interesting, installing this broke my site, it also screwed up my development environment of course. Wrong version of vs2008 now for this release of Silverlight, so coudn't build my project due to a plethora of errors.
So, for now, I've uninstalled it, and will wait for the tools to be released... hopefully later today! :-D
Can't ...