Answer Questions
Khushal Where is the WCF Nov CTP?
Where can I find the WCF SDK Nov CTP I subscribe to MSDN but I only see the Sept CTP in the download section. It can be downloaded from the following link http://www.microsoft.com/downloads/details.aspx FamilyId=2202A637-2B68-40C0-B3AE-9235D60F42C4&displaylang=en Regards, Ganesan Krishnamurthy. ...Show All
Drasko Error 1001: Item has already been added. Key in dictionary
Playing around, (changing the generated package rebuilding ...) I have encountered the following: Error 1001. An exception occurred while uninstalling. This exception will be ignored and the uninstall will continue. However, the application might not be fully uninstalled after the uninstall is complete. --> Item has already been added. Key in dictionary: 'D:\alx\Projects\GuidancePackage1\GuidancePackage1\bin\Debug\Templates\Solutions\Proje ...Show All
Fernando Ruano Visual Source Safe 2005 and Visual Studio 2005
How to configure VS2005 integrated with VSS2005 I have setup the Visual Studio 2005 Team edition for architects and then the Visual Source Safe 2005 . I can't enable the source control toolbar buttons and the files of my project are not recognized as files protected by a VSS2005 project. Any help Hi Dean, I don't know how to get environment variables in VB. Perhaps someone in VB forums to know better http://forums ...Show All
Hammad Mohib DMD -> DD
Hi, I am using the DMD -> DD tool Modelisoft with the september release of the DSL Tools and the DSLDD is updated allright. But this role error comes up: Error 1 Custom tool error: Running transformation: ShapeMap for Shape 'ContractGroupShape' must have a MelCollectionExpression of type RoleExpression which must reference a Role from the ObjectModel whose 'Accepts' property is 'All'. c:\documents and settings\User.B20\my docum ...Show All
Myron Walker Basic question: Is Typed Datasets supported or not??
Hi all, I alreday posted the issues while using typed dataset in WCF services. (Thread 1: WCF service is not working with Typed DataSet Thread 2: The 'http://www.w3.org/2001/XMLSchema:schema' element is not decl... ) This was working fine in Jan release of WINFX. It started breaking down with Feb release of WINFX. Any one tryed using typed dataset successfully Please help. Regards, Venkat ...Show All
aprivate How to transfer a VSS db to another network share with different name?
Hi, Is there any article that explains how to move a VSS database from current network share to a new one And also how to redirect clients to new location. Any help would be appreciated, Alan Thanks for the help. Excellent suggestions for tracking down file usage. I had been simply checking through the admin interface. This time I verified that the file was not in use and w ...Show All
Gnana Do I have VSTO?
Hi, This is probably a silly question, but I've searched around and haven't been able to find an answer. I have both Visual Studio 2003 standard and Visual Studio 2005 pro (on separate computers). Does that mean that I already have VSTO (I haven't been able to find any evidence of it), or is it something I need to get separately If so, how do I get it (and would there be any discounts available since I already have Visual Studio as well as O ...Show All
Christoph Wienands Variable in Page Header Not Showing.
Hi i got the same Case as I'm Have This Page HEader that has a txtbox that reference to a hidden text box in my page body. It works With Repeatwith function in the reportviewer but when i export to Pdf trys to print out. It dun work anymore as the Header Variable just dun show For example in Reportviewer its like tt FILLING NUMBER : "The Number" in PDf its Filling Number : nothing (at 1st page to last 2nd page) But o ...Show All
Amjith ReportViewer with inner join
Hi, I'm trying to create a report with two tables in which I've created a inner join in the dataset desiner. I run the query and it works fine. When I am in the report designer I create a table and then pull the fields over from the data source into the details area. I have to select them from the two tables in the data source window. When I run the report the secondary fields do not synchronize. This is where I am confused, shouldn't those ...Show All
neo1 How to support template export in VS 2005?
Hi, There is not the topic of the template export implementation In VSIP document . Could anyone do me a favor Thanks! If the user clicks this button when only your project is loaded into the solution explorer, then they will not be offered to export any projects. And you will not want to hide this menu item because if the user does have a project open in the solution explorer (for example ...Show All
vls Visual Source Safe 2005 RTM build number
Can anyone tell me please which is the RTM build number of Visual Source Safe 2005 Thanks! Same as the rest of VisualStudio 2005: 8.0.50727.42 Alin ...Show All
offwhite <?Mapping?> fails after upgrade to beta 2
To use a custom panel Foo.Bar.CustomPanel in XAML, I do the following: < Mapping XmlNamespace="foo/bar" ClrNamespace="Foo.Bar" > <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:foobar="foo/bar" ... <foobar:CustomPanel .../> After updating to WinFX beta 2, this no longer works. I get the fol ...Show All
munkeyboy ServerDocument.AddCustomization() starts new Word Instance
Hi, I use VSTO ServerDocument.AddCustomization() method to dynamically customize Word .doc file. However, if I try to customize a fresh (new) Word .DOT file, a new instance of Word is started even if one already exists. This is causing so much pain. Also, this behavior is NOT repeated if the .dot file is already customized and I re-add the customization after removing it first. Here is the code: private void button1_Click(object sender ...Show All
giskard73 WSE and WCF
Hi there, Lots of discussion going on nowadays on WCF and WSE 3.0. but my question is, do we really want WSE 3.0 if we are using WCF Regards Salman >>do we really want WSE 3.0 if we are using WCF WCF is meant to be based on WS-* standards and should be looked as the next generation Web Services framework for building Service Oriented application. WSE has enhancements to the first generation web servi ...Show All
JM Willkie Dynamic addition controls in any container ???
Dim lbl As New Label() lbl.Content = "Info" How now this control to add in a controls collection , what or the container ARTsev wrote: Dim lbl As New Label() lbl.Content = "Info" How now this control to add in a controls collection , what or the container Now, just add you Label to the collection of children of you container. Here is an example, assuming m_C ...Show All
