Answer Questions
_M_ can't install nor uninstall Beta2
hi everybody since last week i am unable to do anything with WinFX beta2 I began with FebruaryCTP : all was fine I upgraded to Beta2...after uninstalling using standard uninstall and the uninstall tools. for some unknown reason WCF didn't install and since then it s a nighmare !! I tried everything...read all the posts here and here....nothing succeed.. right now : uninstall tool says : can t uninstall some components...check you have admin rights (I try to translate as the message is in French...) I have admin rights so the problem should be elsewhere... if i try to install again, there is a message : PerformanceCounterInstaller.exe has encountered an error and it ends... i don t know what to do....except perhaps formatting my hard drive ...Show All
JOshLewis Customized Shape
Hi all, I'm doing DSL project about Image Processing Graph Editor right now. My question is just simple, can I make a drop-down list for a property in the geometry shape Cheers, Herru Well guys I found it. It is kind of dirty work though. I looked up the example of SDK September, and copied the XML representation of DSL definition. It had something to do with the enumeration, make a new type of property and specify the values of it. It worked, but still a bit inconvinient. If you guys have better ways, please let me know. Thanks. Herru You need to create a new class, which derives from ShapeField and override the EditValue method(s). There you need to instantiate your Combobox, place it on the DiagramClie ...Show All
EisenB registration of COM dlls fails in dynamic clearcase views
Hi all, we have a problem, since we migrated from VS2003 to VS2005. Our project contains several COM DLLs, but the registration of these DLLs fail with the error message: error PRJ0019: A tool returned an error code from "Performing registration" Registration on the command line also doesn't work. Our build runs in a dynamic clearcase view. When I copy the build output to local harddisk, then registration succeeds. It also works, if I use a snapshot view, but our build process requires a dynamic view. When I build the DLLs using VS2003, there's no problem registering them in a dynamic view. The account that I use is member of the group administrators, so I don't think that this can be an access ...Show All
Sculptor Retreiving project for an unbound recipe
I have a recipe that I am developing, and need to determine the project that my recipe was executed against. Say I have three projects and I right click on the second project, and execute my recipe. How do I get a referance to the second project I've also posted this over on the guidance automation site forums: http://www.guidanceautomation.net/cs/forums/512/ShowPost.aspx Any help would be appreciated. Wayne Thank you, wound up just diong the GetSelectedProject in the action and not the value provider. I wasn't able to figure out how to hook up the value provider to the action and then use it. Also took a bit to figure out how to get VisualStudio had to search the WCF factory code to figure it out. Tha ...Show All
paschott Deploying an Access 2000 application
I have a copy of Access 2003 -- using it, I converted an Access 97 application to Access 2000. Now I want to create a deployment package for the Access 2000 application -- using the VSTO would be nice. My question: Is it possible to deploy an Access 2000 application using either the 2003 or 2005 version of VSTO Or can you only deploy an Access 2003 or above version Or does it make any difference at all which version you are deploying (As you can tell, I know next to nothing about it!) Thanks! P.S. -- If it is possible, how much does VSTO cost We don't have it, and I can't seem to find anything specific about the cost. I currently have VS 2003 and 2005, Professional editions. Thanks Cindy. I understand that the ...Show All
startlet VS 2005 Beta 2 with .new Framework 2 (release) and VS 2005 SDK (October)
I had VS 2005 Beta 2 installed and working with .net Framework 2 Beta 2. This morning I decided to try out the DSL tools. This required replacing the .net Framework 2 Beta 2 with the released version. Then installing VS 2005 SDK. Eventually I got everything installed. But now VS 2005 won't load. I get the splash screen with the note about the VSIP Licence Required (I read the threads indicating that this didn't mean anything). So will the DSL tools work with Beta 2 of VS 2005 Thanks Chris. Thank-you for your quick reply - I suspected that was the case... have lopt off my feet serveral times :) and wanted to be sure! The new asp and vs updates alone are a must and VS5 is on the board. Again, thank you for your quick reply! ...Show All
Ical A4 paper size with winforms reportviewer
Hi, Ive searced the web and found only a few dead ends, so i thought i'd ask in here, hope its the correct place! i have created a report that will use a localreport on a winforms app, the report works fine, however when i try to print it, it is always set to letter size paper, how do i change the print preview to be A4, and set the margins i have set the report size in the report, but it seems to make no difference. Regards, Russ Render to EMF and print that. using System; using System.IO; using System.Data; using System.Text; using System.Drawing.Imaging; using System.Drawing.Printing; using System.Collections.Generic; using Microsoft.Reporting.WinForms; using ...Show All
ddawson04 WCF & Atlas Duplex Communication
Hello, I read some posts here and there regarding duplex communication between Ajax client and WCF service. It sounds amazing, but I couldn't find enough information to understand how it works and what are the pre-requisites. Has anyone have something to help me. Thanks, Haggai Hoping to revive this topic, I am also very interested in creating webclients that can subscribe to published events from the server using WCF. Anyone have any thoughts Thanks, -Chad ...Show All
idos Get a exception while adding some header configuration in Host web.config
How to resolve it The error message: The message with To 'http://sz-jinzhihao.ncs.corp.int-ads/Host/Service.svc' cannot be processed at the receiver, due to an AddressFilter mismatch at the EndpointDispatcher. Check that the sender and receiver's EndpointAddresses agree. The confguration: <system.serviceModel> <services> <service behaviorConfiguration="returnFaults" name="NCS.IConnect.CodeTable.DbCodeTableProvider"> <endpoint binding="basicHttpBinding" contract="NCS.IConnect.CodeTable.ICodeTableProviderBase"> <headers> <applicationName>Sample</applicationName> <connectionString>Sample</connectionString> </head ...Show All
ManuelT Average Time
Hi, I'm not a programmer but I'm doing some with VS 2003 .Net and Crystal reports. 1. I'd like to create a report that shows the total time elapsed between two dates and times with SQL 2000 Server as data source first variable - startdate mask mm/dd/yyyy format date second variable - starttime mask hhmm format text third variable - enddate mask mm/dd/yyyy format date fourth variable - endtime mask hhmm format text I'd like to be able to use only business hours (8 hours during week days) and Right now, I have this function that I'm having trouble with: ********************** IF DateDiff ("d",{MYTABLE.STARTDATE} ,{MYTABLE.ENDDATE}) > 0 THEN ((DateDiff ("h",DateTime ({MYTABLE.STARTDATE},Time (L ...Show All
Quimbo Msg Keep Alive
Hi guys, Does WCF perform any kind of connection keep-alive message scheme For example, if I have a service provider that takes a minute to do some stuff would I have to set the inactivity timeout to be greater than that or will the connection remain active as long as the service provider is performing the operation great forum by the way TZuge I think it is really depends on shape of the channel we are using,if it is request/reply channel,inactivity time will be triggered after we are done with call only. if it is one way channel,behaviour may be different,I will try to test this behavior some time this week -Thank you Madhu ...Show All
gkostel Shrink AND move a control in a canvas using animation (easy?)
All I want to do is be able to scale the X and Y of a usercontrol (in a canvas) both to 0 AND move the control to Canvas.Left=0 and Canvas.Top=0 no matter where the control is currently. I have the following so far... it does the scale X and Y ok, but crashes on the canvas-related calls... says "cannot have NaN as an origin in a DoubleAnimation": .......... <UserControl.RenderTransform> <TransformGroup> <TransformGroup.Children> <TransformCollection> <ScaleTransform x:Name="MinimizeScaleTransform" ScaleX="1" ScaleY="1" /> & ...Show All
JLB4536 Outlook Appointment
Hello, Which property of a meeting can tell me what was the time zone in which it was created with (including daylight savings) I see a property with mdbvu32.exe called 0X8201 which has the time zone. Is this the one Where can I see the daylight savings Can I tell what was the time the meeting was ment to take place The PR_START_TIME is the UTC time calculated at creation time. Can I see the original time thank you. ExchangeMaster (quite a title!), I'm glad you are tackling some Office programming. There is information in the FAQ section here: http://support.microsoft.com/default.aspx/kb/931667 Also, please note that a question such as yours is best posed in a forum for Outlook and M ...Show All
dron747 VSTO 2005 SE Beta
"Anyone who has a licensed version of Visual Studio 2005 Tools for Office or Visual Studio Professional and above (either standalone versions or via an MSDN Premium or Professional subscription) is eligible to download a free copy of VSTO 2005 SE Beta." Right... but do I have to have VS 2005 Tools for Office installed to prove that I have it This is going to sound really stupid, but I have a proper license that I've never been able to install because I have Office Standard + Access standalone instead of Office Pro (due to a mistake by our volume license provider). Why is there such a restriction Seriously, shouldn't there be developer version of Office bundled with VSTO ...Show All
AndyL Sending a FileInfo object to client
Hi. I'm having trouble getting a FileInfo object through to the client. First of all, if I add a operations contract on the server that returns a FileInfo object, it all works like a charm - The FileInfo object is received fine on the client-side. But in my setup, the operations contract returns a custom class that COULD hold some FileInfo object inside. Here's my setup: [ DataContract ] public class TypeDef { [ DataMember (IsRequired = true )] private string description; [ DataMember (IsRequired = true )] private string name; [ DataMember (IsRequired = true )] private object data; public TypeDef( string name, string description, object data) { this .Name = name; ...Show All
