Answer Questions
Walter Sobchak VS 2003 with VSS 6.0d after installing Beta 2.0 of VS 2005
I previously was developing with VS 2003 and VSS 6.0d, then I tried installing Beta 2.0. I realized that my VS 2003 is now using VSS 2005 (integrated with it) and as a result, I am having a number of problems with my previous project under source control. Show differences produces a number of exceptions which I have found in the newsgroups (for previous versions of VSS) is a result of having 2 versions. What should I do to rever ...Show All
Hedgie Why can't I see Local variables in Debugger?
Hello, Recently the VS2005 C# debugger has been exhibiting strange behaviour. Here is an example: private void Test() { double dd = 2.0 * 3.0; return; } Up until recently, I could set a breakpoint on the return statement and place the mouse over the "dd" variable to see its value. Also, I could open the "Locals" window and see "dd". All of a sudden, the local variables are "invisible" to the debugger. Nothing shows up when I hover the m ...Show All
Drakkaris VSS 2005 WebService problem
Hi hi. I'm trying to use the new WebServices in VSS2005. After fiddling around, reading through the forums and doing some more fiddling I've just given up. The problem is authentication. I can open the share from my computer, open the project from the share (with the non-internet version of the VSS plugin) and open the webservice url from my computer. I've tried doing SSL, but the result is the same. If I directly open a project under source con ...Show All
CrystalDeveloper Is there a way to specify alternative file comparisson tools in SS?
I need to use a different tool other than the default tool provided in SourceSafe to show the differences between the files that I have checked into my SourceSafe database. Is there any way to configure/develop this in SourceSafe For example, if I have files checked in that are of type .rbd, is there a way to configure SourceSafe to use a specific tool for comparing .rbd files I was hoping that in the latest version of SourceSafe ...Show All
peteb1959 how to turn off outlook security warning dialog box using C#
Hi, How can one get rid off the Security Warning dialog box which pops up when you try to access a property of ContactItem in Outlook 2003 I'm using Visual Studio Team Suite Beta 2, Microsoft Outlook 11.0 Object Library, Outlook 2003. I've written a webform to get the list of contacts and display it in a listbox. But everytime the webform loads, an outlook security dialog box pops up. I'm not sure if this is the right forum but ...Show All
Nom84 Uninstalling Add-ins - removing toolbars
Hi all, I have an addin for VS.NET which I've recently altered to work with vs2005. I'm having an issue with uninstallation though. When my uninstaller runs, it runs 'devenv /setup' to remove the toolbars for each of the Visual Studio versions installed. This works (albeit with ugly consequences) on VS2003, but on 2005 my add-in's toolbar and commands are still present. Some searching around yielded the /resetaddin command, whi ...Show All
smoothcoder Full trust is there : Still not working : VSTO, WSE 3.0 Permission / Security error
I'm using VS 2005 RC1, VSTO with Excel, and WSE 3.0 Oct CTP. I've encountered permission when I tried to instantiate the wizard-created classes (the Wse class). The exception is found to be a permission issue on the get configuration section of WSE. The error was the "An error occurred creating the configuration section handler for microsoft.web.services3: That assembly does not allow partially trusted callers." How do I grant the WS ...Show All
WineNCheese Reportviewer doesn't print first time I click print button
I use a WindowsForm Reportviewer. C# 2.0 I generate the report and all is OK but when the user try to print (print button in toolbar), the application open the printdialog, I select the printer and press Ok. But the application doesn't generate a document. When I try again, all work fine. If I close the application and restart, occurs the same (first doesn't works, second works, all time works). somebody have any idea Thanks form ...Show All
Cha Chunchadatharn Datatypes supported by VS 2003 crystal reports
Does crystal report support CLOB data I have to bind a stored procedure which returns CLOB data to my report. I am presently unable to do this. Do we need to specify some settings for this or is there any equivalent datatype in crystal reports. Please reply soon It is very urgent. Thanking in advance. I am connecting to Oracle using the Microsoft OLE DB provider. When I bind a stored procedure to my rep ...Show All
Worren How to get a programmatic reference on the DSL in-memory model from the corresponding VS ProjectItem?
Hi, I am writing a custom tool (supporting IVsSingleFileGenerator & IObjectWithSite) for a DSL file (say a .myext file). I don't want to use the T4 thing for various reasons. I have the current VS.NET ProjectItem class ready, but how can I get to the current model from there Thanks. BTW: I have found a way to automatically associate my custom tool with all my DSL .myext file using the IVsEditorFactoryNotify interface (this is cool!) ...Show All
Anzu 'security error'
Hi, After making a small change in the DM file (renaming a relationship + some roles) and reflecting the changes in the DD file, I get the following error when trying to run the designer on an exisitng (old) test file: "Cannot load '...test.xyz': Security error". I can create a new 'test file' from scratch, so it seems that this error is caused by trying to load an obsolete instance file, which is OK to fail, but the error ...Show All
TGAR VS 2005 Tools for Office (English Version) doesn't work with Office 2003 SBE German.
Hallo, I installed on a XP SP2 (Engl. Multilanq.) System the new Visual Studio 2005 Tools for Office (Engl.) and the Office 2003 SBE SP1(German Version). When I try do create a VS Office Project with an Office VS 2005 Template (i.e. Word document), I getting this error message: "A compatible version of Microsoft Office Word 2003 is not installed on this computer. You must install Microsoft Office Word 2003 SP1 and the Visual Studio Tools fo ...Show All
Jeff A James WCF Extensions for the real VS 2005?
Hi I'd like to know if one can install Development Tools for WinFX extensions for the retail version of MS VS 2005 and WCF GoLive binaries. Previous version of the VS extensions is not even being installed since it's MSI-installer does need VS Codename "Orcas" to work with. Thanks. The extensions themlselves are called "Orcas". They require VS2005 retail. Get the latest ver ...Show All
Magnus QuickWatch-ing ADO.Net objects
Why does the QuickWatch not show any data inside most ADO.Net objects For instance, if I have a DataTable, I can see its name and structure, including the RowCollection, but I can't get get to the data in it, e.g., I can't reference items (the dreaded " cannot view indexed property"). Is there a way around this (other than writing tons of code that copy the data to other objects) Thanks. Kamen Right, it doesn't work in C++ f ...Show All
Nadeem16464 Fire event when mail is arrives in sentmail folder
Hi All Hope you can help I want to be able to access an email that has just been sent. To do this I need to know when an email is added to the sentmail folder. I am using VS2005.NET and VSTO with Outlook 2003. The project is in Visual Basic. I have seen this sort of thing in c# public void OnStartupComplete(ref System.Array custom) { // add the handler to default folder's ItemAddEvent... mapi = outlook.GetNamespace("MAPI& ...Show All
