Answer Questions
enid1229 LINQ = .NET Framework 3 ?
WinFX is now .NET Framework 3.0, does this mean Linq is also 3.0 or will it be 4.0 or ... Soma announced that WinFX is being renamed to .NET Framework 3.0. Jason has more detailed info though. In short: WinFX will become .NET 3.0 while still running on the CLR 2.0. C# 3.0 will not be part of this release, but rather remain part of the 'Orcas'-release (scheduled for sometime 2007). I guess they'll have ...Show All
sahan Problem with LocBaml
I did every thing right as per the devx article to localize my application. I have managed to create 2 resource dlls 1. en-US and 2. ez-CH There are lot of initial hikeups before i could get to above stage. The problem is, even after changing the culture, the UI (lables) doesn't seems to be changing the culture. I have used online tool to convert english to Chinese abd pasted in the excel file. But when i open this csv file, it does not ...Show All
Emad Rangchi p2p session lifetime
I've been trying to find answers (to the questions below) in articles or in the SDK samples' code. Could someone kindly give me links to SDK articles and/or blogs where I can find the answers to the following questions, please What does the lifetime of a p2p session depend upon How can it be configured If all peer nodes in a particular mesh become inactive for a while, will the peer resolver "lose" their addresses (unregister all th ...Show All
loker Inheritance Restriction?
Hi all, I' am having some troubles. maybe somebody can help me out. When compiling my DSL I got the folowing error: Architecture.ServiceModel.Designer' already contains a definition for 'ServiceOperationHasRequestMessageAddRule This error is caused by the "ViewFixupRules.cs" file. I already tried to find a double definition in the model but cannot find it. Also there is NO double "ViewFixupRules.cs" file in the project. The problem is caused ...Show All
Eric Tsai pdf file checks in as ANSI instead of Binary
The problem I ran into is that the sourcesafe 2005 client would not allow me to check a .pdf file in as binary. I tried over and over and could not force it to binary. I then tried running the old 6.0d client and it did allow me to checkin to the same database as binary. What happened in the 2005 client I even tried specifying that *.pdf files were in the "binary" group and it still checks in as ANSI instead of Binary. If I go back to the 6.0d ...Show All
mahes Many Package Load Failures with Beta2
Hi, I just tried to install Beta2 on a machine that previously had Beta1. I followed the pre-install steps to remove every bit of Beta1 that was listed, then proceeded with the install process. It went smoothly, but every time I start up Whidbey, I get a Package Load Failure related to 'Microsoft.VisualStudio.QualityTools.TestCaseManagement.QualityToolsPackage, Microsoft.VisualStudio.QualityTools.TestCaseManagement, ...' This package load failur ...Show All
devnet247 User-Defined Functions in Excel using VSTO 2005.
Hi, We want to write some user-defined functions in an Excel sheet using VSTO 2005 Beta2. Please kindly provide us some information or snap shot of the programing or the links which will explaing us about this..... Thanks in adavance Hi XLL's arent generally supported in Managed Code but there are some workarounds and products you can buy that wrapper the functionality to allow you to do this, a blog I have seen http://blogs.msdn.com ...Show All
Luciano_2k next linq release
Any comment on roughly when the next Linq release is scheduled, and what kinds of changes we can expect seems like MS doesn't want to tell us, though ;) Hello! I look forward for that! Do you also plan to include something targetting the special aspects of being used from inside a WCF service, i.e. state brought to the client and back and so on Best regards, Henrik Dahl Will th ...Show All
Beachbt Avalon/VS .Net 2005 code query
I was playing around with Visual Studio .Net 2005 and reading: http://winfx.msdn.microsoft.com/library/default.asp url=/library/en-us/wcp_conceptual/html/521071e7-9081-4705-8b1c-57df963dcaa7.asp and trying to complete the section sub titled "Making a "Extensible Application Markup Language" ("XAML") Page Dynamic" i do everything as requested but when i type/copy in: Imports System Imports System.Windows Imports System.Windows.Controls Name ...Show All
cagii VS 2003 SDK
Hi, I'm creating an add-in in VS 2003. I have tried downloading VS2003 SDK so many place, but not able to find out. Please point out where i can download VS 2003 and help files for using that. Thanks & Regards, Saravana Kumar B Hi Saravana, It depends on what you are trying to actually do, if you want to create an addin for VS 2003, you don't need to download any SDKs. You can create a new addin project by using the wizard ...Show All
Dennis G. MessageContract - serializing xml attributes
Hi, How do I serialize an xml attribute in a typed message The following fails in the de-serialization (I recieve the message on the service side but it fails to reach the operation implementation): [Serializable] public class FooParams { public int Number; [XmlAttribute] public string Name; } [MessageContract] public class FooRequest { [MessageBody(Name="Foo")] public FooParams Params ; ...Show All
Macca Problem building
I have been successfully using VS 2005 Beta 2 (VB.NET) for about a month now. Yesterday, I started getting the error: Error 5 Unable to copy file "obj\Debug\BO.dll" to "bin\Debug\BO.dll". The process cannot access the file 'bin\Debug\BO.dll' because it is being used by another process. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets 2274 9 This error does not occur the first time I build ...Show All
Universal Soldier 2005 Glass effects in WPF
I was playing with Glass effects in WPF and found following strange effect. If I make a Window complete transparent (Glass) elements such as Label, TextBox, CheckBox show black text on black background (see picture in archive). Am I doing something wrong, or is it a bug in WPF or maybe it's a grafik card I have nVidia GeForce FX 5600 265Mb. I use drivers from NVIDIA: Date 19.05.2006, Version 8.8.6.1 In archive is sample project and pict ...Show All
Rich Moore Query TFS
How can one query the TFS to fetch the published data (e.g. test results, coverage results...) in TFS Is there an object exposed by TFS or does one need to query the TFS database directly . Hi, I've tried these as well. Not much info I could spot. Its possible you may get an answer quicker on the VSTS specific forums, like http://forums.microsoft.com/msdn/ShowForum.aspx ForumID=20 and http://forums.microsoft.com/msdn/ShowFor ...Show All
BadrK Path with BitmapEffect in Viewbox "problem"
Hi, I've found that when you apply a BitmapEffect on a Path then if you scale your Path (putting it in a ViewBox for example), the drawing is scaled and can get all blurry. To have a neat path, you have to force a repaint (changing a property value). If there's no BitmapEffect, the Path is well scaled (since it's a vector image, the coordinates are scaled and the Path is rerendered). Here's an sample, streched the window and mouse over the right ...Show All
