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

Software Development Network >> Visual Studio

Visual Studio

New Question

Install problems
Publishing project with MSBUILD
What's wrong with the left mouse button in beta2?
Adding a folder to a database project from code?
What could the ERROR be
Removing Add Reference menu from main menu bar...
Visual Source Safe Questions
New Macros for Build Commands and Properties (ala NMAKE)
How can I insert and work with images?
Using svcutil /dconly on 3rd party schema

Top Answerers

strazz
nfox22
Frank I. garcia
Balaji Dave
Elvis Silva
chisanga
A.Kahn
CrowleyM
DotNetDevelop
Martin Kulov - MVP
An Introduction to
Only Title

Answer Questions

  • jmqu1k Display a dialog in a xbap?

    It seems a dialog box could not be shown in a xbap Thanks! This is not possible even in a Full-Trust environment, e.g. enterprise intranet Another question is : is showing a window related to security risk Yes, a fully trusted application (any app with SecurityPermission w/ UnmanagedCode flag and UIPermission with AllWindows flag) can lanch standalone windows. In some of your scenarios, it may be possible to use the Popup ...Show All

  • HexKrak Skipped Loading Symbols

    I've been working on an ASP.NET 2.0 project (in debug mode) and I just started getting the "The breakpoint will not currently be hit. No symbols have been loaded for this document" error when I set some breakpoints in my code (in all of my projects and not a particular one) When I run my project and view the "Modules" Window. the "symbols status" for all the items ( mscorlib, system.web.dll, syste.web.xml, etc.. ...Show All

  • Shiloy Need Help With XAML Data Binding

    i am trying to learn XAML data binding and have developed a simple demo application to this end. forgive me, i am trying my best here. i will post my code below. if any bright spark could spare 5 minutes to look at my application, perhaps they could explain to me what is going wrong. i have been wrestling with this thing all day long... the idea is that when you select an item in the ListView, the TextBox should update to reflect the curre ...Show All

  • pEri What could the ERROR be

    I have created a outlook com addin using VSTO that reside in outlook. The plugin is basically displaying a msg to the user that a new mail has arrive and what is the content. The plugin run fine when using pop account. The problem arise when the user is connected to the Exchange Server. When the event kick in on new mail arrive, the outlook would crash and thus causing the outlook to terminate. What could be done to resolve this issue.. and wha ...Show All

  • j_o_h_a_n_n_e_s Unable to open Reports Project (.rptj,.NET 2005) from Visual Source Safe 6.0 c

    Hi, I am using .NET 2005(Business Intelligence Studio) for developing reports and some C# code and want to add the code in VSS 6.0c. I added the solution to VSS 6.0c(which has a report server project and a website project). But when I try to open the solution from VSS,the report server project is not loaded and an error 'Project item 4294967394' does not represent a file' is thrown.The web site project is loaded properly. Are the BI ...Show All

  • Tammy P WS-Addressing

    Hey! Where can I find a simple code example of WCF using WS-Addressing. I'm using January CTP. Thanks. [melack] What are you trying to do specifically Thanks Thanks, Scott. I made my own duplex sample and it works. Now, I read some articles about WS-Addressing, so I have some knowledge about it. How can I demonstrate it within my duplex communication channel I was playing with OperationContextSc ...Show All

  • jwp118 Use of ObjectDataProvider ?

    Hi, I want to use the ObjectDataProvider provider in a ListBox. I want to display informations from my C# class in a listbox. <Window x:Class="DataBindingProof.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:m="clr-namespace:DataBindingProof" Title="DataBindingProof" Height="700" Width=&qu ...Show All

  • MikeSmo Data Grid control in Avalon

    Hello, Is there any grid control available for Avalon Are there any samples presenting such functionality Thanks in advance Edmundas Checkout the preview version of Infragistics' DataPresenter control for WPF.  Is supports a tabular (aka grid) view as well as an animated carousel view. http://www.infragistics.com/downloads/DownloadRequest.aspx code=WPFDPPDC2005 Enjoy! AvalonBliss ...Show All

  • MIlanNoviSad MSMQ messge retry

    Hi, I'd like to know if the maxImmediateRetries, retryDelay, and maxRetryCycles are specific to Vista, or should they work running under windows XP The scenario I'm working with is using a private transactional queue catching message requests from the client. Just to experiment with the transactions, I am throwing an exception in the service implementation. To get this running, I've just specified [OperationBehavior(TransactionScopeRequired = t ...Show All

  • moobah COM Addin, in frame work 1.1 , C# and outlook 2003, it wast wroking fine i can able to send the mail with customised form , bu

    HI i have developed COM Addin,  in frame work 1.1 , C# and outlook 2003, it was wroking fine i can able to send the mail with customised form ,  but now i instal the FrameWork 2.0, it not working , i can not able to send the mails form now it is showing following error . See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ******** ...Show All

  • dotNetFreak Customizing startpage in VS2005?

    How do I customize the start page in VS2005 Is it possible In VS2003 you just added a file in %Program Files%\Microsoft Visual Studio .NET 2003\Common7\IDE\HTML\1033\Custom. I tried that in VS2005 but it didn't work, I was not supprised since the layout of the start page has been redesigned. Hi Tommie, My name is Octavia and I am the dev working on the Start Page feature in Whidbey. The feature has been co ...Show All

  • TimStspry Can't get LAN Booster client to use server

    When loading a solution in VC++ 2005 (RTM), I get the message "Unable to use SourceSafe LAN service, performance of SourceSafe operations will not be optimal".  SSService is running on the server and there are no errors in the application log of the server related to it.  The only entry is a message indicating the service has started. The server is a Windows 2003/SP1 system that is NOT running Windows Firewall or any other firewall.&nb ...Show All

  • Ed Mason Grid.RenderSize ?

    string path = @"C:\Documents and Settings\Christer\Desktop\Slide_1.xaml" ; System.IO. Stream xamlStream = System.IO. File .OpenRead(path); object o = XamlReader .Load(xamlStream); Grid ui = ( Grid )o; double width = ui.RenderSize.Width; double height = ui.RenderSize.Height; My Slide_1.xaml looks like this. <Grid xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " Backg ...Show All

  • Graeme Foster Debug ASP page with .NET COM obj using VS2005??

    I have classical ASP pages using .NET object through COM interop. I used to be able to debug these .NET ojects by navigating to the page in IE, opening the solution of the objecst in VS2003, attaching to the process, and setting break points. I have now installed VS2005 and would like to accomplish the same thing, but the "dllhost" process of IIS does not show as running .NET/managed code anymore and I am not able to attach to it ...Show All

  • PSilva Package version

    How to change the version that appears in Register / Deregister package window. you mean package Enable/Disable window you can simply change/add a Version attribute on your pacakge XML file. Yes, I mean Enable/Disable window. My package XML file contains only schemaversion field. ...Show All

86878889909192939495969798990123

©2008 Software Development Network

powered by phorum