-
- Is a ISO version of the Express Editions available ??
by Kanti K
- 13 Replies
- Last post
by StarBlue
- Is a ISO version of the Express Editions available It would be great if it is available. Please let me know.
-
- How to rearrange items by hand in a sorted ListView?
by Shiranui
- 4 Replies
- Last post
by Marlon Grech
- Hello, I have a ListView sorted using the CustomSort property of ListCollectionView every time I click on a ColumnHeader. I'd like to rearrange (i.e. moving up/down) items by hand but it's impossible to bring such changes to the ListView once it's sorted. If I set the CustomSort property to null, the sorted view is erased and I get the ListView's original organization, which isn't the start point
-
- Generics via WCF
by Allan Bredahl
- 1 Replies
- Last post
by Brian McNamara - MSFT
- Hi All
I'm trying to transfer my custom objects via WCF, but I'm having problems with my collections.
E.g. this contract :
<DataContract()> _
Public Class Customer
<DataMember()> _
Public Name As String
<DataMember()> _
Public Employees As IList( Of Employee)
End Class
When generating my client proxy for the serv
-
- using an image as button content
by AvalonNewbie
- 3 Replies
- Last post
by Dennis Cheng - MSFT
- Hey guys i'm to display an image on a button using the following code but i get an IO exception. Uri uri = new Uri("pack://application:,,/410voefe.jpg"); BitmapImage bitmap = new BitmapImage(uri); Image img = new Image(); img.Source = bitmap; img.Stretch = Stretch.None; Button btn = new Button(); btn.Content = img; btn.HorizontalAlignme
-
- WCF hosted in IIS with Windows Authentication
by Jaga
- 5 Replies
- Last post
by dominick.baier
- Hi All,
We are hosting an WCF service in IIS 6.0 (Win 2K3) making use of wsHttpBinding and Message level security.
We have enabled Anonymous access and checked Windows authentication for the same in IIS settings.
The web.config settings for the WCF service is as below :
<bindings>
<wsHttpBinding>
<binding name="CPServiceBindingConfiguration">
-
- StoryBoard and RepeatBehaviour
by mgagne_98
- 4 Replies
- Last post
by Steve Galic - MSFT
- Hi all,
I have a small problem with the StoryBoard. I would like me animation to repeat indefinitely. I know that I can set the property RepeatBehavior to the colorAnimation and it will work, however, I absolutely want to use the StoryBoard. So, why in the following example, the animation doesn't repeat
Thanks for your help!
Regards,
Martin
Code Snippe
-
- how to set sercice description
by Serge Calderara
- 7 Replies
- Last post
by Dave Cliffe - MSFT
- Dear all,
I am buidling a WCF application and I would like to set the description of service I provide.
Which parameter and where to place it, which is corresponding to the service descritpion
What i would like to do how of it is that when my client applciation connect to set of services, those services gets displayed and there respective descriptiion is shown..
Thnaks for
-
- Getting Error "Unable to obtain a new server anchor" in OfflineAppDemo-Builder Project.
by Meet Vijay Shah
- 5 Replies
- Last post
by MindTrigger
- Hi all I am using code from http://www.codeproject.com/smartclient/takedataoffline.asp some how i am getting error when i call syncAgent.Synchronize() method. Error is describe below. I have created pub database that is given in the example. "Unable to obtain a new server anchor. Make sure that you can establish a connection to the server database and that the SelectNewAnchorCommand property
-
- EDM relationship does not seem to work
by pnunbe
- 4 Replies
- Last post
by Miha Markic
- Hi,
I am running Orcas Beta 1 VPC with the patch for EDM.
I built a model comprising the 'Customers' and 'Orders' tables in Northwind by means of the builtin tools in Orcas.
The Form_Load event handler in my Windows application looks like this:
Private Sub Form1_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load
Using nth As NorthEnti
-
- Publishing .NET 2.0 Site (AJAX.NET) on Server 2000
by bpoker
- 2 Replies
- Last post
by bpoker
- I recently wrote an application using AJAX.NET (and obvioulsy .NET 2.0). When I went to publish the site on the server I realized that neither .NET 2.0 or AJAX.NET were installed.
I downloaded both and installed. Rebooted the server to be sure.
After I created the virtual directory, I went to check the site. I got a parse error ont he web.config file, immediately I realized that I fo
-
- Memory Leaks
by h1
- 8 Replies
- Last post
by h1
- Hello,
I think my wpf app is hainvg a memory leak problem.
What is the best way I can go about detecting the problem areas. Are there any wpf specific tools.
Thanks
-
- Date problem : WCF & excle client.
by Rehan Siddiqui
- 1 Replies
- Last post
by Mohammad Nazir
- Hi,
I am facing problem in passing date to WCF service. If I am passing 6/14/2007 from excle client it will change in WCF service 6/13/2007. I thing this is timezone problem but my excle client & service is on same machine. For passing date I am using this class
[ DataContract (Name = "DateInfo" )]
public partial class DateInfo
{
private System. Date
-
- Best way to close proxy channel?
by vtcoder
- 7 Replies
- Last post
by vtcoder
- I have the following code that cleans up a proxy/channel by closing it. I wanted to see if there are other states I should be checking for when closing.
I think the remaining states I'm not looking at (i.e., that the code below assumes it is okay to call Close() on) are:
- Opened
- Opening
- Created
What about Created Would it simply be better to check for Opened or Opening
-
- Backwards Menu
by RCXDude
- 6 Replies
- Last post
by RCXDude
- I created a simple WPF application with VS 2008 beta 2, then added a menu control to the top of the window. When I added a menu item to it (which I did in XAML as there was apparently no menu editor like the one from Windows Forms menus), it worked, except when clicked at runtime, the menu extended such that the rightmost edge was the right edge of it's parent, the way a right aligned menu item sh
-
- Help regarding MSMQ using Wcf
by Gladston Raj
- 1 Replies
- Last post
by Arkadi Kreichman
- Give a simple example(Console Application) on Wcf Client/Server application using MSMQ ,how to pass values from client to server and vice versa using MSMQ in C#.
-
- Binding Xml To TreeView
by A.Carter
- 5 Replies
- Last post
by Sam Bent - MSFT
- I'm having problems binding an XmlSource to a treeview.
I would like to treeview to look like this
- Helpdesk
-My Queue
-Incidents
-Requests
-Changes
-Support Groups
-System Support
Below is what i have so far.
Code Snippet
< xml version="1.0" encoding="UTF-8" >
<NodeList Name="Helpdesk"
-
- Regarding WCF Execution
by nivas sr
- 1 Replies
- Last post
by RamanIyer
- Hi, I am trying to run a WCF enabled applicaltion which is published in MSDN url: http://msdn2.microsoft.com/hi-in/library/ms730935.aspx I am trying to run the application as it is, even the service is also running perfectly, i confirmed this by running the service at the localhost. but when i try to create the client code, it is giving the error like this Error: Method not found: 'System.Collect
-
- Creating Project '<ProjectName>'... project creation failed
by Nathan-Vindicator
- 5 Replies
- Last post
by girish85
- First thing for me to try is creating a new project.
I tried the CLR Library template which failed, then the Win32 Console also failed and finally a simple blank project failed, all with the same error in the status bar.
There is nothing from the error message pointing me in a direction for solving this issue.
Nathan
-
- why it throw tcp error 10049 when I tried to invoke wcf service in winform application
by JINGJING1
- 5 Replies
- Last post
by JINGJING1
- Hi all
I am new to WCF, and I was trying to create a winform application to invoke the service.
It is very strange, I can view the WSDL in IE browser, after I create a windows form application, I succeed created the web reference and generated the proxy class, it throw TCP error code 10049: The requested address is not valid in its context. when I invoke the method of the service.
-
- Getting information from an soap fault message
by duke_
- 4 Replies
- Last post
by duke_
- Hi, IĄ¯ve got an wcf message object which conains a soap fault. what would be the best way to get the information the soap fault contains, like fault reason and faul code. The best way i can think of is by parsing the xml body element by element. This doesnĄ¯t seem to be the optimal way. I image there is a helper method around which takes the message and creates an soap fault object or something lik
-
- Has someone managed to utilize WCF services from the PHP client?
by Leonid B
- 3 Replies
- Last post
by Goldielocks
- Hi,
I'm trying to create a WCF service and call it from the PHP code. So far no luck. If someone has done it before, can you please post a sample
Thanks,
Leonid.
-
- i WCF, netNamedPipeBinding, and Citrix - BUG?
by Doug Rohrer
- 5 Replies
- Last post
by Hao Xu - MSFT
- We have an interesting issue on our project. We are hosting several WCF services as netNamedPipe, hosted in the same process as the Windows UI. When run locally (Windows XP or Server 2003) everything is fine. However, when run under Citrix, we have found that the Citrix user must be granted the SeCreateGlobalPrivilege in order for the application to run. I believe this is because the netNamedPipe-
-
- Many to Many relationship in LINQ. Please, need advice. Thank You.
by Miguel568349
- 1 Replies
- Last post
by Terry Adams
- Hello,
How to implement a Many to Many relationship in LINQ
My table structure is as follows:
Posts (PostId PK) Files (FileId PK) TagsInPosts (TagId PK, PostId PK) TagsInFiles (TagId PK, FileId PK) Tags (TagId PK)
I added these tables to my dbml file.
What changes do I need to make in my files to make this work
Thanks,
Miguel
-
- Help displaying XML in TreeView
by Ed7007
- 10 Replies
- Last post
by sinamine3
- I have an XML Document that I would like to display as a treeview, but am having trouble figuring out how to do so.
I have developed a regex to tranlate the XML into the xaml for a tree view, but is there a way to bind the Raw Xaml to the existing TreeView (Like an inner-xaml type thing.)
The XML Document is in the form of:
<Name>
<Property1>Value1</P
-
- Setting InactivityTimeout as Infinite prevents from generating a proxy via svcutil
by GinaK
- 5 Replies
- Last post
by Allan-Nielsen
- I'm using wsHttpBinding for a WCF service; when I try to generate a proxy for the client, I get the following error in the output box:
Attempting to download metadata from 'http://<domain name>/<service name>.svc wsdl' using WS-Metadata Exchange or DISCO.
Error: Cannot import wsdl:binding
Detail: An exception was thrown in a call to a policy import extension.
Extension