Answer Questions
umpate22 Add-In Only loads when debugging
Hi all, I did a bit of searching and didn't find any threads about this problem so I apologize if it has been asked before. I have an Outlook 2003 Add-in that I've been working on for quite some time (read: far too long). :-) I'm currently working on moving it over to .NET 2.0 (and thus VSTO 2005) and have found the process to be quite smooth thus far. When I debug the add-in, it runs perfectly and everything goes as expected.& ...Show All
Dinalli Open a new Document
Hello, I am tying to customize the DSL Tool with own code. The purpose is: when a user double-clicks on a shape another document is create and open to continue modelling... For instance, in a Shape class... public override void OnFieldDoubleClick( ShapeField field, DiagramPointEventArgs e) { //Method witch creates anoter store and serialize it as file in a //specified location CreateDiagram(); OpenDiagram(); // -> I do ...Show All
Gary Kratkin Visio and Visual Studio 2005 (Standard)
I have Visio 2003 (Professional) on my system and I would like to use it with Visual Studio 2005 for reverse engeneering without having the expense of upgrading my Visual Studio edition. Is this possible If not why not - seems to me one purchases Visio in good faith and then purchases VS2005 in good faith but they do not work together! If this is true it would be like being unable to embed an Excel spreadsheet in a Word document! Hoping so ...Show All
sbrian26 The Correct way to Extend The Properties Grid for Project Items.
I'm specifically trying to make the Custom Tool section of a Project File into a DropDown list of available custom tools that are installed in house. My question is really. What is the correct way to take a Property that's already part of the system used in the property grid and override it so that it's now a selection of choices. I understand that I can do this with IExtenderProvider and the example project AutoExtender was very helpful, ...Show All
CRISTIANO333 How to get the data type of a variable using CodeElements?
Hi All, How can I get the data type of a variable using Code Elements I identified the Code Element as a variable using vsCMElementVariable. But I couldn't get its data type. Can any one help me on this Kind Regards, Imesh If the Kind param says it is a vsCMElementVariable, cast it into a CodeVariable then call the CodeVariable.Type property. This will return a CodeTypeRef which will allow you to get to inf ...Show All
jcarranza CommandBars
Does anyone know a way to discover the GUID and ID for the rest of the command bars (not listed in GAT subset) Specifically, I want the Folder Add command bar. Thanks! Look at the following post about how to add recipes to arbitrary menus: http://clariusconsulting.net/blogs/kzu/archive/2006/06/01/GATMenus.aspx HTH I must be missing something because i don't have a option for "Project Folde ...Show All
YanickA why runing "vsregex.exe GetOrig 8.0 Exp" so slowly much?
hello all; i rebuilded the vspackage modified , before i runed it in debug model,i runed the command " vsregex.exe GetOrig 8.0 Exp", but why it is slow so much did i miss something thanks . You need to register the package (using RegPkg, for example) and then run 'devenv /setup /rootsuffix Exp' to merge your CTC changes. thanks for reply. you said i shouldn't need to reset the experimental hive often, ...Show All
Zurdo .NET 2.0 Final Redistributable installation failed. Help needed
The installation of .NET 2.0 redistributable failed on my machine running XP professional SP2. After the failure of installation, whenever I try to bring up command prompt by running "cmd.exe", I will get error message "The application failed to initialize properly (0xc0000142). Click on OK to terminate the application." Thanks. The following is last several lines in VSSWMSIFailInfo.txt MSI (s) (E0:18) [10:46:31:781]: Running as a service. MS ...Show All
Yellar Get Latest from IDE doesn't always Get Latest
Here is our setup: Development machine: WindowsXP, VS2005, VSS2005 SourceSafe Server: Windows2003, VSS2005 Peridically when developers get latest version of a project or even the whole solution from the VS2005 IDE, it will not get the latest version of all files. There have been instances where one developer will check in a change and the other developer tries to get the latest version and the IDE does not get it. No error..it just didnt get ...Show All
babakl ListView scroll postion
Is it possible to get and set the scroll position on the ListView (I’m aware of ScrollIntoView) I was thinking something like: this.ListView1.ScrollPosition = 1; and if (this.ListView1.ScrollPosition > X) GetMoreData(); Best regards, Thomas Andersen Well, the ListBox itself is really little more than a glorified ItemsControl. The default template for ListBox has a Border around a ScrollVi ...Show All
woh Display image from http-address
Hi all, i want to display a image from a http-address but when the image is not there the complete app cancels and shows a 404 Not found ecxeption. I have no chance to catch these exception, without cancelling the app. Is there a way to check for the image before Displaying it thanks, Herbert An idea could be to try to download the image, and if you are able to get it, that mean it's ok In ...Show All
Dan Yerex Unable to load Outlook Add-In
I'm unable to load any Outlook Add-In that I create. I started with the Hands-On Lab 1 and then backed off to just displaying a messagebox in Startup that just displays "Hello World". The messagebox I get in Outlook when I start Run the project using VS2005 is: "Office document customization is not available". I select OK and go on, but my "Hello World" messagebox never shows. Also, when I go to the menu Tools -> Options -& ...Show All
MattPorter cannot find keycodev2.dll or Invalid Keycodev2.dll
I have developed and win forms application using vb.net, as part of the application I have added a few Crystal Reports. after deploying my application to my users, and they try to open the crystal report I get the following message : cannot fi ...Show All
Dave Bakin am finding some problem with invoking a web service written using WCF.
hi, I have developed a web service in WCF and its working fine on windows xp sp2. when i run the same code in windows 2003 server then i get some error when my client tries to invoke the web service that is hosted in the IIS. The error is as given below: 1. The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error. The above error occurs when i ...Show All
UmerKhan ClearCase Integration with VS.NET 2003
I installed Visual Studio .NET after I installed ClearCase. Therefore, ClearCase hasn't properly integrated into VS .NET. VS only recognizes Visual SourceSafe, which I don't use. I heard that uninstalling then re-installing ClearCase with VS .NET already installed will allow ClearCase to properly integrate into .NET. But, the ClearCase installation takes a lot of time, and then there are all of the development views to do ...Show All
