Answer Questions
Tony Ba How to format numbers in XAML?
Is there a way to specify how numeric variables are displayed in XAML (a la String.Format) I want to set number of decimal places, if there's a thousands separator, etc. The only thing I've thought of so far is to format the numeric data as a string and bind the string...not exactly what I'd like to do. At some point, I'm also going to need numeric data entry, but it doesn't look like there's a control for that in WPF yet. ...Show All
mikejliddell Using IXmlSerializable interface in the ServiceContract
Hi, I am having a problem with WriteXml writer in my custom serialization object used in the ServiceContract. I can't write my object xml representation as a first child of the <body>. The following sample shows a payload of my ServiceContract for WS-Transfer/Create where channel writer automatically inserted the Create (Action) and request (argument name) elements into the <body> which it will break the WS-Transfer ...Show All
Werner Salomon code for using pull model crystal report in vb.net window application
can u help me in making a pull model report in vb.net window application by giving the sample coding for it. ...Show All
Geetha Srinivasan Outlook plugin problem.
Hello , I have developed a plugin for outlook 2003 but it does not get loaded in outlook2002. Have no idea about the problem. Can anybody help me out with this issue. Regards, Chintan I guess you developed against the Office11-SDK... have you tried compiling with the Office10-SDK and deploying it then Is this a Add-in built with VSTO 2005 If so there is an Outlook 2003 SP1 requirement. Thanks ...Show All
Oren Solomon vs 2005 beta 2 setup fails
When I try to setup vs 2005 beta 2, it says that it failed to setup visual studio itself after it gets to the end screen. The installation seems normal untill then because the vs 2005 even gets a checkmark next to it when on the install screen. The progress bar never moves when it is on vs 2005 though. I will post the error log when I can find it. Can you add the lines before the 2769 error so we know what setu ...Show All
donnbobhardy Document Explorer Crashes on Search
Clean install of Windows xp Service Pack2, Sql Server 2005 Developer Edition installed, VS 2003 installed, Whenever I perfrom a search or filter I get Document Explorer has encountered a problem and needs to close. Document Explorer works fine for Sql Server Documentation, it only exhibits this behavior with Visual Studio Documentation and does not matter if it is launched from the IDE or from menu. Help!!! this is very frustrating. Thanks ...Show All
Chris H. Out of curiosity, what uses are people finding for Adorners?
I'm asking because I feel guilty about using them to provide visual feedback usually during layout to layout animations for example. It's a shortcut that works well but I can't help feeling that it's both an abuse of the purpose and power of Adorners as well as a potential source of performance problems. For the time being I'm only using them for simple animations on non-complex UIElements such that I hide the adorned element and animate on the ...Show All
gishac Error. Failed to load expression host assembly. Trying to use local report manually copied to mapi dir (VSTO project)
You may see from earlier posts that I'm having difficulty deploying report solutions (VS2005 B2) and VSTO. My VSTO app opens a winform report viewer. Even very basic reports (no data) fail. My last attempt was to use the report path option. The first error said the report def was not found in the dir 'C:\Program Files\Common Files\System\MSMAPI\1033', so I manually copied the rdlc file there. Now I get another error "Proce ...Show All
Jimmy Xiong Remote debugging "Access denied"
Trying to access remote machine to attach to it's MDM, get: Unable to connect to the machine 'xxxxxx'. Access is denied. Verify that you are an administrator or a member of the 'Debugger Users' group on the machine you are trying to debug. After being added to the 'Debugger Users' group, you must log off and log back on for the setting to apply. Server (mac ...Show All
D. Guillermo Avilez Passing stored procedure's parameter from Report1 to Report2.
I have two reports: Report1, Report2 Report1 --- navigation --- jump to a report, which is report2 I can assign a parameter to report2 with no problem. Here is what I did with Rreport2: I set up a table from a stored procedure ( parameter1 ) in dataset1, and Report2 uses this table as data source. My question is : how can I pass parameter1 ( which is stored procedure’s parameter ) to Report ...Show All
Karlekar How to control the set on Data Bound control?
I have a textBox that is 2-way bound to a DataSource. When the user changes the value in the text box and focus moves to another control, the set operation is triggered, which is expected behavior. However, I would like to initiate the set myself at a different time(maybe while they are typing or perhaps on a button click). How do I link the set portion of the binding to something other than lost focus Thanks NIK I should h ...Show All
Nicholas Buse Error Executing VSI File with Toolbox Controls
I tried to deploy a custom control in VSI file and I got the following error: Package Load Failure Package 'ToolBox Control Installer Package' has failed to load property (GUID = {36839529-3AF3-47FA-8194-F4A3FA9F0ED7}). Please contact package vendor for assistance. Application restart is recommended, due to possible environment corruption. Would you like to disable loading this package in the future You may use 'devenv /resetskippkgs' to re-e ...Show All
haircuttedfreak Printing without the ReportViewer
In a Win Forms app, is it possible to print a report without using the ReportViewer control I want to provide a print button on a Form (like Outlook does) and then use an embedded Report to print the data so I don't really need the ReportViewer. I would want to display the PrinterDialog though and use the settings from here to control the printed Report. Is this possible too Regards Graham Has anyone not ...Show All
Ed Allan Why do I have multiple instances of TrinStgClass when cut-n-pasting VSTO docs?
I have a number of documents that have been created using a VSTO 2005 template. If I composite these documents together using either cut-n-paste or InsertFile, then save, close and reopen the composited document, I get a "file has macros" warning where no macros existed in any of the source documents. If I open the document and VBA editor, I can see no macros - however I do see multiple instances of the TrinStgClass ((VSTO.RuntimeStora ...Show All
Dave Codding InfoCard UI fails to start
This is in my event log. I have the same issue on one of my machines. It's probably some setup or security issue. If I log in as local administrator (that happens to be the user account when I installed WinfX) the UI starts up and I can login to an Infocard enabled site. If I log in as an other domain account (part of the local adminsitrator group) the UI doesn't start up. Maybe you can try to start the UI when running as local admin and ...Show All
