Answer Questions
dpuccio Transitivity problem: Voters wanted!
Hello! One of the really attractive aspects of DLinq is the transitive inclusion of objects navigatable from objects explicitly entered in DLinq scoped business. The problem just is, that it seems like there are some errors in this, at least in the May 2006 CTP, which obviously is understandable, but highly annoying!! Therefore I would like to ask, if there could be some of you who would like to go to the bug reporting place, determine if ...Show All
hotbass Latest VCBuild with VS 2003?
Hello, Our current set up is about 150 projects building with VCBuild and VS 2003. The build server, which is a dual Xenon CPU with HyperThreading on kicks a build every 10 minutes (if a new check in has been committed), and it takes about over an hour to get the results of our build (debug and release). I'd like to speed things up a bit, and I believe that if VCBuild could take advantage of the multi-CPU & HyperThreading ...Show All
Darren Tao Is there someone on the DSL tools team I can work with to fix errors in...
I am working my way through the FamilyTree walkthrough in the June CTP. There are a number of errors, I think; some subtle, others more serious. I wonder if there is a member of the DSL tools team that I can work with to feedback the errors so that 1) I can better understand the tools, and 2) Microsoft will benefit by having feedback on the documentation It would be nice to have the screenshot listed in step 13 "The Classes and relation ...Show All
GanitMandir my pet project: AnimationBehaviors
I’ve been working on a project in my spare time called “AnimationBehaviors”. Now that I’ve got it working reasonably well I’d like to share it with the world. The animation system in WPF is really powerful, however it’s not always easy to create certain effects in XAML without falling down to code. Even when code is not required, it’s not always easy to create reusable animation effects. Enter AnimationBehaviors. AnimationBehaviors is a lib ...Show All
ecca30 DSL Support For Reverse Engineering, Object Persistence and ASP.NET
Can someone from the MS DSL Team answer the following general questions 1. Can a DSL provide support for object persistence For example, in Joachim Seemann's 200 level video presentation "Creating Graphical Designers with Domain Specific Language Tools", he shows how to build and generate code for a Wizard. If we want save (persist) the data entered while running the wizard to say, a relational database, how is the DSL tool used to ...Show All
ManConfusedByMouse XAML & Visual Web Developer Express
i have downloaded some sample applications and some of them won't run because the XML tags have now been superseded in the latest release candidate. is there a documentation resource where I can see which nodes are available, e.g. ViewBox etc., and what attributes they accept to help me when I am coding my XAML thanks rob. Install VS "Orcas" preview and you will ...Show All
Darin Spence How to load a resourcedictionary from xaml file
Hi, I have a resource file called skin.xaml. I am using the following code to create the ResouceDictionnary. ResourceDictionary res = new ResourceDictionary (); res.Source = new Uri( "StandardSkin.xaml" ); => parser error. Any suggestions thanks/chong I found the solution. using ( FileStream fs = new FileStream ( "StandardSkin.xaml" , FileMode .Open, ...Show All
patrick_pasha 2D Transform: GeometryGroup or Multiple Geometries?
Hi, Is 2D matrix transformation performance better using a single GeometryGroup or multiple geometries Or, no difference TranslateTransform translateTransform = new TranslateTransform(-100, -100); lineGeometry1.Transform = translateTransform; lineGeometry2.Transform = translateTransform; rectangleGeometry.Transform = translateTransform; OR GeometryGroup geometryGroup = new GeometryGroup(); geometryGroup.Children.Add(line ...Show All
JonSatch Can't Run any Services
I am running the Feb CTP of WCF on Vist Feb CTP and am having problems getting any services to run. I am hosting in IIS: Here is my Web.config < xml version="1.0" encoding="utf-8" > <configuration xmlns=" http://schemas.microsoft.com/.NetConfiguration/v2.0 "> <system.serviceModel> <services> <service name="DerivativesCalculatorService.Calculator"> <endpoint ...Show All
Cezary How to wrap words of one single line to multiple lines that fit in a shape?
I try to make a comment shape for my DSL, but the comment is displayed as a single long line. I would like the line to be cut (automatically) into multiple lines so it fits in the shape even if the size of the shape changes. Here is a temporary workaround: Remove the current visualization of the value property and add a partial class to your designer to do the text drawing yourself. Here is a sample: public ...Show All
JarLin Is there Expression Designer Feb CTP?
NO ! Until March CTP I want to use the Expression-Tools for xaml build~~~~ Can you give me a answer Thank you! Don't have one yet. Moving forward, you can expect that the Expression CTP's will always lag a little behind the runtime (they do testing on the final bits before handing it out). Arik Cohen Lead Program Manager Windows Presentation Foundation ...Show All
MarkR&#42;&#42;&#42; Cannot set Image Source from IValueConverter?
I'm trying to use an IValueConverter to pick an image to show. In this case, I have images of country flags that I want to show next to the country code. I also have a tooltip with the full country name. Here is the Xaml I'm using. This Xaml shows a hard-coded image name that works and another image whose source is set from the IValueConverter. The tooltip is also set via an IValueConverter and that works great: <ControlTempla ...Show All
Hagop Error 1305: Installing VS 2005 Standard Academic
I get this error (1305) on the second disk of the 2 disk install. It request a response giving 2 choices: 1) Retry; and, 2) Cancel. Along with the 2 choice, the dialog box says ... Errror 1305. Error reading from file E:\program files\microsoft visual studio 8\sdk\v2.0\guidebug\shortcutbrdbg32.txt. Verify that the file exist, and that you can access it. Does anyone know how to fix this error It seems that the media might be bad ...Show All
cortega netTcpBinding Transactions
Hi all, The scenario - Delete Customer: Client calls CustomersService.DeleteCustomer(customerID), that calls OrdersService.DeleteOrdersByCustomer(customerID). Both services are decorated with OperationBehavior(TransactionScopeRequired = true), and the Operation in the Service Contract is decorated with TransactionFlow = Allowed. When the code enters the DeleteCustomer method in the first service, a new transaction scope is created (i ...Show All
vic_ Manipulate Bookmarks @ Server Side
[Using VSTO 2005 Beta 2] I am looking for a way to change text within Word Bookmark controls at the server. I am aware of accessing the Cached objects within the Word Manifest and for instance fill a Cached Dataset with the information that I want to show in bookmarks. What I would like to know is if it's possible to change bookmark information directly using a ServerDocument. The Other thing, is it possible to databind Bookmark controls to a ca ...Show All
