Hosting WCF on internet
Hi , Anyone recommend a good company that offers hosting WCF service(framework 4.5) ?
View ArticleGoing back to WCF, using SSL
Hey, Code: Â <security mode ="TransportWithMessageCredential"> Â Â Â Â Â <message clientCredentialType="UserName" /> I am trying to work out an ssl - certificate site. This time the company...
View Article[RESOLVED] Going back to WCF, using SSL
Hey, Code: Â <security mode ="TransportWithMessageCredential"> Â Â Â Â Â <message clientCredentialType="UserName" /> I am trying to work out an ssl - certificate site. This time the company...
View Articlehttps custom validation will still use ssl?
Hi. I am creating a custom validation, meaning something like: Code: <basicHttpBinding> Â Â Â Â <binding name="defaultBasicHttpBinding"> Â Â Â Â Â <security...
View Article[RESOLVED] Unable to cast object of type...
Unable to cast object of type 'System.Collections.Generic.List`1[System.String]' to type 'WindowsApplication1.ServiceReferenceVSAPI.ArrayOfString'. What is going on here? I cannot find a simple viable...
View Article[RESOLVED] WCF Datacontract element visible in client, but not in service itself
i've got this data contract Code:   [DataContract]   public class SvcEuroCall   {     [DataMember]     public Guid RequestID{get{return new Guid();}}     [DataMember]     public...
View ArticleREST WCF , how to consume it and return object types
hi I have my service contract below and implementation in other calls . Anyways , in the browser it's working find but when I try it in Windows Application it errors out . How can i use XML...
View ArticleGetting correct values from class but cannot check breakpoint
Hi. I have this class that default to a connection string. Code: #Region "connectionstrings" Public NotInheritable Class GlobalConnections   Private Sub New()    End Sub   Shared Sub New()...
View Article[RESOLVED] WPF Calendar Remove Blank space
Code: <Calendar DisplayMode="Month" Name="DTRECFROM"></Calendar> Hope somebody can help..Hopefully an easy one. I have a WPF calendar inside a control and I've noticed there is a lot of...
View ArticleMy crystal report not working after publish with screen shot
My crystal report not working after publish with screen shot hi, I have VISUAL STUDIO 2010, c#, with mysql database, i installed crystal report for visual studio. all are working in the debugging mode...
View Articlei need wcf to test for an absolute address.
197 Points 737 Posts i need wcf to test for an absolute address. a few seconds ago|LINK Hi. i am trying the following: Web server, i run the address: https://localhost/VSAPI/vsapiinfo.svc and i get: To...
View ArticleProblem Deserializing the jsonString
I have a question that requires a bird's eye view of this topic, since I am a newbie on WCF. I retrieved data from the database and serialized it into a valid json string. I set the service-side object...
View ArticleGrouping and Row Details for DataGrid
Hi every 1 Please i'm new with WPF, i have DB with 2 tables (Customers_details,Customers_Activities) and i want my WPF (vb.net) app datagrid to do the following : 1- show the customers details with...
View ArticlePassing a filepath to a web service - Problem
I am trying to pass a string: c:\Books\image.jpg to a web service with no success. I tried to encode it as: <Code> returnString = HttpUtility.UriEncode(pathString)</Code> The encoding works...
View ArticleWCF service in local IIS and run with Jquery.
Hi. Is that so hard? Do i need cross domain stuff??? I am creating a simple WCF and i want to call it from local IIS. I cannot do it, whatever i try. The service will work if i have it inside a web...
View Article[RESOLVED] WCF service in local IIS and run with Jquery.
Hi. Is that so hard? Do i need cross domain stuff??? I am creating a simple WCF and i want to call it from local IIS. I cannot do it, whatever i try. The service will work if i have it inside a web...
View ArticleUser control label
Hi, I am new to VB.NET and WPF. I have been working from an example i found and modifying it to suit my needs. I have created a user control which i want to use as a button (i dont like the way buttons...
View ArticleTransitioning to WPF from WinForms
I have been reading a book (Pro WPF in C# 2010) to start myself off with WPF. Traditionally I have been using WinForms to do my app design (with all kinds of custom gradient paints, timer animations,...
View ArticleNeed to create movable buttons. Ideas and pointers please.
I am finally moving into the 21st century and have taken the plunge into WPF, Xaml. I have read some tutorials and have a free 3 months subscription to PluralSight which I plan to use extensively. I am...
View ArticleNeed help understanding Resource strings and locales
Hi! I am confused. We have written a vb.net wpf app where the user is supposed to change languages of the UI texts by selecting a dropdown list and tehn restarts the app, the selected locale is saved...
View Article