Answer Questions
halebob Adding Project to existing source safe nodes
I have taken a project(vs.net 03) that was in source safe and removed all the source safe files and references. Then i converted the project to vs.net 05. Now the problem comes in with that i want to put this project back into sourcesafe under the exisitng project folders etc. I want to load it as a totally ew version but in the same project folder. Can anyone help me with this Hi Michael, If the project yo ...Show All
SomeshChandra Sparkle panels UI
Anyone know if the main user interface controls in Sparkle will be available as a sample or as controls The UI would be great for a test app I'm working on and I don't want to reinvent the wheel if major parts of it will be available. Thanks Unni I had a brief look at the sample and it is interesting to compare how you approached the problem with my own efforts. You have a cs file for the PanelControl ...Show All
Dead Man Inc Creating Virtual Directories in MsBuild
Hi, I tried to use the SDC task library to create a virtual directory and had the following error. Message = Could not load website from given DirectoryEntry VirtualDirectoryName = TestWeb Path &n ...Show All
zhaounknown Question on using the domain model designer
We're currently making some decisions about the new look designer for DSL Definitions - yes this will be a designer that allows you to edit the content currently contained in .dsldd files, as well as domain models. As part of this process, I'm looking for feedback on the current domain model designer. First off, I'm looking for feedback on the feature where it is possible to drop the inheritance connection tool, or the relationship connection ...Show All
Bardia Hamedani Issue with Validation.Add
I'm creating an excel sheet using VSTO and i have a situation wherein the user needs to enter only decimal values and that particular cell has a format set to percentage. Here is my code Excel. Range oRange = Globals .Sheet3.Range[ "TaxRate" , missing]; oRange.Validation.Add( XlDVType .xlValidateDecimal, XlDVAlertStyle .xlValidAlertStop, XlFormatConditionOperator .xlBetween, 0.0 , 99.9 ); oRange.Validation.IgnoreBlan ...Show All
BlkShdw88 Serialization to support XSD
I have to be missing something really easy, but alas, cant seem to figure it out True XMLSerialization to a XSD Posted on: 04/22/2006 04:20:42 I am having trouble configuring my service to not use DataContract serialization and instead use true XML Serialization. For example, my schema has a element defined as <XSD:ELEMENT type="xsd:string" name="CustomerName"> <XSD:ANNOTATION> &l ...Show All
Otacilio VSS LAN Booster service
This seems to be a recurring topic, but none of the previous posts have solved my problem... On startup, I get the following message in the Output Window: "Unable to use SourceSafe LAN service, performance of SourceSafe operations will not be optimal." Things I've tried 1) ssrcsafe.ini file has entry for UseHelperService 2) ssservice is running 3) no firewalls on either side 4) no applicable EventLog entries 5) debugvi ...Show All
Gimlei VSS 2005 And VB6
Hello, I have VB6 and VS2005 installed on the same machine, there is any way to use VSS2005 also from the VB6 IDE If not, can I install VSS6 and VSS2005 on the same machine thank Andrea Excellent! That worked very well for me. Thank you. I would like to experiment with it at work. I have XP/2 with VB6 Pro and SQL Server 2000 . Hi ...Show All
timeee How can I change the background color of the code window using an add-in?
Hello, I need to write add-in thats changes code background in code window. Is there any samples how to do this I will very glad if somebody help me to do this. Thank you. Hi, Aaron. Yes. I mean highlighting. User selects text and this text changes background. This background saves after selecting another fragment. Can VSIP help with this problem. Thank you. Hi Zenit, The following macro will change the editor background to ...Show All
Aryan Patel Micrsoft Visual Studio 2005 Beta 2 ToolBox integration
We have developed a Microsoft .NET Control library on .NET 1.1. We have added an installer to integrate that library into the Visual Studio 2003 ToolBox. This all works great. Now we are expanding this installer to make it possible to integrate into Microsoft Visual Studio 2005 (Beta 2 at this point), but we cannot add the actual controls to a Tab in the ToolBox. To illustrate the problem, I have created a simple solution in Visual Studio 2003. ...Show All
Hacksaw Outlook 2003?
Needed to know if it was possible to use 2 calendars (main and a secondary) and have pop up reminders enabled for both. This would be used for one user. Ex: one calendar for business the other for personal, need both to have pop up reminder enabled. Bob, Are you trying to do this in code with VSTO/VBA or is this a general question about the user of Outlook 2003. If it's the latter then you would be better of ...Show All
Snorrk how to group shapes
Hi I created some shapes in a canvas but here the problem I want to group those shapes in to one howz it possible Thanx-Nagu <Canvas> <Shape ... > <Shape ...> </Canvas> Hi Thomas, I would like grouping inside of canvas like: <Canvas> <group1..> <Shape ....> <Shape ...> </group1> <Group2..> <Shape ...&g ...Show All
Bysani Serious error when hide the column
Hi, I have one ListObject on ExcelSheet defined as: Microsoft.Office.Tools.Excel.ListObject myListObject = this.Controls.AddListObject(this.Range["A10", missing], "myListObject"); Then I am binding this listobject as follows: DataSet dsTrims = new DataSet(); string strWhere="select col1, col2, col3, col4 from tableTrims"; dsTrims = MyProvider.ExecuteDataSet(System.Data.CommandType.Text, st ...Show All
virtually custom task
I created a dummy skeleton task and I'm trying to use it in my custom project build file, but I'm getting this error when I do a build: Error 1 The "XgenGenTask" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with &l ...Show All
Kgomong Debugging & Breakpoints
Unitil this morning everything wents fine. But now I'm trying to debug, my application (an outlook Add-In (vsto)). I'm placed some breakpoints in my application. When running my application in debug mode (I'm 100% sure, that application mode = debug), it won't stop at my breakpoints. And at each breakpoint, on the mouseOver-event, There is displayed an error like 'No symbols loaded for this document' Do ...Show All
