Answer Questions
Fizgig Tip for deployment vst document
For what it's worth, here's a tip when deploying a vsto doc. I had followed all the rules on caspol , reading several threads on the issue etc... to make my assembly fully trusted on a test directory on my dev machine. It kept on complaining on security when launching the doc. The reason was very simple : if you still have the related vsto project open on the same machine ( not even the document, just development interface), it will nev ...Show All
Kagan A Subscribing for events from code
Hello, I'm after installing Jan CTP. It appears to be no means for generating event handlers from within IDE, or at least I couldn't find them. Normally double click or a button in property bag's header DID that. Anyway - I was trying to type something like: button1.Click += new WhateverEventHandler(...); from within InitializeComponent routine. button1 is null, therefore my code got failed. I found a place (some Connect proc with the ...Show All
Maigo Why can't I serialize and de-serialize my expression trees?
Building on the whole concept of code is data, data is code, expression trees are the new sliced bread : I would like to know why I cannot serialize and de-serialize the expressions A lot of us spent a lot of time in client/server applications and legacy ASP applications being told by architects, managers, peers, and our own consciences that we should never embed queries directly within the code. Now, we can make the case that patterns can be us ...Show All
ProactiveLogic VS 2005 Team System
How can I test VS 2005 Team System on only one computer (OS Windows2000) which means Client and Server are on the same machine Is additional software required Hi, You cannot test all the features of VSTS on Windows 2000 Operating System since for complete functionality Windows Sharepoint Services is required and this is a component of Windows Server 2003. You can however, test all the features of team system on a single machine with W ...Show All
PaddyK How to support Exception Assistant
I want to support an exception assistant to COBOL Exceptions. How can it support It seems that it has realized by putting an XML file on the ExceptionAssistantContent folder of an IDE folder about the standard exception for Visual Studio. Best Regards. The HelpID could be a valid http link, if you will provide your help content online. Otherwise, it need to be a F1Keyword in the MSDN li ...Show All
McGeeky Solution for /TemplatedParent/TemplatedParent?
Is there a known solution for converting RelativeSource=/TemplatedParent/TemplatedParent from pre-Feb CTP builds The new RelativeSource element does not seem to have a direct equivalent. This question seems to have been asked but no answer has been posted that I could locate. you can use AncestorLevel in the FindAncestor syntax. this will tell it exactly how many levels to go up the tree. here's a snippet of an email i got from one o ...Show All
Gad Rosenthal WCF "Go-Live" license and Jan CTP
Read about it here: http://msdn.microsoft.com/winfx/getthebeta/golive/default.aspx Get the bits here: http://msdn.microsoft.com/windowsvista/getthebeta/default.aspx For some reason, I can only download the January SDK. The WCF January runtime is a broken link. Any ideas on where the download is Thanks, Christian Thanks. All the correct links seem to work fine now. Question: Are the WinFX Janu ...Show All
JonathanCox Visual Source Safe 2005 and Visual Studio 2005
How to configure VS2005 integrated with VSS2005 I have setup the Visual Studio 2005 Team edition for architects and then the Visual Source Safe 2005 . I can't enable the source control toolbar buttons and the files of my project are not recognized as files protected by a VSS2005 project. Any help Hi Dean, I don't know how to get environment variables in VB. Perhaps someone in VB forums to know better http://forums ...Show All
Anonymousandmad Button Text Cut Off When Maximising Window
Hi, I've been playing around with WPF over the last couple of weeks and am having great fun, but I've come across a problem (bug ) I can't appear to fix. The least amount of code I've managed to reproduce the problem with is: < Window x:Class = " ISE2006.WelcomeForm " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml & ...Show All
jupitor_rules error MSB3464
Hello, I am receiving the following error from a web deployment project: C:\Program Files\MSBuild\Microsoft\WebDeployment\v8.0\Microsoft.WebDeployment.targets(426,9): error MSB3464: The TargetPath parameter must be specified if the target directory needs to be overwritten. I can't find anything about error MSB3464. I would add the TargetPath, but I can't figure out where. Any help is appreciated. Thank you! ...Show All
pod Student Hi, Where can I find Microsoft SCC API documentation?
Hello. I’m working on a project about integration a SCM tool with Visual Studio. I need the documentation of the SCC API (Common Source Code Controls). Where can i find it Anybody can help me Thanks. Thanks Bob. Wich of these would have to download The VISP SDK or the Visual Studio SDK In that SDK, can i find Visual Studio 2003 SCC API or Visual Studio 2005 SCC API Or Both Yesterday I coul ...Show All
TrueTexan dot net objects - IDispatch - and the Visual Studio Property Browser
I have some questions about the new MPF framework classes in Visual Studio 2005. I have implemented the ISelectionContainer interface in my EditorPane.cs. When the editor detects the user has selected a shape in our drawing -> All I do is in GetObjects() is set apUnkObjects to my dot net objects. Somehow, the property browser is smart enough to automatically display my object correctly in the property browser. (I imagine it is auto-m ...Show All
Bing MPI Lose XAML in Feb CTP?
If I create a file like HelloWPF.XAML and place valid XAML in that file should it be displayed when I double click on it What happens on my machine is that a browser window opens and nothing displays. If I use the context menu on the file the "open with" option is Windows Presentation Foundation Host. But, when selected I get the browser window again. Michael, some questions: is this with Feb CTP Windows XP SP2 / Ser ...Show All
Dawidoco How to scale down Visual Studio 2005.
Hello, I would like to launch a scaled down version of Visual Studio. I am looking to launch the Editor, with my own tool bar and menu bar. What is the best approach to do this Should I write my own editor using the VSIP APIs OR is there a way to remove the extension points from Visual Studio 2005 to get down to its bare bones and then add my functionality on top of it Thanks, Laadlaa. ...Show All
pc152 Retrieving a VSTO 2005 Document from WebDav
When attempting to open a wordml document containing a reference to an assembly by clicking on a Webdav url (a url which will retrieve the xml from a content store), no attempt is made by word to load the assembly. The content of the wordml is loaded fine, it's just that the assembly (which is suppose to load a custom action pane) does not load. We determined that no attempt is made at loading the assembly what so ever by using the fuslogvw.e ...Show All
