Answer Questions
TylerDurden Messages larger than 12K fail with security enabled
Hi, I have an operation that returns a large data structure. If the structure exceeds 12k in size then I get a timeout at the client side, but only if SecurityMode is set to SecurityMode.Message. This is the case for bith NetTcpBinding and WSHttpBinding. Any ideas If I enable trace at the client side I can see the following exception is present in the trace file: System.ServiceModel.Security.MessageSecurityException: Message security verifica ...Show All
Carolyn Chau Deployment problems
I have a Word project that I've been trying to deploy 2 different ways. First I made the project using VSTO (I'm using Visual Studio 2005) and after following examples and advise, finally got the project to work in the degugger just right. I created the project as a template. To test the release/runtime version, I copied the application/assemply files to the startup folder that Word in pointing to. These include: BarcodePopper.dll BarcodePopper ...Show All
Texas2Wheeler data binding with viewport3d
Is it possible to bind data in a viewport3d so that 3d visuals can be generated from data Something along the lines of ItemsControls and DataTemplates for enumerating a list of data points and assigning coordinates etc to a visual representation. This is simple to do in XAML for 2D controls, but I'd like to do it for 3D elements. Any help would be greatly appreciated! Cheers, -robin Check http://msdn.micro ...Show All
shart44 How to add a new field in the TASK Work Item in Visual Team System
I want to customize the TASK Work Item by introducing a new field into it. How to achieve this. Pls provide me with some examples. Checking the VSTS work item extensibility folder for whitepapers and samples is a good idea, under tVisualStudioTeamSystemIntegration. Sethu, someone pointed out to me that you're interested in doing this for Visual Team System, not Visual Studio. I'm not sure if the VS extensibility model covers V ...Show All
Amit Reddy Uninstalling VS2005 Beta2 - REMOVE button missing
I was about to install the release version of VS 2005. But while trying to uninstall Beta2, in Windows Add/remove programs, there is no change/remove available for all Beta 2 related entries. OS is Win XP SP2. Can somebody point me to what might have happened Weird. Can you try uninstalling using: http://go.microsoft.com/fwlink/ LinkID=47598 Thanks! That is a nice tool. I ...Show All
DonTheWriter MSFT .NET Framework v1.1 installer not responding
Unable to install .NET Framework on my PC I have installed winXP2002 with SP2 on my PC following error i get while installing .NET Frameworkv1.1 1) An error occured while window installer was initialised Setup will close 2) also some time i do get message that ".NET Framework installer not responding" my PC configuration is AMD athlon(64 bit 2500+) 1.4 Ghz with MSI motherboard 80GB ...Show All
Amarthuluru Cell.Range catches more than it's supposed to?
Hi! I have a Word document with a table on it. The table consists of two rows and three columns. The first row contains headers and the second row contains bookmarks. There is one bookmark per cell but in the final application there can be zero or more bookmarks per cell. What i'm trying to do is to get a hold of the bookmark(s) in one cell. I iterate through the cells like this (C#): foreach (Microsoft.Office.Interop.Word. Cell c ...Show All
hrh PLK
I requested a PLK and got one using an old package guid. I really need to have the PLK regenerated for my new package, but I cannot do that on the VSIP site. I tried copying the original guid over into the new package, but the Load key fails with "invalid key authentication" . What do I need to do to get this working it is stored at "1" and the attribute over my package is set to 1 as ...Show All
arafathm 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 Well done! How ...Show All
astan100 VS.net2005 & VS.net2003 unknown error
Im having this huge problem, I had VS.net2003 installed befour and it worked fine, but then I re installed my windows and then it gave me a "unknown error" att installation but it continued to install anyway, at the end of the installation it said that 0 errors occured. but then when I tried to start it it gave me first a Document explorer "unknown error" then a visual studio enviroment "unknown error" no ID or anything. so I re installed my sys ...Show All
f00sion Error on Visual Studio Tools for Office "v3" install
Hi everyone!!! I was really excited with the release of the "v3" June CTP, and i directly go to download it, follow the instructions and then an error raised saying this: "Error 1937.An error occurred during the installation of assembly 'Microsoft.VisualStudio.Tools.Applications.Contract,Version="8.0.0.0",PublicKeyToken="b03f5f7f11d50a3a",Culture="neutral",FileVersion="8.0.50727.146",P ...Show All
FlatWhite How can you provide input to AddProjectDependencyAction without a wizard?
I would like to use the AddProjectDependencyAction but I do not want to gather the project input information from the user through a wizard. I am able to derive the project names as strings in the recipe but the Action wants EnvDTE.Project types as input. I attempted to use the ProjectConverter but have been unsuccessful. Is it possible to convert a string argument into a EnvDTE.Project Argument and then pass that to the AddPro ...Show All
Dag Sanna To view Infopath in the browser
Hi, I want to view the infopath file in the Web browser using Dotnet. I am able to render the template.xml file by using the view.xsl file. But some components like Datetime picker and also some scripts are missing Can any body help me in solving this problem Thanks, Gowrisankar. Hi, The best way around this is to generate a "Print" view of your form. In that view, you will turn ...Show All
Dariya SOAP Headers
Hi, In classic web services I could define services like this: [ WebMethod ] [ SoapHeader ( "SessionHeader" , Direction = SoapHeaderDirection .Out)] public bool Logon( string user, string password) To achieve the same thing (including the SOAP header) with WCF, it would appear that I have to do this: [OperationContract] LogonResponse Logon(LogonRequest request); As such I have to define LogonResponse and LogonReque ...Show All
wbartussek Visualizing Classes From Other Projects on Class Diagrams
With Version 1, in order to visualize classes from other (referenced) projects within a solution on a class diagram in particular project, you first have to build the referenced projects. Are there plans to enhance the tool in future versions, such that it won't be necessary to actually build the referenced projects in order to be able to visualize the associated classes on class diagrams in other ...Show All
