Answer Questions
lamont_23 HelpStudio Lite not starting properly
Hi there, I've just installed the latest VS SDK February 2006. When I go to run the HelpStudio Lite program, it comes up with a licence agreement to which i click accept. Then nothing ever happens afterwards. Its showing in the task manager, but no window is ever shown. I've tried this a couple of times, but the same thing happens. Simon Jefferies Innovasys did some work to make HelpStudio Lite work with IE7 and we will be i ...Show All
ddollar Celeron 975mhz runs like P4 ??
alright, not sure if this should be posted here but am looking for help, it started while installing vb 2005 via express, anyway after 1 day i got bored and uninstalled it, later that day i was looking in my service's section and found this mscorsvw.exe .NET Run time Optimization Service v2.0.50727_X86 .... so i didn't know what it is so i just pressed start, then soon after i enabled it i couldn't believe my cerlon acting like a p4 seriously th ...Show All
ajes regarding reports
Im using reportviewer control on the form and Project>Add New Item>report for creating reports Are these not Crystal reports Where are crystal reports located in vs.net2005 IDE Hi, Which version of Visual Studios 2005 do you have (Express, standard, Professional) I am new at this so my ability to help is limited. To create a CR report, go to your Soluti ...Show All
panjkov No row data on changing control source
I am using the following code to set a reportviewer control to a known working RDLC and Datasource. The result is that I get the right report but with no data in it. Debugging I find that rds does in fact have 0 rows. The same RDLC and Datasource when manually set to a Reportviewer control returns plenty of rows. Any idea on what might be wrong Me .ReportViewer1.Reset() Me .ReportViewer1.LocalReport.DataSources.Clear() Dim rd ...Show All
Robert Lair TrackChanges Issue
Hi, We are working on word customization using VSTO 2005. We binded a XML Schema. When user switching between XML Tags we are disabling track changes in the intension of any background operation is done on Word would not be reflected in Track changes by giving like this, this.TrackRevisions = false Once the background operation is finished we are enabling track changes again. this.TrackRevisions = false But the track changes ...Show All
Anthony Wong2 It works fine, now!
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
mikey_from_ireland how to support datetime datamember or I am on a wrong way?
First I define a datacontract: [DataContract] public class Order { private DateTime mTime; [DataMember] public DateTime ServerTime{ get { return this.mTime;} set { this.mTime = value;} } } Then in a service I use it like this: ...Show All
Phillip Marino VSS Add-in Missing after Installation
I have installed Visual Studio 2005 RC1 and VSS 2005 RC1 on a machine that has never had a previous beta. The VSS add-in is not available from within VS2005. I did it on another machine and it worked fine. I also uninstalled and re-installed VSS with no effect. VSS works fine except that it is not integrated with VS2005. Has anyone seen this problem How can I install the Add-in manually Thanks, Steve Wright ...Show All
rose 1234 Routed Commands
Anyone have any clues on referencing a custom RoutedCommand from XAML For commands defined by WinFx (such as the "Cut" command in the ApplicationCommands class), no problem. However, if I define my own command, I get the following error xaml exception: "The string 'Window1.CustomBoldCommand' could not be set on the 'Command' property which is of type 'ICommand'. Did you mean to use a StaticResourceExtension for 'Window1.CustomBoldComman ...Show All
Ilya I. Malyavskiy Anyone have success with VSS 6 from VS2005?
Can VS2005 be used with VSS 6.0d After installing VSS6 netclient, VSS6 doesn't show up in source control plugin list. (I did restart VS2005) The dll you mentioned didn't exist anywhere on my HD after running NetSetup. I installed the entire VSS 6 package and the dll was there and everything worked as expected from that point. Thanks Yes, VS2005 can be used with VSS ...Show All
milesrush How to pass Parameter to Crystal Report as a Web services
Hi, I have a crystal report which publish as a web services. And I am calling it from a window form in VB.net 2005. But I have a problem for how to pass the parameter from the form to the report. Thanks! Emily ...Show All
keithster Validation Framework
Hi all, First of all thanks to the DSL Team for the new validation framework! It works great and makes it very easy to code validations. Good work... But, I am having some questions about it. I noticed that the “IsValid” property on both the “ShapeElement” and the “ModelElement” doesn’t seem to reflect the state of the validation framework. To be more precise: I implemented a validation for the ...Show All
jennitro Source Safe 2005
Hello Friends, I'm having a problem using the source safe 2005 about the permission for check-in and check-out for the users in the projects. In the company I work, people use the " Working Folder" in a server, and not on a local machine, like many people do. Each development team has the right to modify files on this physical directory and the problem is at this point. When a file is checked out, some people go directly to th ...Show All
David Cottrell Document Explorer filters have been overwritten!
Hi there, Yesterday I installed the Enterprise Library (Nov 2005 CTP) and was reading through the help files via MS Document Explorer. To that end the only filter available is "Enterprise Library - Nov 2005 CTP" in my contents filter list. But now when I'm trying to access help from VS 2005 Professional (with MSDN installed) it still only shows the "Enterprise Library - Nov 2005 CTP" filter and none of the Visual Basic or C++ or any ...Show All
willmacs Auto addition of new files to project?
Let's say I add a complete folder as a project to a VSS database. Then I check out that entire project. Then in the course of development, etc. I add another file, or multiple files, to that checked out folder. Is there a way automatically have VSS add those additional files into the project Thanks! Thank you very much Alin. Unfortunately, in the live scenario here that was brought to my attention which prom ...Show All
