Answer Questions
bradrum Is DSL development a language driven development?
Jack Greenfield in his blog told that he will explain how Language Driven Development is related to the Software Factories, but unfortunately he didn't it looks he stopped blogging at all... Aidas, Thanks for asking. You're absolutely right that I did promise to talk about LOP, and that I've been too busy to blog for the last few months. I'll post a piece soon addressing this question. Jack Greenfield | Archi ...Show All
Phenom7413 Frequent incorrect build results - projects skipped that are out of date
Re-posting here at the suggestion of the Team System folks... The below was observed using Visual Studio Team Suite 2005 RC version. I have a solution with 17 C# projects - two .EXEs and the rest DLLs, including a number of unit test projects. I can't begin to relate how often I run into problems due to incorrect build outcomes - one or more projects were not built even though clearly out of date. I see this sort of thing when running ...Show All
MS_Developer /target switch does not work as advertised
Looking at: ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_build/html/f46feb9b-4c16-4fec-b6e1-36a959692ba3.htm The documentation states that any target can be executed. This is not true, (at least not for me). Perhaps someone can point out what I'm doing wrong. If I run: MSBuild.exe mysol.sln /t:myproj:Rebuild the project file rebuilds as expected; however, if I run: MSBuild.exe mysol.sln /t:myproj:Build or MSBuild ...Show All
sbrian26 Positioning elements generated by a data template on a Grid or Canvas
I'm trying to use an XML data source and a data template to generate some TextBlock elements from this data and present them using an ItemsControl. The TextBlocks are generated correctly, but I can't figure out how to position them on a Grid or Canvas panel. It seems the attached properties (Grid.Column, Grid.Row, Canvas.Left, etc) that I define on the TextBlocks are somehow ignored. This is the XAML code I'm using: <StackPanel xmlns="http ...Show All
Gaoqiang Range.get_Information() is causing Application.XMLAfterInsert to be fired
Hi, I am getting some strange behaviour which I am having a hard time reproducing in a new project. I know that without being able to reproduce it I am not being very helpful, but I am running out of options and time. I will keep trying to reproduce it, but in the meantime any suggestions you might have would be greatly appreciated. I have a Word Template project and I am using XML tags to mark certain parts of the document that interest m ...Show All
Rodrigo Vieira VSS extremely slow over internet
hi. i have a setup with several local clients to the database and a remote client that is connectected over a 2mbit dsl line. now, i know that 2mbit isn't _that_ much, but is it really necessary for a 'get latest version' to take up to 20 minutes the ss database is only 10 mb in size... what options do we have in order to make this thing a little faster WM_THX thomas woelfer http://www.die.de/blog In another ...Show All
d1mann nested subreport
I have a nested subreport. The 2nd level of subreport does not get loaded. I have handled the subreportProcessing event for the 1st level of SubReport. I expected the second level subreport to work on its own, but it seems that the subreportProcessing event has to be handled for the 2nd level subreport too. But I am unable to find a way to subscribe to it.(since the reportviewer just has access to first level of Subreport). ...Show All
Stuy_b838 Crystal Reports Problem
I have been working with VS2005 Crystal Reports for a while now with no problems. Now, suddenly i can't open any of my reports in design mode, VS comes up with an error message: "Crystal Reports ActiveX Designer: Failed to open document." and "Microsoft Visual Studio: Failed to create the Crystal Query Engine." Need help to resolve th ...Show All
Rami Reddy Is it possible to build pre .NET targets with MSBuild?
Hi, I'm new to MSBuild and I'm wondering if it is able to build pre .NET targets, e.g. VB6, C++6 kind of targets Best regards, Jnvr Hello Dan, I want to build VB6 projects with MSbuild, can you point me to relevant how to information How do I create "MSBuild format project files" and build rules Please note that I have no experience with MSbuild. Best regards, jnvr Hello, ...Show All
hermitte Enum?
Hi, Can I have Enum as a DataContract with DataMembers For example: <DataContract([Namespace]:= "http://MyServices" )> _ Public Enum EventType As Integer <DataMember()> _ LOGIN_FAILED <DataMember()> _ LOGIN_SUCCEEDED End Enum When I generate the above (svcutil) I get an empty Enum. Thanks! Scott A related/extended question on the abo ...Show All
the guy who broke it "Reload" listobject after UnList()
Hello, I'm trying to make an excel application where the user binds a dataset to a listObject. Then I'm doing a UnList() on the listObject so the data looks like an traditional spreadsheet. Then I whant the user to be able to bind another dataset to the listObject, but this can not be done after running UnList(). How can I instansiate a new listObject, or how can I solve this matter Best Regards Carl ...Show All
Peruri Error when subclassing controls in a WBA
Hi, I have a custom control (derived from ContentControl) and a couple of custom panels (derived from Panel) in a WBA. When I try to run this app, I get "Request for UIPermission failed". Is it because of the subclassing I have thought only Hyperlink has an inheritance demand. Thank you, Valentin Iliescu Do you have a stacktrace for the exception Neither Panel or ContentElement have an inheritance demand on the class. & ...Show All
agentpastone Installing Visual Studio 2005 on Windows x64
I am installing Visual Studio 2005 on a Windows x64 operating system. As you know there are 2 directories for Program Files on a Windows x64 system. The setup is stating that it is installing x64 components like net frameworkd and etc. but the default for the installation is in the Program Files (x86) directory. Is this correct or should it get installed in the Program Files directory M ...Show All
vinaypm2006 WiX/MSI Task?
I was under the impression that there was going to be a WiX task for MSBuild. I can't, however, find any reference to it in any docs. Nor can I find anyone else who actually uses it. Am I wrong, is there no WiX task Can someone please confirm Thanks, Derek There's a problem with the strong name signature on the latest version posted to GotDotNet, which is supposed to be fixed this week. I worked around it by ...Show All
Dylan72 How to cast VS HTML editor to AxSHDocVw.AxWebBrowser
Anyone know, when I open up an HTML page in Visual Studio, is it possible to get a reference to the webbrowser tab (design tab) as a AxSHDocVw.AxWebBrowser Thanks, Nick I am using this approach when trying to get a refrence to the XSD Designer. Any access to HTMLWindow.CurrentTabObject thows the exception {"Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTE ...Show All
