Answer Questions
marmok How to apply multi Transforms to Canvas' RenderTransform property using code?
Hi guys, I using Canvas UIelement to draw a rectangle with size (200,200). I want to move the rectangle to point (100,100), rotate with angle 45 degree and scale it with 50%. I can not apply multi transform to Canvas' RenderTransform property one time. Please help me to do it soon... Thanks, What's the syntax for setting a transform property after you assign the RenderTransform to your TransformGr ...Show All
NarasimhaMurthy VSS 2005 can not show history.
I'm using VSS 2005 and VS2005, both version are 8.0.50727.42. I'm using VSS Explorer. The "Show History..." does not work. No any results when I choose a long period. I tried to empty "From" and "To" fiels, the result is same. Any idea Thanks in advance. Hi, I suspect you see this problem only for specific files, is this right . For instance if you create a new VSS database with VSS 2005 add a new file to it, can you view the Hist ...Show All
Albert Ross Help Integration Wizard does not generate title nodes
Hi, I'm trying for some time now to create a MSI installer to deploy a Help2 File. For this I'm using the Help Integration Wizard - which seems to work all right. But when I've installed the .MSI and start dexplore I can't find my Help at all(but a filter I configured in Step 3 of the wizard shows up). When I take a look with Namespace.exe(contained in VS SDK) I can see the Namespace created by the installer, but unlike all other, this Nam ...Show All
Ubercrowe Indexing data
If the data source for the query has 10's of thousands of items, does the new syntax automatically build and index behind the scenes If not, is there a way to specify one If not, is this being planned Thanks Ad. It is probably not reasonable to expect the query facility to optimize by sorting and/or creating a dictionary for the collections involved, automatically. However, if the programmer is ...Show All
Grant Jackson How to Add context menu to shapes
I am trying to add a context menu to a shape. What I did so far was: 1) Added a "public override void OnMouseUp" method do Shapes.cs 2) Instantiated a context menu 3) Tried to bind the context menu to the GeometryShape and show it, but it requires a Control and I'm stuck, since the GeometryShape class is not a Control. Any suggestions Thanks, -- AFurtado Hello, Your article ist interesting and related to my problem. During ...Show All
fraballa Playing animation storyboards inside a control template programatically
I've defined a Button style and Control template. I want certain aspects of the control template to be animated based on events in the application. I want to start and stop the storyboards I have defined inside my template programatically. The problem is I do not know how to access these storyboards from my code. Also I'm not quite sure where the storyboards should be defined. I'm using the two storyboards (lightenAnimation, and darkenAnimat ...Show All
alanr ProtocolException
Hi i'm getting an exception running a simple ping service that i have developed that i cannot understand. It's strange because it was running 2 days ago then i have changed some things in iis and it stopped running. What it's worst is that everything stopped running, even the samples and they all fail with this exception. I'm using Visual Studio .net 2005 Beta 2 and the September CTP of Indigo, and the exception is : System.ServiceModel ...Show All
Johan A TransportWithMessageCredential interop
I'd like to consume a WCF service from a VS 2003/.Net 1.1 c# client. So far, I have the following in my server config: < xml version ="1.0" > < configuration xmlns ="http://schemas.microsoft.com/.NetConfiguration/v2.0"> < system.serviceModel > < services > <!-- Before deployment, you should remove the returnFaults behavior configuration to avoid disclosing information in exception messages - ...Show All
Alexei Vladychevski Deploying WinFX WPF Windows Application
I am trying to publish a simple WinFX windows app using ClickOnce. The app gets published fine, but crashes when it tries to run. I manually installed the WinFX RTC 3.0 Beta onto my test client, and now the app runs. Is there a way to add the WinFX RTC 3.0 as a prerequisite For example, I am able to choose .NET Framework 2.0 as a prereq, and the setup will install it as needed. I am using FEB CTP. Thanks -Mark ...Show All
btravis VSTO Install
I installed VS 2005 but I do not see VSTO anywhere. Is this supposed to be installed along with 2005 Is there a place to download it Visual Studio Tools for Office is not included with Visual Studio Professional. VSTO is a separate version that includes a full development environment. You can find out about to buy VSTO here: http://msdn.microsoft.com/office/understanding/vsto/default.aspx However, VSTO i ...Show All
fddsfsdf Go live for LINQ/DLINQ before Orcas?
There seems to be a lot of activity on this forum and it has me wondering...are all these questions coming from applications that aren't going to launch until after Orcas ships OR is it "OK" to create apps today that are targetting .NET 2.0 using LINQ/DLINQ :) To me the link works perfectly OK (I've just tried it), but it's probably still for the old version. Best regards, Henrik Dahl ...Show All
Selvalakshmi use xaml pages in asp.net project
hi folks I created asp.net project and want to navigate through it to xaml page by using hyperlink when I did it, I got exception "System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed." used VS2005 and MS windows SDK beta2.0 how I can fix this problem ...Show All
Devz Cannot exclude files from SourceSafe
I have a web service that needs project references to other projects contained in the same solution. The web service creates a Bin folder and puts the .pdb and .dll files in there. The entire solution is under (integrated) source control. I cannot get Visual Studio to let me exclude this Bin folder or any of the files under it from source control. I do not want to store the compiled binaries in SourceSafe. How can I exclude these files or this ...Show All
Oliver Foehr Data Source Window not visible
I created a new Excel Workbook in Visual Studio 2005 and created a new data source. When I click on the Data menu and select "Show Data Sources", nothing happens. I can see the .xsd file in the solution explorer. What am I doing wrong Is this problem still reproing Can you get the datasources window to show in other project types Try closing down the designer and re-opening it. ...Show All
peter8 Group by count
This is my query select TagId, count(TagId) from ProfileTags Broup by TagId I tried to translate this query in Dlinq as: var q= from t in db.ProfileTags group t by t.TagId into g select new {TagId=g.Key,Count=g.Group.Count()}; but it results in the folowing compile error: Error 49 The type arguments for method 'System.Data.DLinq.QueryExtensions.Count<T>(System.Data.DLinq.Query<T>)' cannot be inferred from ...Show All
