Software Development Network Logo
  • SharePoint Products
  • Visual C++
  • Visual FoxPro
  • Smart Devicet
  • Windows Vista
  • Audio and Video
  • SQL Server
  • IE Development
  • Windows Forms
  • Visual C#
  • Game Technologies
  • Visual Basic
  • Visual Studio
  • VS Team System
  • .NET Development

Software Development Network >> Visual Studio

Visual Studio

New Question

FlowDocumentViewer Zoom and Mode Changed Events
Serialization error.
Half of report missing
WCF Performance hit when connecting through proxy server
aspnet_compiler "Object Reference Not Set to Instance.....
Guidance on passing data to VSTO docs / spreadsheets
Treeview styling question
I cannont add a project to a VSS Database - options missing
launching a WPF window from a windows forms app
Retrieving "active" data connections

Top Answerers

Mario A
Marek Istvanek
satya999
jvnb.kiran
D. Roman
Jocker23
madswn
Joselillo
mattyw87
auto
sitemap
Only Title

Answer Questions

  • Vipul211890 Language Services and Extending the C# Compiler, Lexer/Parser

    I would like to add some of my own keywords and Types into the already existing C# language service. I'm using the SDK Example.ManageMyC as a template to create my own language service but I'd also like to use C# code in my source files. Can this be done My code type is presently embedded in string parameters to C# classes, the strings are then manipulated at runtime, I want to provide a way to also edit my code in the same texteditor as the C# one. One workaround I'm thinking might be to create C'# wrapper classes for my language which generates the string, which is then passed to the C# class inst. e.g. MyCSharpClass myCSharpInst = new MyCSharpClass(); myCSharpInst.Name = "SomeNameString"; myCSharpInst.Constraint = "new ...Show All

  • Fayez Mutairi What is the Difference between 64bit and IA 64bit?

    I have a 64bit system that I'm wanting to install vstudio 2005 on, but I don't know what the difference is between the 64bit CDs and the IA 64 bit CDs. If you have a IA64 bit cpu you cannot install Visual Studio 2005. There is however support for targetting IA64 or x64 from within Visual Studio. Nevertheless Visual Studio 2005 is a 32-bit application so there is really only setup you can do, the cd's will propably contain other tools. Are you sure one of them wasn’t x64 IA 64 refers to the old Intel 64-bit architecture based on the Itanium processors, a platform that is slowly going away due to slow adoption and extreme costs. Most 64-bit talk you here about Windows these days (and likely into the future) is known as x64 ...Show All

  • KitWest VSS Server 6.0 & 2005 Side By Side

    Can I install VSS 2005 Server on a machine thats running the VSS 6.0 server process Will there be conflicts in the registry, databases etc OK, we will go surely with VSS 2005. Thanks. Just one more question, and about changing my server. Is it OK installing VSS 2005 (the admin tool) at the new server, and than copying the database from old server to new server Thanks Esio Nunes There is no VSS 6.0 server. The only VSS 2005 server component is the HTTP remote access. You can install the VSS 6.0 and 2005 clients side-by-side with no conflicts. No problem, that's what the forums are for :) Side-by-side installations are a tested & supported config. ...Show All

  • Robert Barnes Icons for Dynamic Menus

    Hi, I created a menu with dynamic items by specifying DYNAMICITEMSTART flag. Can I programatically set icons for the commands which I create dynamically thanks, priyananda Unfortunately, no. This is not possible. ...Show All

  • Swanands Simulat a click event on a Reportviewer control

    Hello I have a requirement that the user wants to click anywhere on a report in a reportviewer control on a web page and have it spawn a new web page. Since the reportviewer control does not have a click event, how can I acomplish this Thanks in advance BigGuy After playing around, I came up with a way to accomplish what was desired. This is ugly but it does work. Since I'm using a table containing only textboxes, I set the Jump to URL value on each textbox (headers, column headings, fields) to the page that I wanted to go to. The only problem with this approach is if you click in an area of the report that is not part of a textbox, nothing will happen. The visual indicator that you ...Show All

  • nelson888 Sandcastle and <see cref="member"/>

    Hello All, I am having trouble using the XML comment <see cref="member"/> when using the Sandcastle CTP. When I compile to an .HXS file, I seem unable to reference anything apart from members of my own code. Taking the following code as an example, <see cref=”TestAppException”/> works fine in the compiled help file, but a reference to a .NET member like System.Exception using cref=”T:System.Exception”/> does not. The link to System.Exception is in bold type, but does not take me anywhere. Does anyone know why these types of references do not work /// <summary> /// Represents errors that occur during my test application execution. /// </summary> /// <remarks> /// This class ...Show All

  • vijayshankark Drawbacks with "Add Service Reference"?

    Hey! I have built a contract(classlibrary) that my host(consol application) are hosting, then i have used the "Add Service Reference"(Orcas) on the client(winform) which will eliminate the need of manualy use svcutil.exe. It also generates a correct app.config file with the right adr and binding rightaway insted of demand a manual touch. 1. My question is, are there any drawbacks with "Add Service Reference" 2. Will the app.config be generated every time 3. Is it still prosible to use SvcConfigEditor.exe and SvcTraceViewer.exe to log message flow I am not sure I understand #1. If your service changes (eg now listens on a different port or endpoint address), you will need to regenera ...Show All

  • eltorano How to enable Paging in RichTextBox

    Hi, I am trying to load an rtf document into the RichTextBox, but one I have loaded the document I want to be able to navigate the document by using Page numbers. How can I do this, assuming the original rtf document had its page size set up to letter (8.5" / 11"). I tried using ScrollToVerticalOffset with multiples of 11*96 as parameter, but was not able to scroll to the correctposition. Thanks, G I am aware of that, but how to I implement it ... by maybe creating a custom RichTextBox control etc ... derive from RichTextBox control You can use EditingCommands.MoveDownByPage/MoveUpByPage to scroll RTB content by page (i.e. scrollviewer) height. The implement ...Show All

  • Steve Harding Source code re-ordering?

    Hi, Does anyone know of a VS plugin (or standalone application for that matter) that will allow me to re-order source files Ideally (!) it would be nice to be able to analyze a given file, then reorder the source such that properties are listed first (order by access, then alphabetically), then methods (again, by access first then alphabetically) and so on (or by some other consistant approach) I think the editor itself does a great job of maintaing coding standards such as indentation etc, but being able to pretty up source files in this (or similar manner) with regards to program blocks would be really useful for those inherited messy sources (mine are all fine, honest!) Regards And if you ...Show All

  • Hersheys98 Copy Excel Sheet from one Workbook to Other Workbook

    Hi Apurva I am developeing an Excel Application. i get Data File Daily. Based on this data file i need to generate two reports. approach i have taken: have Excel template which has two reports sheets [daily MIS] [OverView] Task pane offers selecting an excel file [data file]. copy a sheet [Daily Dump] from Data file and paste it into the Excel file generate based on template so now new file has two sheets[daily MIS] [OverView] + i copied sheet [Daily Dump] . Query How to copy a worksheet of one workbook into the other workbook i have been trying this long .... not getting answer CODE : ..... private Excel.Worksheet xlWS= null; xlWS holds reference to [Daily Dump] .[a file selected by user but whose visibility is set ...Show All

  • brymer Need help developing a COM Add-in for Word(Office XP)

    Hi all, I created a "Shared Add-in" project in Visual Studio .NET 2005 and tried to develop a simple hello world COM add-in for Word. After created the project, it automatically generated another setup project and this is good. Then I added a reference to the Word Interop Assembly in the Add-in project and confirmed that the DLL file actually references to assembly in windows\assembly folder. Since I just want to make sure that Word can connect to this COM Add-in, I simply added a statement MsgBox("hello world.") to every event that appears in the default Connect class. Then I built both the add-in project and the setup project and right-clicked on the setup project and selected "Install" to install the add ...Show All

  • hgsevinc Declarative security in WCF

    Hi, Is there an equivalent to PrincipalPermissionAttribute that can declaratively demand that users own a specified claim. For example: [ClaimPermissionAttribute("http://www.domain.com/claims/myclaim")] public void MyService() { //this code won't run unless the current user //has the specified claim } Is there a way to do this, or does it have to be done in code Thanks, Kent Check out Michele's post in the thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=729025&SiteID=1 Should do exactly what you need. ...Show All

  • Wee Bubba Getting Started! - System.IO.FileLoadException: Could not load file or assembly

    Hi, I'm just trying to get started but am running into difficulties. I've installed VS2005 and the previews of WPF and what I want to do is create web application. I've created a simple project and just clicked run without altering any other code and I get this: Startup URI: D:\My Documents\Visual Studio 2005\Projects\MarkRightAdmin\MarkRightAdmin\bin\Debug\MarkRightAdmin.xbap Application Identity: file:///D:/My%20Documents/Visual%20Studio%202005/Projects/MarkRightAdmin/MarkRightAdmin/bin/Debug/MarkRightAdmin.xbap#MarkRightAdmin.application , Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f467570e93e58c3, processorArchitecture=msil/MarkRightAdmin.exe, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f467570e93e58c3, processorAr ...Show All

  • xuding Problem with IVsHierarchy.SetProperty(), please help.

    Hi All, I am writing a VSPackage for providing source control operations on Solution and Projects in Visual Studio 2005. I did implement the interface IVsSccManager2 and the function GetSccGlyph() appears to work fine for files. I really want the function GetSccGlyph() to work for folders (directories) as well. I could not figure that out, so I decided to use the function IVsHierarchy.SetProperty(). Here is an example of how I am calling it - hierarchy.SetProperty(itemId, ( int ) __VSHPROPID .VSHPROPID_StateIconIndex, VsStateIcon .STATEICON_CHECKEDOUT ); itemId is the Item Id of folder. This function does not seem to do anything. I also followed the SetProperty() call by IVsSccProject2. SccGlyphChanged () . Same result. ...Show All

  • harley_8006 Call was rejected by callee

    I'm running into a different problem as well here.  I'm getting this error message when I attempt to trigger a custom menu item added by a VSIP Package using the DTE automation. I have a regular winforms application that launches an instance of Visual Studio and gets the DTE object that it exposes through OLE Automation. I have a VSIP Package registered that is essentially a slightly modified ToolWindow that adds a menu to the View menu. I've noticed that the VSIP Package doesnt load up until the menu item is clicked, so as a quick work around, I want to trigger that window just to force the VSIP Package to load up. I'm doing that with DTE.ExecuteCommand("View.MyToolWindowVB"). When this is called, an exception is thrown indicati ...Show All

5678910111213141516171819202122

©2008 Software Development Network

powered by phorum