Answer Questions
Julien T DSL Tools support for Visual Studio editions
I promised that I'd get back to this forum with details of our licensing plan once they were available. I'm pleased to say that we can now make some details available (Please also see our Modeling Strategy and FAQ ). On release, the DSL Tools for Visual Studio 2005 will be part of the Visual Studio 2005 SDK. We'll support the following editions for authoring DSLs: Visual Studio Professional Edition Visual Studio Team Edition for Software A ...Show All
Carlos Magalhães How to create new workseet from VSTO Excel template?
Hi All, I created an VSTO Excel template with a single worksheet. I wanted this to be a worksheet template, so I've published it in OFFICE11\XLSTART folder. Now, I can create multiple workseets from this template but only the first one appears to execute code in worksheet class's events handlers like Sheet1_Startup... My code looks like this: public partial class Sheet1 { private void Sheet1_Startup( object ...Show All
kosar1349 T-SQL Debugging on VS2005/SQL2005
Hello, I can't seem to debug an SQL stored procedure using VS .Net's 2005 debugger. When I Step into stored procedure the breakpoint turns to a question mark and says "The breakpoint will not currently be hit. Unable to bind SQL breakpoint at this time.  ...Show All
mojgan behrooz Adding custom entries in the journal
I search into the documentation and find an example on how to add a custom entry in the journal. protected override JournalEntry Replay(NavigationService nav) { RadioButton strokeButton; RadioButton fillButton; Polygon hexagon; Brush currentStroke; Brush currentFill; UIElement root = (UIElement) nav.Content; hexagon = (Polygon) LogicalTreeHelper.FindLogicalNode(root, "hexagon"); currentStroke = hexagon.Stroke; cur ...Show All
GillianR Debugging in VB.NET
My application is in VB.NET (upgraded from vb6.0 to VS 2003) and interacts with the data access layer to access database. I have put breakpoints in the application for debugging. One of the breakpoints is on 'Public Sub Main()' of the application which is the entry point for the application. When the application reaches this breakpoint, it displays an error message found in a method 'GetValue' in data access layer though t ...Show All
SSDevTeam Major resource bug in May CTP
The following does not work anymore: Is this intentional <Grid> <Grid.Resources> <Style TargetType="{x:Type Button}"> <Setter Property="Background" Value="{StaticResource brush}" /> </Style> <SolidColorBrush x:Key="brush" Color="Red"> </SolidColorBrush> </Grid.Resources> <Button></Button> </Grid> ...Show All
Sonichu VSTO errors
I've got a couple of scenarios to bring up regarding errors we are seeing after using the VSTO 2005 tools after previously having these solutions run under VSTO 2003: 1. We had an interesting error pop up with one of our Excel VSTO 2005 solutions. On opening the file, we would get the an 'Invalid URL' error from the VSTO loader (see Item #1 error below). The issue was resolved by removing a '%' character that was in the filename, so this should ...Show All
Per Stuge dragging control will immediately crash visual studio
Problem repro: create a new windows application fx project, create button on the grid, drag it to another location. After about 0.5 seconds visual studio throws an error and asks me if I want to debug. If i choose yes, I can get to this call stack: > ntdll.dll!7c901230() [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] milcore.dll!53216a95() milcore.dll!5316ba53() milcore.dll!530d9318() milcore.dl ...Show All
alpaolo I can't install Visual Studio2005
Here are my specs Intel P4 2.88 GHz, 512MB RAM, 80GB HDD, 256MB VideoCard, WinXP ProSP2, I freshed installed WinXP sp2, if I install VS2005 I get the error "Suite Integration Toolkit error", Please help. QuanT wrote: It should be the same then. My hunch is that your media might be bad and you need to call Product Support for a new CD/DVD. Phone is via 1-800-936-5800 Web via http://support.microsoft.co ...Show All
hellomoin How to establish project item DependentUpon other item?
hello all, is there anyone can give a hand to tell me How to establish project item DependentUpon another item like "form.cs" to "form.designer.cs" and so on. thanks a lot. Since there might be others that would benefit from your solution... Do you mind posting a snippet that would let you add (or move) one project item under another I have not had much luck at all. So far I am basing my custom project on the Project ...Show All
Attiks Formating a date parameter
Does anyone know a way to change the format for a date ("yyyy-mm-dd" to "mm-dd-yyyy") in the Parameters Value pop-up window I would really rather not build my own parameter window, but is that the only solution Thank you, that was my fear!! As far as I know, you can't change the format in the Paramaters popup window (I drove myself crazy a while back t ...Show All
lastpick Word, Excel 2003.Openning a read-only file and word or excel not notify this.
Hi, I'm work with Sharepoint Portal Server 2003 and Office 2003, is happening that when a user want to open a file which is being used for someone else (read-write) word or excel didn't notify this, and the file opens read-only but user didn't notice this. Someone have any idea why thanks, Mauricio. Hi Maruicio: This is a question you might want to post this on the sharepoint.portalserver.development ...Show All
AFoxmore Local Path
I'm using VS.Net 2005 Beta 2 with Team Foundation Server, and when I go to FIle -> Source Control -> Open from Source Control ..., I get the correct dialog asking me which project I want to open but I cannot change the Local Path. As the local path is based on a redirected My Documents folder it is giving me a few issues. Firstly I don't want all these files to go through sync'ing at logon / logoff as per our current environments policy. S ...Show All
vivek kakkar Recommendations & examples of setting-up a directory structure
i need to setup a VSS environment consisting of: development, test, production and different versions 1.x, 2.x (C# development of Win/Web/Mobile apps) Are there any books, or recommendations / examples of good practices on doing this thanks Guy 'Team Development with Visual Studio .NET and Visual SourceSafe' (http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnbda/html/tdlg_rm.asp) It's a grea ...Show All
gamer4lyf3 Button is not getting removed after uninstalling the Word add-in
Hi All, I'm creating and installing a Word Add-in. The add-in creates a button on standard toolbar. When I uninstall the add-in the button is not getting removed. The add-in is the basic add-in from the link http://support.microsoft.com/default.aspx scid=kb;en-us;Q302901 as it is. The code in OnBeginShutdown is as follows: public void OnBeginShutdown(ref System.Array custom) { object omissing = System.Reflection.Missing.Value ; System.Wi ...Show All
