Answer Questions
FLIPKE Client Callback Address, wsDualHttpBinding and Windows Security
Hi, Are there any chances that on the client side wsDualHttpBinding works without starting the client process under a windows administrator account We tried to start our client app with a non Windows administrator account and got an "Access denied" exception from the .NET framework, because the client app tried to register a callback URL (e.g.: http://localhost:8030/ClientCallback/ ) . We do not get this exception when we execute ...Show All
MarcvdW Conversion problem
I am trying to convert my VSTO 2003 projects to VSTO 2005 and failing one after another. VS says it converted them successfully, but the Solutioin Explorer shows they are unavailable. Attached is the log of one of the conversions. If I remove the unavailable converted proejct and try to add it back, then I get the following error: The operation could not be completed. No such interface supported. Could anyone offer any hint T ...Show All
StuartLittle Internet Connection in VS 2005
Hi, I just installed VS 2005 on my machine, but my online help cannot be accessed. I keep getting the message: "The request failed with Http Status 407. Proxy authentication required". IE on my machine does have proxy authentication. Is there a fix for this Thanks, Arshad Only just had chance to try this at work after a few days holiday. This gets past the authentication error, but I now g ...Show All
Martin Danner Problem with VSS internet access and IIS in 64 bits server
Hello, I just installed Visual Studio 2005, Sql server 2005 and Source Safe 2005 (RTM) in windows server 2003 (64-bit). All works fine. I can work with the services installed in IIS (reportserver and custom services I have created). But when I enable internet access in VSS database, the services stop working, with error messages as Service Unavailable or Internal server error. Anyone can help me Thanks Josep M Busquets Girona ...Show All
Ben Jackson33513 Visiting Inlines in a Block?
I want to visit every Inline element inside a Block element...I can get to peers alright, per the MSDN examples for Inline.NextInline, but how can I descend in the hierarchy and get to "lower" inlines For instance, I may have XAML like this: <Paragraph> <Span> <Bold> <Hyperlink>something</Hyperlink> </Bold> </Span> <Span> else</Span> </Par ...Show All
Supavan How detect if PIAs Installed?
Hi guys, I was wondering what is the recommended procedure for installing the PIAs Many MSKB articles suggest that PIA installation should not be done automatically using the "Install on First Use" capability of the Setup project, but to instead manually install the PIAs via the Add/Remove Programs within the Control Panel. There are a number of Microsoft Support articles that discuss this, with the following link being ill ...Show All
cdolphin88 TextTemplatingFileGenerator now fails to compile T4 templates on a machine where VS SDK (2006.02) is not installed
1. I have ported my DSLs without any problems on the new version of the DSL Tools which is now included in the VS SDK February 2006. 2. Everything works fine on a machine running the VS SDK 3. But I get a problem after deploying the DSLs (which have a PLK and which designers work fine, by the way) on a machine containing only the new version of Microsoft DSL Tools Redistributable Technology Preview ( and not the VS SDK ): When I run the Te ...Show All
Oyvind Habberstad Debugging processes
Hi, I am attempting to debug a C++ component by attaching to a process. I am doing the following:- 1) Start the executable in question. 2) Open Visual Studio .NET 3) Go Tools -> Debug Process 4) Select process needed, attach in Native Up to here all well and good. I can now break and terminate the process etc, view stuff through the Disassembler window. But I dont know how to associate this with the corresponding source code so that I c ...Show All
Chris Thomas complib.hlp
Hello, I started on a project in my home desktop. I copied the project's folder to another computer. Now when I try to build the project on this computer I get the following error: Compiling... SqlManager.cpp .\SqlManager.cpp(1) : fatal error C1093: API call 'ImportFile' failed '0x80070003' : ErrorMessage: The system cannot find the path specified. Description: The system cannot find the path specified. HelpFile: complib. ...Show All
boer Question on reportViewer1.ServerReport.ReportServerCredentials.SetFormsCredentials
Hi, all, I am now developing windows forms and use report viewer to display reports (Reporting Services) to user. Since some users are not domain users but still needed to access to the reports, I intend to use reportViewer1.ServerReport.ReportServerCredentials.SetFormsCredentials in order to control all users using the same windows account to access reports. However, the report viewer always return rsLogonFailed error. Below is my code ...Show All
Vivek Mohan Why can't I exportsubreports within table matrix ?
Is this a defect or by design The Excel output of the report has this message that states that Subreports within table/matrix cells are ignored. SSRS 2008 (shipped as part of SQL Server 2008) provides a full solution to this, since it has a new engine and rendering extensions. You can try this for instance already in the July CTP: https://connect.microsoft.com/SQLServer/content/content.aspx ContentI ...Show All
Rene Kanninga VSTO vs IBF Tech Comparison
Is there a whitepaper or document somewhere that comares and contrasts these two technologies Seems that VSTO does much of this. Bob, The best overall guidance in this area is in the following MSDN article: Overview of Office 2003 Developer Technologies This article describes what each of the core developer tools and technologies does and what it is best suited for accomplishing. I would add the following personal opin ...Show All
nickc Implement similar behavior as http:// address for Network File Path in word
In word, enter http://cnn.com and then space. Word will underline http://cnn.com . Right clicking it shows a list of customized popup menu. Hover mouse over the text. A tool tip shows up saying "Ctrl+Enter to follow link". I would like to implement the similar behavior for Network File Path. Is this possible using a pure VSTO and managed code to implement it Thanks very much! Yuhang. Hi Yuha ...Show All
JeDiIsBack rdl and rdlc reports
I am looking for the overview on how best to design a local report. I know I have posted similar messages elsewhere, but bear with me please. I find it a little inconvenient to have to compile (a solution) and run a form each time in order to see how the placing of this or that field actually looks. Being able to use Preview Mode when writing a .rdl file seems to be a big advantage. I believe there is a high degree of interchangability between a ...Show All
katykaty Pre-requisites and Office SKUs
We are working on a POC for one of our clients. The client also tried to install and run VSTO 2005 but is receiving the error message about needing to install SP1 and/or vstor.exe. After some research here on the forum and Google Groups, we are pretty sure this is because he has Office 2003 Standard and not Office 2003 Pro. Can someone please point me to published information @ Microsoft about accurate pre-requisites for (1) developing VSTO 2 ...Show All
