Answer Questions
Pazy What may actually be serialized?
Hello! What may actually be serialized, general cyclic graphs including the generic collections in the .NET framework and more, or, what's the limit Best regards, Henrik Dahl Hi Henrik, have a look at the following article: http://www.theserverside.net/articles/showarticle.tss id=DesignServiceContracts Roman ...Show All
Silver How to Add a button in a work-item and scripting for that control (in Team System)
There are possibilities to add a input controls (text boxes, drop-down lists, etc.,) in the Team system work items like (bug, task, etc.). I want to add a button in the window and script it for emailing the content to a recepient. How to achieve this. Thanks. You can customize the work item form to add custom controls. Check ou the documentation here: http://msdn2.microsoft.com/en-us/library/ ...Show All
hek Use the queues to intercomunicate two WCF services in IIS
Hi I have two WCF services hostedin IIS in two separates Windows 2003 server. A WCF service (A) makes oneway request to another WCF service (B) I would like A could make request even when B is down, to do this I suppose that I need queues. It is possible to use NetMsmqBindings in services hosted in IIS Like I use 2003 server could http.sys solve my problem without the necessity to use queues bindings Thanks Javier1 ...Show All
davevb2005 Accessing the CData section of an Item
What would be the best way to pass a CData section as an ITaskItem to a task We added a task called EMail that emails out build notifications. I want to be able to pass a formatted HTML string as an input to the task. I can't do it with a standard attribute. If you add an ItemGroup and then an item, it lets you add a Cdata section underneath it, but the build engine complains and says it is not a recognized element. So that doesn't work either. ...Show All
Pete Sral (BSC) adding images to my collection in WPF
hi, Can anyone please tell me how to add an image to my collection. For Eg: i have a collection with the details like name, address, phone no. details.Add( new detail ( "Nani" , "Demp St, IL" , "123-456-789" ) now i want to add a new column myPic. like details.Add( new detail ( "Nani" , "Demp St, IL" , "123-456-789", myPic ) i have the images in a folder ...Show All
sbinnuri Sql server 2005 trial version
I ordered a trial version of Sql Server 2005 from Microsoft that is supposed to be valid for 180 days. Yesterday, after only some 30 days of usage I am told that the trial time has expired! Have anybody experience the same problem Any help/suggestion would be most appreciated. Thanks, the Cicada The RTM version of SQL Server 2005 Evaluation Edition should work for 180 days after you installed it. What e ...Show All
Jiaozi Web Projects not available!!
Hi all, I've installed the whole thing but the web projects (webforms, webservices, etc) are not listed in the project types. I'm running Windows 2000 Pro Sp4. Any ideas Thanks, Ivan Unibstalled, installed again... problem solved!! ...Show All
Anna Ahn Passing stored procedure's parameter from Report1 to Report2.
I have two reports: Report1, Report2 Report1 --- navigation --- jump to a report, which is report2 I can assign a parameter to report2 with no problem. Here is what I did with Rreport2: I set up a table from a stored procedure ( parameter1 ) in dataset1, and Report2 uses this table as data source. My question is : how can I pass parameter1 ( which is stored procedure’s parameter ) to Report ...Show All
asdfg MSBuild availability
I am using Visual Studio 2003. Can I use MSBuild to automate my project's build process. Is MSBuild only available for and works with Visual Studio 2005. Is there a way to download and install MSBuild to try to use it with Visual Studio 2003 project. Also, in VS2005 how to access MSBuild. I am getting this error. D:\Profiles\neonet\My Documents\Visual Studio 2005\Projects\msbuildtest>MSBuild. exe msbuildtest.proj 'MSBuild.exe' is not re ...Show All
Draders Reading Excel From C#
You can read data from Excel using the JET OLEDB provider. See the URL below for the necessary connection string, and a link to a KB article with further information ... http://www.carlprothman.net/Default.aspx tabid=87#OLEDBProviderForMicrosoftJetExcel -- Brendan Reynolds wrote in message news:9226766e-a1d5-400c-8d3c-8ffc566bec50@discussions.microsoft.com... > Hi > > Can anyone help me how to read values in Excel in C# . So ...Show All
M Johnston vs 2005 beta 2 setup fails
When I try to setup vs 2005 beta 2, it says that it failed to setup visual studio itself after it gets to the end screen. The installation seems normal untill then because the vs 2005 even gets a checkmark next to it when on the install screen. The progress bar never moves when it is on vs 2005 though. I will post the error log when I can find it. Can you add the lines before the 2769 error so we know what setu ...Show All
whiterabbit Properties of Chart Object
Are the properties of the chart object accessible i.e. Chart Title, X-axis, and Y-axis. Thanks, Bunk As mentioned in your other thread, the ReportViewer controls are based on the Report Definition Language (RDLC). You define charts in RDLC and you can set properties there to a constant value or to an expression. However, the RDLC objects (such as chart, matrix, table, etc.) cannot be directly ...Show All
Sanitario switching reports problem in local mode, windows form environment
Hi, I'm using a radio button for user to pick one out of two reports to run. Both Report1 and Report2 use the same data source just present them in different ways. However, only the first one picked shown in the report viewer (no matter which one first). i.e. Pick another report to run and the report viewer always shows the first one. Any step that I missed Thanks. Private Sub btnGetReport_Click(ByVal sender As System.Object, By ...Show All
Varandas Get Latest Source from VSS using MSBuild.
Hi ! I'm trying to create/explore possibility of using MSBuild scripts for our automated Build process. We have a web project in hand and the sequence of operations we need to acheive are 1) Get Latest Source from VSS 6.0 2) Build the project 3) Create MSI 4) Deploy the Build on Target Test machines. I have some queries around the same. 1) As part of Step 1, we need to get latest code from VSS 6.0. We have defined a task for the same using ...Show All
N. Soltic How to use an animated gif?
I was wondering if there was a way to play an animated gif I tried setting the source of an image to a gif file but it only loads the first frame of the gif and that's it. Have anyone tried this It seems mediaElement won't show animated gif either. this is my code. < MediaElement x:Name = " loadingGif " Width = " 50 " Height = " 100 " Source = " pack://sit ...Show All
