Software Development Network Logo
  • VS Team System
  • Game Technologies
  • Architecture
  • .NET Development
  • Visual C++
  • VS Express Editions
  • Smart Device
  • Visual J#
  • Windows Live
  • Visual Basic
  • Windows Vista
  • SQL Server
  • Windows Forms
  • Visual C#
  • Visual Studio

Software Development Network >> Visual Studio

Visual Studio

New Question

Rollcall -- Is anyone here???
Serious Error while debugging
Tools | Options pages and VSIP package
.NET 2.0 Install Hang
Unable to read 2 (out of 3) media
Add projects to VSS
DLINQ vs. NHIBERNATE
WCF vs WSE 3.0
Debugging Problem
Class Details window (MSDN bug ID: FDBK24857)

Top Answerers

kelz1004
yanyee
nantunes82
Henrylau
Pony
Whatabohr
Ravish Subramanya
Francisc Molnar
Karijn
doroshjt
Eng-Tips Visual
Only Title

Answer Questions

  • rvghst MSMQ over HTTP

    I can’t send an message over http to a queue that resides on an different machine. Without using WCF theres no problem. I've testet to send message to the queue using System.Messaging classes. I'm using MsmqIntegrationBinding. Is there something i have to do Use a different binding perhaps the mq address i use looks like this msmq.formatname:DIRECT=HTTP://IPNumber/msmq/clientqueue Hoping for some help ...Show All

  • ZaceOne actionspanecontrol v.s. usercontrol

    I am new to vsto 2005, and have a few questions. 1- is task pane and action pane the same thing 2- in creating a word project , I can do : this .ActionsPane.Controls.Add( new UserControl1 ()); this .ActionsPane.Controls.Add( new ActionsPaneControl1 ()); is there only one actionpane for a word document, can we add more and how 3- what is the difference of usercontrol v.s. actionspanecontrol thanks. ok, ...Show All

  • VBKnucklehead Can't use MSDN outside or inside VS2005(by press F1)

    Dear All, I recently installed VS2005 with Document Explorer and MSDN. But when I start MSDN out of VS2005, I got error message like "Can't open Document Explorer, path ms-help://MS.MSDNQTR.v80.chs is invalid." If I press F1 in VS2005, the help updating dialog appears and after a few minutes there will be an error message from Windows XP indicate that the Document Explorer has error occured and will be closed. But the ...Show All

  • michael_miguel Word Document Protection

    I've created a Word Template project with an XSD schema that has elements for users to fill in. The users will then upload the docs to a server so I can read some values from the ServerDocument cache and save the Node WordML. Somewhat similar to memo example on MSDN: http://msdn.microsoft.com/library/default.asp url=/library/en-us/odc_wd2003_ta/html/odc_wd11xml.asp I've added protection to the doc so that users cannot modify anything except t ...Show All

  • DSRC How to use VSTO to replace word automation letter generation

    Hi, Current model: We are generating multiple letters by first creating a template that has merge fields and then using word automation object to pass a datasource (Text file) to generate letters. Can this be done in VSTO. Played around with VSTO but could not get a hang of how this can be done with VSTO. Any help will be greatly appreciated. Thanks, Sarathy Sarathy, ThisDocument_Startu ...Show All

  • JaQoB Running multiple templates simultaneously giving an error

    Hello All, I have developed multiple templates. I run the first template and while it has opened i run the second template. On opening of the second template it is giving error "The Customization Assembly could not be found or loaded...". Running both template separately is perfectly fine and not giving any error. I also noticed that i opened the word instance on the basis of Normal.dot and remained open and then run the my templa ...Show All

  • Kirry How to add custom control to Visual Studio 2005 Toolbox?

    Hi all, I am working on a Windows Forms custom control now and I would like to place my control right on the Toolbox window after installation, however, this seems to be a problem now. I notice that EnvDTE and EnvDTE80 namespace and the DTE2 interface seem to provide customization of VS IDE environment, and I tried as follows: 1> Get a DTE2 instance by Activator; 2> Use DTE2.ToolWindows.ToolBox.ToolBoxTabs.Add to add a new tab; 3> ...Show All

  • George K Changing assembly reference path base on configuration

    Our enviroment builds assemblies & copies them to a directory matching the configuration name e.g. "Debug". If I am woking in a project that references one or multiple of these assemblies, is there a way to switch between the debug & release versions of these assemblies without manually removing the reference & then re-adding the one I want Thanks! Kurt If you add a reference to a project within th ...Show All

  • mgloriosus Undeclared Namespace error when using x:TypeArguments

    I'm trying to create a Page based on my own derived Page class, which has generic type arguments: < p:ViewModelBackedPage x:Class = " Paragon.SSRM.UI.ToolsPage " x:TypeArguments = " {x:Type p:ViewModel} " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " xmlns:p = " clr-namespace:Paragon.SSRM.UI.Pri ...Show All

  • MADLAX Visual Studio 2005 for beginners?

    Hi!  I wonder if someone knows if/where I can find: - An introduction/Presentation/Demo of Visual Studio 2005 for developers that never have used Visual Studio before - A walkthrough about how to create a basic webpart in Visual Studio 2005 Beta 2 I would need this since I, in my master’s project at Microsoft Sweden, am doing a usability study of VS2005. I would be very grateful if someone could help me wi ...Show All

  • mdickin Problem Loading Package

    I am trying to load the NUnit Test Code Conversion extension written by James Newkirk ( http://blogs.msdn.com/jamesnewkirk/default.aspx ). I realize that it seems that I should be talking to him to troubleshoot this, but I don't think its a problem with his package. The reason I think this is because the exception being returned is that an assembly couldn't be found "Microsoft.Practices.RecipeFramework.Library". This leads me to believe that ...Show All

  • AleMin new to GAT

    Hello, I'm new to GAT and want to evaluate whether it may fit my needs or not. Therefore I need some additional information: I've read that GAT can generate code from templates. Can code generation only be used when a new project is created or (now comes the important part :) ) can you even specify to insert documentation-headers etc. when a new class/method is declared in an existing file Thanks in advance! Mak ...Show All

  • Jackd Noob - Use new serialIO class with VS2003?

    Sorry for the newbie question.  I have written some apps to control various devices using the serial port.  However, I have not been able to get a serial comm class and embed it, so I have been forced to supply a dll with the application (which I don't want to do). I am using VS2003.  I see that the new .Net Framework2.0 has a serialIO class that would work perfectly for what I need.  I can't afford to buy VS2005.  From ...Show All

  • knopper2005 how to delete cancel build task item

    Hi,   Does anyone succeed in deleting all the "Task List" items after cancelling a build I cancel a build in the "OnBuildBegin" handler. The code I'm using to delete the task list items : Window taskListWindow = ApplicationObject.Windows.Item( Constants.vsWindowKindTaskList ); TaskList taskList = (TaskList)taskListWindow.Object; try { foreach(TaskItem item in taskList.TaskItems) { item.Delete(); } This code is called in the "OnBuildDone" ...Show All

  • digitizer143 Ruby Plug-In ?

      Ihave been really impressed with Managed code (C#) and Visual Studio over the last couple of years. But I am now pretty impressed by Ruby (and the RAILS Web fraemwork) Unfortunately the best Editors and few IDEs for Ruby seem to be weak  Java implementations, not a patch on the Visual Studio experience. I know Ruby is a very dynamic language, not so well suited to Visual Studio, but a Ruby Plug-In for Visula Studio, with robust ...Show All

414243444546474849505152535455565758

©2008 Software Development Network

powered by phorum