-
- Offline Applications with WCF
by JDTal
- 8 Replies
- Last post
by JDTal
- What is the best way to architect a system that must operate both online and offline, using WCF
I need to interact real-time with my middle-tier WCF service(s) whenever possible, but I also need the ability to take my entire application "offline" for days or even weeks at a time (Windows Forms client app). Any changes that I make to the data on my laptop (or PC) during this time
-
- MSVS 2008 (Orcas's Beta 1) can't deploy Excel 2007 add in
by Whyme?
- 6 Replies
- Last post
by Whyme?
- I've been hunting for 2 days trying to get an answer.
Can someone please explain to me in english what is needed to get an excel 2007 plugin to work on a non development machine They never load, they just say "Error loading plugin during startup"
I've tried bootstrappers (they don't work, always error out when I compile the code), publish wizards (never create a setup.exe)
-
- Problem on .net3.0 WPF!
by ko ko thet
- 12 Replies
- Last post
by ko ko thet
- I got the error when I create xaml file with event. here is my code..... <!-- Here is our Window definition --> <Window x:Class="SimpleXamlApp.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="My Xaml App" Height="200" Width="300" WindowStar
-
- Problem with nested classes
by farsad ghaffarian
- 14 Replies
- Last post
by _Ed Noepel
- Hi
I have a nested classes in my code:
Code Block
Class MainWindow
Public Class myImageSourceConverter
Implements IValueConverter
Public Function Convert( ByVal value As Object , ByVal targetType As System.Type, ByVal parameter As Object , ByVal culture As System.Globalization.CultureInfo) As Object Implements System.Windows.Dat
-
- Decrypting the WCF message.
by Saravana
- 1 Replies
- Last post
by Allan-Nielsen
- I am trying to write a interceptor which gets the WCF message in network and tries to get the actual content from message. We need to create this interceptor for doing performance testing of WCF Web Services. Since there is no support for WCF performance testing from VSTS. I am trying to capture http traffic using fiddler and create that as webtest. But for performance testing we need to parameter
-
- selecting (highlighting) the text in a passwordbox
by Bill Baldwin
- 1 Replies
- Last post
by Yi-Lun Luo - MSFT
- I have a passwordbox, and if its clicked on (gets focus), and if some text exists in the passwordbox, then I want to select, or highlight, the text in the passwordbox. This should be simple to do, but for some reason I can't figure it out. Anyone have any ideas how to accomplish this
-
- how to select Text box in the WPF form?
by Parimal Jisaheb
- 3 Replies
- Last post
by Rob Relyea
- Hi freaks,
I have one WPF login form and while opening it I want the Login entry text box to be selected by default. But I am not able to find the event or property of text box, which I can set to true to by default select it. Even I tried in the code behind file of XAML, where after InitializeComponent function, I tried to set the property. But I am not able to get it.
Can any one p
-
- i m also facing simillar problem "The type initializer for 'System.ServiceModel.DiagnosticUtility' threw an exception."
by Gk456
- 1 Replies
- Last post
by Scott Seely
- When i m trying to run a duplex service contract. i m facing a problem which gives an exception as described below:-
{System.ServiceModel.AddressAlreadyInUseException: HTTP could not register URL http://+:80/Temporary_Listen_Addresses/7eaad83c-d34a-4d03-a4e8-9fec464e6af7/ because TCP port 80 is being used by another application. ---> System.Net.HttpListenerException: The process cann
-
- How to enumerate printer page sizes
by JeffreyJ
- 0 Replies
- Last post
by JeffreyJ
- I'm creating a new print command for our application using WPF. I'm also not using the standard WPF PrintDialog, putting up my own UI instead. I have a dropdown box that lists available printers, and I want to populate a dropdown with paper sizes for the selected printer. I'm using the following: PrintCapabilities printCapablities = pq.GetPrintCapabilities(); foreach (PageMediaSize pms
-
- Changing a Client's Endpoint Address on the fly
by patforna
- 2 Replies
- Last post
by patforna
- There's a sample in the SDK that demonstrates how clients can pass WS-Addressing reference
parameters to a service. The client uses an EndpointAddressBuilder to assign an EndpointAddress back to the client's Endpoint.Address field. This works fine if it's done before the client sends the first message. If, however, we want to modify the Endpoint.Address in a similar way after the first message ha
-
- uninstalled vs 2008 beta 2 and xsd editor in 2005 no longer works
by Trolane
- 2 Replies
- Last post
by Michael Entin - MSFT
- the xsd editor no longer loads graphically in VS 2005.
Also i can no longer use SQL Server SSIS designer as it complains about missing activex something or other.
-
- Include Issue.
by MichaelD&#33;
- 6 Replies
- Last post
by MichaelD!
- Alrighty,
I'm giving this .Include() business a try.
I have the following:
Code Block
< EntityType Name = " Country " BaseType = " Self.MapPointEntityBase " >
< Property Name = " Preferred " Type = " Boolean " Nullable = " false " />
< NavigationProperty Name = " RegionsIn
-
- Unexpected behavior of TextBox in ListView DataTemplate; Bug?
by cheesenhomer
- 6 Replies
- Last post
by lee d
- Hi everyone, I'm trying to build an editable ListView using a Gridview. I've put a TextBox in the CellTemplate of the Column as you see in the code below. When the content of the TextBox gets wider than the Column and the Column is wider than the ListView (so that the List view starts to scroll) then I'll get a very strange behaviour when I'm adding a char. The Text in the TextBox jumps forward an
-
- setting up a service contract for java or .net clients
by gs564263
- 5 Replies
- Last post
by Scott Seely
- In order to not break existing apps (not really 'break', but cause fewer changes), I would like to have a service return a .net dataset or datatable. I also want to create a List of the custom objects for use in non -.net clients. I know, in one of the WCF books that I'm reading it says (paraphrase), 'if you are returning datasets, you should rethink your SOA strategy and use of services all toget
-
- how to draw a dotted line?
by bruce.du
- 1 Replies
- Last post
by Yiling Lai
- hello,everyone:
can you tell me a way to draw a dotted line ,any one can!
thanks.
-
- Interoperability with Java WSIT
by Webbert
- 12 Replies
- Last post
by Webbert
- I am working on a Java issue of data inheritance. Using the Java libraries Axis and XFire, I got nowhere and recevied little to no help in the Java world. If you care to find more about it you can go here: http://webbertsolutions.spaces.live.com/ and get source code and test cases.
I have since moved on and created a WCF Service and am trying to use WSIT in NetBeans. I have had great succes
-
- maximum size of a message using wsHttpBinding
by Scott Lezberg
- 3 Replies
- Last post
by D. Yates
- What is the maximum size of a message using wsHttpBinding If it is configurable then how does one configure it
Thanks
Scott
-
- Documenting WCF Web service
by Peter Bernhardt
- 2 Replies
- Last post
by brandonh6k
- Has anyone found a good solution for creating MSDN-style documentation for a WCF service I haven't been able to find something that is suitable. The service provided by IBM, for example (see http://awwebx04.alphaworks.ibm.com/ettk/wsdldoc/) does not pick up wsdl documentation notes. And worse, it spews documentation for every element in the WSDL file, making it practically useless for customers to
-
- Group order in a list view
by Mattias K
- 0 Replies
- Last post
by Mattias K
- Is there a way of defining the order of groups when grouping items in a list view. It seems that the order of the groups only depends on what order I add the elements to the list.
Best regards,
Mattias
-
- Checked event in RadioButton
by navo
- 2 Replies
- Last post
by navo
- I have some radio button IsChecked value binded to an object of mine and the checked event implemented.
i would like to change the radio button from the UI and internally, is there a way to differentiate between the two sources that created the event (user or program)
-
- WHERE (0 = 1) makes me sad
by jeffdeville
- 6 Replies
- Last post
by Kathy Lu - MSFT
- I'm occasionally bumping into a bug where my queries will wind up looking like this:
Code Snippet
exec sp_executesql N'DELETE FROM [Orbs] WHERE (0 = 1) AND ([Id] = @p0)SELECT (CASE WHEN (@@ROWCOUNT) > 0 THEN @@ROWCOUNT ELSE ( SELECT -1 WHERE NOT (EXISTS( SELECT NULL AS [EMPTY] FROM [Orbs] AS [t1] WHERE [t1].[Id] = @p3 )) ) END) AS [
-
- listbox clip on animation
by jon j
- 7 Replies
- Last post
by Ben Carter - MSFT
- I have a ListBox with items in it that look like buttons. When you click one, the button gets larger. The problem is, the ListBox (or ScrollContentPresenter) are clipping my buttons. So if the buttons on the edge get bigger, they are clipped on the edges.
I've used ClipToBounds=false everywhere. I've even tried creating my own ListBox, ListBoxItem, and ScrollViewer that return null out of G
-
- CLR object references
by Dancer
- 2 Replies
- Last post
by ivolved_Mike_Brown
- Hey guys, Sorry this is probably gonna be a really noob question but i can't for the life of me figure it out or find anything about it.
< Window x:Class = " WPFTest.Window2 "
xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation "
xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml "
xmlns:local = " clr-namespace:WPFTest
-
- Getting a Window Handle in the code of a class library(Net 3.5)
by Salvaed
- 5 Replies
- Last post
by Salvaed
- I'm trying to write a ShellExtension (PreviewHandler) for Windows Vista using Net Framework 3.5 (WPF), when I try to get the handle from PreviewWindow, always returns "IntPtr.Zero";
Window1 PreviewWindow = new Window1();
IntPtr ForceCreation = (new WindowInteropHelper( PreviewWindow )).Handle;
it's seem to happen when I compile the project as a class library, the same
-
- I can't Install VS 2008
by iHugo
- 2 Replies
- Last post
by Karen Albrecht - MSFT
- hi friends! I am new in this forum, and i hope somebody can help to install VS 2008 pro Beta 2 This is a screen whan i am trying to install Visual Studio 2008. http://img175.imageshack.us/img175/4683/errorvsuz3.png This is the error log:
Code Snippet [07/29/07,23:55:56] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147023