Answer Questions
Rose ReportViewer data binding (NOT design time) in ASP.Net, please help
I am trying to bind a report to a datatable (or dataset) in asp.net. The only way I can see is via an ObjectDataSource (unlike windows where I can bind direct to the datatable). Is this the case, is it not possible to bind direct to the table or dataset Assuming we have to go through an ObjectDataSource, I have succeeded in building a working example using design time binding of the report to the ObjectDataSource, and adding a handler to the O ...Show All
Massimo Galati Team Build and ConfigurationToBuild
I'm pretty new with MSBuild but have so far been successful creating a Team Build that builds and publishes a test Web app using the new Web Deployment Project (WDP). I read that only DEBUG and RELEASE are valid values for ConfigurationToBuild (of course I can't find that link now but I proved it by creating a new configuration name with the same attributes of RELEASE - which was working). I want the functionality of the WDP that ena ...Show All
Ed Graham TabControl and ItemTemplate
Hi, I want to create a tabControl and I want to specify an ItemTemplate for each TabItem. (with Feb CTP) But this xml code doesn't work. < TabPanel Width = " Auto " Height = " 350 " x:Name = " MyTabPanel1 " RenderTransformOrigin = " 0.5,0.5 " > < TabPanel.Resources > < DataTemplate x:Key = " ContentDataTemplate " > < StackPanel Orientation = ...Show All
DonRR Where can I find the @ServiceHost directive attributes?
Hi Can anyone tell me where I can find the list of what attributes can be specified in the Service host directive for an svc file <% @ServiceHost ... %> Language=C# Debug="true" Service="typename" Factory="typename" CodeBehind="pathstring" unfortunately we don't have MSDN doc on ths topic,recently i had same experience,our SDK team working on this d ...Show All
amercer BamlParseException Error at element 'StaticExtension' in markup file '' : Could not load type 'System.Runtime.CompilerServices.N
Hi I am trying out the WinFX Jan CTP on XP SP2 I get the following error while trying to run XAML applications. I believe I have a clean install. Followed prev. installation cleanup instructions to the dot. But still getting this error. Looking at the stack trace I can see that the generated BamlFile has some problem as it seems to be specifying a missing class in Mscorlib. Can someone please help to solve this problem Application Identi ...Show All
Jeff Barton welcome
Jobby wrote: Thank you Thanks you... gaozhi - In the future try and mark posts like this one as a comment and not a question. Jobby - In the future mark posts like this one as a comment and not a question. Thanks ! ...Show All
Mecheniq guidLogicalView
I am trying to open a DSL editor as Dr. Ex recommends in http://blogs.msdn.com/dr._ex/archive/2004/10/08/240027.aspx but... I haven't the guidLogicalView of the DSL, where is it It isn't in the GuidList.... I can open the editor using IVsUIShell::CreateDocumentWindow an passing the docView, and the DocData, but it only works the first time (when I create the document). Please, could you point me to right solution Thanks ...Show All
naama How to debug a dll with an executable file?
I have made a DLL with Vision Studio 2005 and tried to debug it with an executable file called CANoe32.exe which I have specified in the property settings. Whenever I start the debug a window with the error information will popup " CANoe32.exe doesn't contain any debug information (no symbols loaded), do you want to debug anyway " If I choose "cancel", a window in Vision Studio will show me much failed information like ...Show All
Sregan Empty web.config
I've installed on a Win2003 OS...Manually setup website called SourceSafe, and included those two virtual directories...However, I'm left with an empty web.config file after install. Can someone provide the contents for usual web/remote access. TIA. Thxs Roman :) VSS Admin overwrites empty web.config file with under the Program Files\Microsoft Visual SourceSafe\VSSWebService\ ...Show All
vinaymishra Adding controls to container
It is probably a stupid question but... How can i add a control to its container using Cider , let's say i have a wrappanel how can i drag a control inside it tried all alternative but got no luck... And there are no "stupid questions" <g>. Please question away. Feedback on the things we do have working is also welcome mark For Canvas, DockPanel, Grid, StackPanel you should just be able to add the control as ...Show All
mike@nrt Remote access timeouts in VSS 2005
Hi, I'm setting up a VSS2005 database. It is accessible with http. For small projects it seems to work fine, but when we try to add or open a larger project, the webservice is throwing errors, wich state it are timeouts. I'm looking for a solution to this problem, or a setting to make the webservice timout a higher value. I hope someone here can help me with that! thx in advance. Ivo Well that did it. I wouldn ...Show All
Danimal67 Extending/Adding Word, Excel and Visio metadata
Hello All, I have a requirement for a work environment wherein information workers work with all Office products like Visio, Word and Excel. Here, there is a need to store additional metadata in the documents, which will be used by home-grown tools and index/search frameworks. Relating to this scheme, there are two questions I have: 1) What is the best way to store custom metadata in documents 2) Is there a way wherein an addin can be c ...Show All
jung1975 Setting rpt DB Fields Programmatically
Can some show me code how to set a DB field in a report programmatically without using the wizard or dragging and dropping them. For example if there are 20 fields in the database and the user wants 2 of the fields in the report and then wants 3 fields the next time how do I set/assign the fields in a blank report or, am I missing something. Thanks Steve Hello Steve, Th ...Show All
Nassir Can't install Visio 2005 after installing VS2005 Beta 2
Hi, Can't install Visio 2005 after installing VS2005 Beta 2. The Visio 2005 Beta 2 Installation program will popup with a message " You must first install Visual Studio 2005 Beta ." Visual Studio 2005 Beta Which is already installed. Regards, Abdoessalam Just adding to the general noise. I too have this problem on a clean install of Beta 2, Windows Server 2003 (running in Virtual PC) and ...Show All
Sumit Kute Manual creation of msbuild files hard using Microsoft provided schema
Hi, msbuild appears to be quite a nice tool and a decent replacement for nant. However, some things are a bit weird and/or hard to do. A few things that bother me at the moment are: it's hard/impossible to delete file(s) using wildcards - the "Delete" task will always blindly interpret the contents of "Files" attribute as exact file name; it appears that this could be solved by using "FindUnderFolder" task, but if that's the way to go it ...Show All
