I am trying to use this class for calling my WCF Service
http://electroholic.com/?p=10
in the sample the author has this code
ExampleWCFClient client = proxy = new ExampleWCFClient()...
Hi,
I need to call server side function from a HTML page (and NOT aspx page )button click event. IS it possible to call using PageMethods property of AJAX?
The serv...
In trying to do a simple WCF example, I have run into a UAC issue. The example is here: http://bloggingabout.net/blogs/dennis/archive/2007/04/21/wcf-simple-example.aspx?
The problem is th...
It's really that simple (conceptually): I would like to set the ContentTemplate property of a ContentPresenter during the RunWorkerCompleted event when using a BackgroundWorker object. I know...
We're trying to implement a background binary file downloader with progress bar in a WinForms app using WCF.
Our UI will have a list of URLs like http://myserver/bigimage1.jpg, http://myser...
I would like to install in a pc without internet connection the NET Framework 3.5.
I downloaded the full package from here:
http://download.microsoft.com/download/6/0/f/60fc5854-3cb8-4892-b6...
Hi,
How do i find the path of the executable in a windows console application (C# code)?
I tried "Application.StartupPath".It did not work,got a compile error "the name 'application' does ...
I am trying to activate the spellchecking of a RichTextBox control but nothing happens.
I have tried (and double checked) the <RichTextBox SpellCheck.IsEnabled="True"/>, but nothing happens...
Hi,
Im just new to WCF and recently started a program. I have a service operation named CreateAdministrator which inserts in 2 tables via the DAL. I have read in some article and also in Juva...
Hi,
I am using LINQ to SQL, and one thing I don't like about it, is that it automatically adds connectionstring to my .config file and use a connection string key in the generated code, si...
Hi experts
i'm discovering LINQ and yes, this is very handy but what about performance?
it seems to have a huge impact on it?
may i use LinQ for normal use and For/Loop for performance ...
I am trying to pass a collection to a WCF Service.
But I am getting an error
Value of type 'System.Collections.Generic.List(Of VBIObjects.ParameterInfo)' cannot be converted to 'System.C...
I am trying to move some custom control library applications over to WPF. In one application in particular it is critical that i can trap for the following events that occur on the control. I ...
I have MSVisualStudio2..8 and .net3.5 pre-release framework on win 2003 server. i tried working with the system.io class and can't get the packaging reference to import. what's the problem?
1. I need to populate ListView with the data from database from .vb ffile, not asp:SqlDataSource
2. i have no idea how to bind and implement Change Pagesize with DropDovnList
Dear all,
I have a page written in asp.net 3.5
The page display language is Hebrew.
The page is divided into TWO tables (side by side).
I also have a simple panel control at the TOP of t...
My company has just invested in a dedicated web server to host our multiple sites. Our IT support partners have done a basic Windows 2003 installation with SQL Server 2005 and have asked me to...
Hi erveryone,
Im currently starting developing a WCF service hosted in IIS and came across a problem. I have developed a UserService which is described in .svc file as <% @ServiceHost Servi...
Hello
I want to Math.Round, but always to the next bigger value.
So 4.1 should be 5...
How can I do that?
Thanks
Hi,
I am using statemachine WF.
There are several instances are running into production of initial
version, I did some changes into later version of workflow (added few
stat...
I am dynamically creating images in .Net 3.0, but each format is giving me problems.
- When I save as Gif, the image is (I think the term is) 'ditherered'
- When I save as Png, it looks grea...
Hi,
How do I confirm successful installation of .NET framework 3.5 on server? It looks like it went out there okay because it did create this path: c:\WINDOWS\Microsoft.NET\Framework\v3.5, ...
I'm trying to databind the width of an image from a Xml file to a asp:Image control.
Here's the xml markup for the image:
<image>
<url>~/Images/test.jpg</url>
<width>130</width>
<height>9...
have tried installing the same program several times. Each time it comes up with a Microsoft .NET Assemby Registration Error. I have attached a PDF version of the details of the error. Onc...
Hi,
I am trying to convert a string to a double and not sure how to do this. This is the original code as a string:
Partial Class courseTabs
Inherits System.Web.UI.UserControl
P...