-
- Hosting WCF issue
by Sam Andy
- 3 Replies
- Last post
by Khalid Jayoussi
- I have more than one WCF service in assembly. Is there any way to host them all
Thanks
-
- basic questions about l2e
by rad9k
- 2 Replies
- Last post
by rad9k
- I¡¯m a little bit tired with lack of many-to-many support in l2s. So I¡¯m slowly moving my interests to l2e. Got two basic questions about l2e: - when we will have any form of publicly available graphic editor for mapping files Any chances for it in orcas beta 2 time frame - what about ¡°code first¡± scenario support Will it be in l2e V1 rtm In what form For example will basic ¡°got attributed
-
- Double click a grid or canvas?
by DiamonDogX
- 5 Replies
- Last post
by DiamonDogX
- The Grid, Canvas, etc. controls do not have a MouseDoubleClick event associated with them. How would I find out of a user double clicked Thanks.
-
- Animated circular motion paths
by jon86
- 4 Replies
- Last post
by AnotherDayAnotherSegFault
- Hi. I am currently using Blend 2 September Preview to create a simple WPF app. I have created a filled eclipse (circle with a gradient) and an eclipse with no fill. I create a motion path from the eclipse with no fill and set it to the circle. The circle appears at 3 o'clock on the circle. How do I set it to 12 o'clock and to rotate in a clockwise motion Blend does not seem to allow me to just dra
-
- WPF Collapsible Panels?
by DiamonDogX
- 2 Replies
- Last post
by Tamir Khason
- Has anyone implemented or seen collapsible panels in WPF, similar to those seen in Dreamweaver Thanks.
-
- Freezing Client
by rnby
- 14 Replies
- Last post
by Buddhike de Silva
- Hi,
I have the following question.
When I try to run somehting on the server from my client (windows form) the client freezes until the server is finished.
What I want is to display a progress bar or something moving but not that it freezes and if you try to click on the form to make it active it tells you (Not Responding) till the server is finished.
Below is the code I use to con
-
- Dynamically loading dll's in C#
by Tom Praison
- 6 Replies
- Last post
by BenK
- I want to design a system using WCF in the backend. The business logic can be catagorized in to certain different units. There is a possibility that there might be changes in the business logic in some units every 3 months or there may be addition of new units. So i thought i can keep the names of the units and their associated dll's in config file and dynamically load based on the request. Is the
-
- Storyboard.Targetname in Style
by Andrei Gheorghe
- 12 Replies
- Last post
by jsp3536
- Hello, I want to create a button style along with a trigger to hide the container panel when the button is clicked. Thus, I did a Storyboard in the EventTrigger + Button.Click, however I now have the following error: A Storyboard tree in a Style cannot specify a TargetName. Remove TargetName. I somehow understand you can't have an absolute reference to an element there, however can I set a relativ
-
- LocBaml Tool Sample doesn't run in Visual Studio 2008
by Peter Huber
- 2 Replies
- Last post
by mognog
- Hi
I try to find out how to do globalization by using the LocBaml Tool Sample . After unzipping the sample and opening the project in the LocBaml\CSgarp folder, Visual Studio 2008 Beta 2 shows the Conversion Wizzard. The conversion runs successfully.
But when I run the project with F5, I get the following error message:
MissingManifestResourceException was unhandled
Could
-
- DataTableAdapter in WCF
by Arilson Santos
- 3 Replies
- Last post
by Arilson Santos
- Hello, How to update Typed DataSet (DataTable) using WCF Thanks
-
- Custom UserControl properties in Blend??
by gbshaw
- 2 Replies
- Last post
by gbshaw
- Hi, I am making a UserControl with some exposed properties which I want to configure in Blend. I want these properties as a "separate category" in Blend just like we get Brushes, Appearance, Layout, Miscellaneous etc... For example: I want a field for rows and columns, on entering the required numbers, A grid will be obtained with those rows and columns. In between the properties I want
-
- SelectedValue in ComboBox doesn't get updated
by Jesper Kleis Jensen
- 7 Replies
- Last post
by Jesper Kleis Jensen
- Hi, I'm having a problem with a ComboBox where the SelectedValue doesn't get updated when the SelectedItem does. I have set the SelectedValuePath and the SelectedValue is bound, and with Snoop I can see that the binding is valid (it is green). But how do I debug the problem Best Regards, Jesper
-
- FindResource cannot find resources
by angelok
- 8 Replies
- Last post
by _Ed Noepel
- Ok, this is one I have not been able to get a definitve answer on... When, as a control developer, can I rely on the resources being loaded, so that I can interact with styles.
I'm looking for something like... OnInitialized, Loaded, OnResourceLoaded or the like. Sounds like something everyone should be hung up on (it's been a hang-up on every control I've made).
-
- COM Interop problem in WCF service
by Kev_S
- 1 Replies
- Last post
by Jeff Cao
- Hi All
I've searched forums for this subject but cannot find If I am duplicating a previous post please accept my apologies.
I have written a WCF service which calls into a COM component via an interop assembly (created with tlbimp)
When I unit test my code the interop call works fine. When I call the interop assembly direct from an asp.net application likewise everything works fine,
-
- Can WCF handle offline apps?
by Gravy
- 4 Replies
- Last post
by JDTal
- Hi there,
I am considering solutions to use to replace an existing architecture we use in our application. The application consists of a central based server / app server and remote client pc's. The PC's run a kind of till application and need to send sale information back to the corporate server for processing. The corporate server will also send information down to the clients.
T
-
- XBAP Navigation issues
by Tor Langlo
- 7 Replies
- Last post
by Chango V. - MSFT
- 1. Sometimes I would like to stop the user from browsing away from my XBAP (e.g. when the user is in the middle of editing data on a PageFunction page). Handling the Navigating event and setting the e.Cancel property to true doesn't seem to work. Is this a bug (or working "as designed") Are there any workarounds
2. Possibly related to 1, let's say the user has navigated several
-
- DateTime to Int64
by billb59
- 10 Replies
- Last post
by billb59
-
user error and mismatch datatype in the database... thanks.
-
- Parse Error in Web Service
by bes7252
- 2 Replies
- Last post
by anups
- I have a query that works in a test Dlinq project, but not in web service that I'm trying to DLinq enable. The Error is "; expected", It errors in the from img line (below) on the word img.
How do I get the VS 2005 parser to work with DLinq queries
ImageLibraryDB db = new ImageLibraryDB (connString);
var images = from img in db. ILImage where img.Accountid == accoun
-
- Changing record values after a Conflict is detected
by GlenG
- 6 Replies
- Last post
by GlenG
- I'm detecting Update-Update conflicts using "ApplyChangeFailedEventArgs" and am thinking that I would like to handle them with a custom form that allows the user to change a value in the record and then I will force the update based on their 'corrected' values. Is this possible And if so, how I can see that the args.Conflict.ClientChange and ServerChange are datatables and can access t
-
- is it true that all the things you can do in xaml can be rewrite in c# codes?
by nyc9
- 3 Replies
- Last post
by Charles Petzold
- Hi, i was wondering if it is true that all the things you can do in xaml can be rewrite in c# codes is there any link or websites that show examples or tutorial on how to write alll the xaml codes in c# version Apart from that, can anyone give me a simple example on how to define data binding and data template in c# instead of the normal xaml code
Thanks in advance.
-
- Select item in ComboBox with XML DataBinding
by Stas Gisin
- 7 Replies
- Last post
by Stas Gisin
- Hi, I have a problem trying to select a ComboBox item from my application in C#. For example here is the XML DataProvider for the ComboBox: <XmlDataProvider x:Key="SelectYears" XPath="/Years/*"> <x:XData> <Years xmlns=""> <Year Name="2007" /> <Year Name="2006" /> <Year Name="2005
-
- 'ResourceDictionary' root element is a generic type and requires a x:Class attribute to support the x:TypeArguments attribut
by Stardusty
- 7 Replies
- Last post
by Taco H. in den Bosch
- Error : 'ResourceDictionary' root element is a generic type and requires a x:Class attribute to support the x:TypeArguments attribute specified on the root element tag.
Hi,
I get this error when i include some namespaces in my ResourceDictionary to specify a Style for a custom control. Can anyone help me
Thx
Stardusty
-
- WSDL has wrong soap:address??
by Mark Macumber
- 10 Replies
- Last post
by Ido Flatow
- I have been just learning WCF and I have a virtual machine running Windows Server 2003. I develop my hello world WCF Service and the Hosting website locally on my own PC, and if I browse to http://localhost/MyHost/HelloWorldService.svc wsdl I get a WDSL that has all the correct information in it. But when I deploy this Web Host app to my Windows Server 2003 machine, and I go to the address http://
-
- Debug WCF service in IIS 7.0
by pallz
- 1 Replies
- Last post
by BenK
- I did refer to this post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1131200&SiteID=1
But, I want to be able to debug my service (code-level) in IIS 7.0.
Please dont ask me to enable Tracing/Message Logging...
What are the debug options available when the WCF service is IIS hosted, self-hosted, windows service etc...
-
- Read-only attached property and authorization key
by wekempf
- 8 Replies
- Last post
by wekempf
- I've created two attached properties, call them WidgetType and WidgetInstance. WidgetType is a normal attached property, and WidgetInstance is a read-only attached property. In the WidgetType property metadata I've specified a property changed callback which allocates an instance of the specified type and assigns it to the WidgetInstance property using the DP key. When I run this application, it a