Answer Questions
Michele Tenuti Problem with Conditional Import inside VS
Hello I have a .targets file that supports multiple platforms, and has 3 elements like this: <Import Condition=" '$(Platform)' == '...' " Project="..."> When I build using msbuild.exe and specify /p:Platform=... it works ok for all platforms. When inside VS, it always imports the first one, regardless what Platform I choose. I also have a dummy Platform called "BuildAllPlatforms" that invokes the msbuild task for all platforms, and that wo ...Show All
JoelLoh Unknown Messages Handling
Hi, I'm using "MsmqIntegrationBinding" endpoint and self-hosted service. Everything works fine, when I "feed" the monitored queue with valid messages (that conform data contract). Now I deliberately send invalid message to the queue and expect "UnknownMessageReceived" to be fired in the host, but it didn't happen. The message has been read from the queue (I see him in the journal) and lost somewhere ...Show All
Robert Burdick VS Help intergration- KIndex problem
Hi, This is for the help index for our VSIP package. I am using VSHIK 2003. The Kindex.HxK file contains the following entries- <Keyword Term="Keyword1"> <Jump rl="Html/Htmpage1.htm"/> <Keyword Term="Subkeyword1"><Jump Url="Html/Htmpage1.htm#BABEIHDF"/> </Keyword> <Keyword Term="Subkeyword2"><Jump Url="Html/Htmpage1.htm"/>< ...Show All
SteveK1111 Integrated Windows authentication and MS Word 2003
Hi, We are building a VSTO app that runs in Microsoft Word 2003. One of the parts of this application is the authentication module (a class library) that uses either Credential based (i.e. user supplied username and password) or Integrated Windows authenticaiton. We can successfully use the credential based approach by enabling anonymous access to our web service. However, when we disable anonymous and just leave the 'Integrated Windows' we rece ...Show All
Skwerl How to set compartment's default expanded property to false?
The compartmet's are expanded by default when the shape is added to the diagram How can I set the default behaviour to collapsed Thanks. The post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=64811&SiteID=1 offers some suggestions. Duncan You can collapse just the compartments within a Compartment shape on its creation with the following code customizat ...Show All
jan_new Custom ToolBox Item UI
Hi, i am adding toolbox items to the vs.net toolbox window using IToolboxService in a vsip package. Is there a way to change the look and feel (background color..etc) of these custom items Regards, ~ Atul The active designer (e.g. winforms designer, text editor, etc.) decides which items should be enabled by checking their content for certain data formats. The only way for you to force an item to be disable ...Show All
Rizshe Did not work :-(
Well I have a word.dot file with C# behind, Office 2003 I am calling this file from a local web server, and I am receiving this error message: The customization does not have the required permissions to execute. One of the things that makes Linux less attractive are the tons of additional steps you need to do in order to get something working right, and I guess now Windows/Office is no different. I guess it is ...Show All
Worko Grouping tables and paging
I am trying to build a local web report that contains 2 tables per page. Each of these tables is bound to a different datasource. Each table needs to contain a defined number of rows ( as in the example below) - if there is no data the rows will be empty. In the case where one of the tables has more data - I will always need to display a page break after the second table, so that the data can be displayed on the next page. Page1 Table1 ...Show All
duck123 Supressing a textbox during print (or export)
I have a text box used to toggle the visiblity of a table - I have had to call it "hide/show blah" I would firstly like to be able to hide this textbox on a printed report (since I will be telling users to export to pdf then printing - just hiding it on the export would suffice). Secondly is there any way to change the name of this textbox depending upon the visibility of the object it controls Thanks in advance Ross ...Show All
jedediah2075 Extending Add Reference Dialog
I found this walkthrough in the September CTP SDK on adding a custom page in the Add reference dialog. The walkthrough is in C++ and I was wondering if this is possible to implement in C# (managed package) and any sample code available to supplement the "Next Steps" section. Here is the link from VS SDK help: ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.VSSDK.v80/dv_search/html/24a4a8b2-79b2-4621-9243-23a0bcbdc942.htm " IVsComponentSelectorProvider ...Show All
BrianCo Exporting (and importing) Tools Option page settings
Hello, This question is more directed towards the MS guys, but if anyone can help it would be greatly appreciated. I know the default implementation of DialogPage provides the necessary implementation for IProfileManager and I have sucessfully used it and associated attributes to export setting from implemented option pages. However, we implement a full language service using the core editor so we want to export code editor Default and Tabs sett ...Show All
MajaA Presentation Host has encountered a problem and needs to close.
Hi, I am creating a Avalon Express Application and I have one button which has the click event and I am writting the code in the respective page.cs file. < TextBlock DockPanel.Dock = " Top " Margin = " 15,10,10,10 " > < Button Width = " 60 " Height = " 30 " Click = " btnSave_Click " >Save </ Button > </ TextBlock > The application is loading, but when I am clicking the button it says that "P ...Show All
DaVince problems with debugging with Visual Studio 2005
Hello, hope somebody can help with the following problem: We have just upgraded to Visual Studio 2005. I'm working on a project which creates a DLL which is used from an MSACCESS application. With our old version of Visual Studio, debugging did work as normal, in particular setting breakpoints. With Visual Studio 2005, after the warning pop-up window stating that there is no symbol information for MSACCESS, all the breakpoints in our ...Show All
Richard Bysouth Visual Studio 2005 Beta 2 Breaks MSDN/HTMLHelp2 Searching!
The Problem: * After installing Visual Studio 2005 Beta 2, HTMLHelp searches do not work correctly. This affects existing installations of the MSDN library (which uses Document Explorer 7) as well as the Visual Studio 2005 Beta 2 MSDN library (which uses Document Explorer 8). Both of those use HTML Help 2, which leads me to believe that it is the HTML Help 2 that is somehow broken. * The Symptoms: (1) Go to the "Look For" search field. (2) T ...Show All
kishor shrestha How to make a non-retangular display?
I wish to make a non-rectangular display like this Windows Media Player( http://journal.mycom.co.jp/news/2002/09/11/06cl.jpg ), How to do it (I have found some information on the web about WIndows form, but I can't find any for XAML) hi, are there any samples that shows how to create a non rectangular panle (like canvas etc). i understand that we need to modify the control template but if i have asam ...Show All
