Answer Questions
Jennifer LaMacchia What happened SourceSafe web service access in Beta 2?
A collegue of mine has just setup a SourceSafe 2005 database and configured it for internet web service access. I have Team Suite installed including SourceSafe 2005, but I am unable to find an option anywhere which would allow me to connect to it. I can connect over a local LAN or over the net via file sharing, but I can't find the web service protocol. I was informed this feature was in Beta 1. Anyone know what happened to it I ...Show All
Rafael Sancho July CTP - Subreport event doesn't fire when using LoadReportDefinition
This bug was in Beta 2 as well. When loading a report via LocalReport.ReportPath, the SubreportProcessing event fires as expected. When loading the same report using a stream and LoadReportDefinition, SubreportProcessing is not fired. Not sure if this worked in the June CTP or not... Thank you - I should've seen this. For some reason, I was expecting to supply the subreport definition in the ...Show All
Lukasz Pawlowski -- MS How to get object values of crystal reports in aspx page
Hello, How can I get values of report objects from crystal reports in my CodeBehind file. Thanks in advance. Try this: Use the ReportDocument object model. When you load a report file into a ReportDocument Object you can access the report's objects through the ReportDefinition property. myReportDocument.ReportDefinition.ReportObjects[int index]; or myReportDocument.ReportDefinition.ReportObject ...Show All
Jayasingh Dharmaseelan C# Express 2005 and Report
Dear All, I am using C# Express 2005 and SQL Server Express 2005 as well. I am planning to use no-touch deployment as well. At the moment, I am stuck as I cannot find any report designer to make my report work in the enviroment of C# Express. Is there any way or extension that I can include into the C# Express so that I can use to build the report Highly appreciate your advice. Regards, LG ...Show All
Kurt Brockett Trouble with Report Printing VS 2005
I am using VS 2005 and trying to show a crystal report (built in VS 2005) on a web page. While the report shows up, it is missing all toolbar images as well as charts. Also the print features don't work. Anyone having the same difficulty or know what might be causing this I had the same problem. I found that C:\Inetpub\wwwroot\aspnet_client had the correct structure so I created a virtual ...Show All
Saurabh Gune Web Form Designer: How to activate it to allow Menu Paste to add control at design time
Hi all. I have a web form displayed in my IDE. I have created an 'HTML Format' clipboard item say representing a Label control. This is done via a dialog so the web form does not have focus. How do I programmatically 'click' on the web form surface (after closing my dialog) which in turn will activate the IDE Paste button, which I can then invoke to paste the control from the clipboard. I have tried SendMessage, and other api calls, to the ...Show All
Carl Beck Great, VS2005 is released! when will we see VS SDK released?
Subject says it all. just wondering when we will see the VS SDK release now that Visual Studio 2005 is released. Bill FYI: ANN: VS 2005 SDK RTM bits now available Thanks Phil. No problem at all. I was just making sure. I'm glad to get my hands on final SDK regardless of how you label it. yes, the RTM bits are live. we finished the bits on Oct, so we stuck with Oct. originally we thought we had ...Show All
Dave_Thompson Why FileCodeModel is Nothing (i.e. null) ?
Hi, I want to modify code model of every new file added to project, but when ProjectItemsEvents.ItemAdded is fired, and I open this new added file, activate its window and call DTE.ActiveDocument.ProjectItem.FileCodeModel, then FileCodeModel is Nothing. Why it is not initialized How can I access FileCodeModel for newly added item from its event Thank you for your answers. Implementing a '2' interface is not required. Whi ...Show All
Angela Bodnar Unspecified error when doing Get Latest Version
When I do Get Latest Version from within Visual Studio on a complete solution or project I get the following error: Unexpected error encountered. Error: Unspecified error. File: vsee\lib\path\cvapipath.cpp Line number: 2459 When I do Get Latest Version on an individual source file, it works correctly. When I do Get Latest Version on a project from within the VSS client, it also works correctly. I got the following setup: Visual Studio ...Show All
bandreasen Special network security for srcsafe.ini file?
I have been asked to get SourceSafe 2005 installed and implemented in a relatively small IT group (10 people). I created databases within a network folder which is shared with that IT group. The network permissions for Users on the database folders is set to "modify". But I am questioning if Users should have modify access to the srcsafe.ini file since it contains global settings for the database. Seems like you would not want Users po ...Show All
Wade Waldron Office Pro and Visual Studio Tools
I have Office 2003 pro and I am trying to install Visual Studio Tools for Office 2003 pro. Everytime I try to install VS tools I get an error message my computer needs Office 2003 Pro. I have it installed already and VS will not install. I have reinstalled Office and VS still will not load. How can I fix this problem. I also have the same problem. The setup.exe /c didn't work for me. An ...Show All
Rosen Multiple endpoints for a service hosted in IIS
Is it possible to have a service hosted in IIS to have multiple endpoints I suppose WCF services hosted on IIS only support HTTP. But, can I have a scenario whose config is shown below : < system.serviceModel > < services > < service type = " PaymentGatewayService.Payment " > < endpoint address = "" binding = " basicHttpBinding " contract = " PaymentGatewayService.IPa ...Show All
Mike James How to set compartment's default expanded property to false?
The compartmet's are expanded by default when the shape is added to the diagram How can I set the default behaviour to collapsed Thanks. You can collapse just the compartments within a Compartment shape on its creation with the following code customization: namespace CompanyName.ProjectName.Language27.Designer { # region Using directives using System; using System.Collections.Ge ...Show All
Joannes Vermorel Cannot find disassembly and memory view windows
I am trying to debug a low-level interop-related problem in a C# program. When doing this I want to be able to look at disassembly, and also look at memory contents. These functions are available in the disassembly window and the memory windows. I can enable these windows using the keyboard combinations (Ctrl-Alt-D or Ctrl-Alt-M, 1) My question is why are these windows not available on any menu or toolbar The documentation mentions that th ...Show All
TrevorW how to open a word file thru my application
hi, i need to open a word file. i opened it by using Process.Start("myfile.doc"); but it opened in a new window. what i need is, i wanna open that file in a panel in my application. How thanX advance, Sris ...Show All
