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

Software Development Network >> Visual Studio

Visual Studio

New Question

=> operator in C# 3.0
HOW TO REMOVE runtime WCF?
VSIP for other MS platforms
Impossible to uninstall GAT or GAX
Namespace-level comments in Sandcastle?
how to bind enumeration to radiobuttons
Adding Custom Document Information Panel Thro' C#
Feasibility: outlook aggregator emails
development VS2005 for windows XPe application software
Disable visually impairing ClearType in WPF?

Top Answerers

BiffJC
Philipp Lamp
aquaseal
sandipan
Saravanavel
Alle
Rush hour
GradProd
Eitan Shapir
legoman26
Comparison of SGML and
Only Title

Answer Questions

  • dgolds Organizing additional content

    Asside from interrupting the processing and using a external script or executable, how does one go about organizing additional content within the help file Thanks! Rory Not quite what I was meaning. Let me see if I can elaborate a bit. Right now, my TOC looks something like this: AdditionalContent1 AdditionalContent2 Namespace What I would like would be: Namespace AdditionalContent1 AdditionalContent2 Does that make sense I have a related but different version of this question: how might we allow namespaces to be hierarchical In our product, we have about 30 namespaces, but organized into about 5 main namespaces. I don't want a TOC with 30 namespaces, I want one with 5, and the others below it, etc ...Show All

  • anubisascends Make linker /FORCE:UNRESOLVED accept build as successfull?

    Hello! We are using an environment with non-VS C++ compiler and VS linker. Our build environment typically results having unresolved externals that we overcome using /FORCE:UNRESOLVED. The reason for using VS linker is to enable VS debugging for the output. After the build process, Visual Studio however judges the build to fail because of the link process errors. This means (among other things) that F5 debugging causes VS to tell about build failures instead of starting the debugging. Is there any way to tell VS that the build indeed was OK This build flow is part of add-in controlled process, so we have the required access for VCProjectEngine. Nice solution would be, if we could get the linker to not issue errors on those unre ...Show All

  • Pedro Felix Is this working? --> void IExtension<ServiceHostBase>.Detach(ServiceHostBase owner)

    All, When I run the sample WCFWFSession solution - service project - under the WNetFXCrossTechSamples the following breakpoint never stops: void IExtension <ServiceHostBase>.Detach( ServiceHostBase owner) { // When this Indigo Extension is detached, then just stop the WSC workflowRuntime.StopRuntime(); } But the Attach does... void IExtension <ServiceHostBase>.Attach( ServiceHostBase owner) { // When this Extension is attached within the Service Host, create a // ...new instance of the WorkflowServiceContainer if (workflowServicesConfig != null ) workflowRuntime = new WorkflowRuntime (workflowServicesConfig); else workflowRuntime = new WorkflowRuntime (); w ...Show All

  • BIG S running a series of SQL script files

    I would like to know if there's a way to reduce this kind of duplication: <Target Name="RunScripts"> <Execute ConnectionString="$(ConnectionString)" Path="$(DatabaseSourceDirectory)\ScriptOne.sql"/> <Execute ConnectionString="$(ConnectionString)" Path="$(DatabaseSourceDirectory)\ScriptTwo.sql"/> <Execute ConnectionString="$(ConnectionString)" Path="$(DatabaseSourceDirectory)\ScriptThree.sql"/> etc., etc. In other words, I'd like to be able to put JUST the part that changes into a list, and have msbuild iterate over the list, filling out the boilerplate (the repeated part) each time. Is there a clean, simple way to get msbuild to do ...Show All

  • AlexBB Reflection effect scale problem ...

    Hello, I've a problem with a reflection effect and may be you can help with it. I'm trying the reflect effect. The problem is when I resize my window to small value, the reflect (scroll bars, etc) begin to grow, and the effect is not a reflect. I think the problem is in the Height = " 400 " of the Rectangle that make the reflect effect, because this value change and may be I've to databind that value. Any idea of what can I do to solve this This is the code. Thanks a lot people !!! < Window xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " xml:lang = " en-US " x:Class = " UntitledProj ...Show All

  • sheidee21 VSTO 2005 Samples

    None of the VSTO 2005 samples are available for download from  http://msdn2.microsoft.com/library/z63ctsh2(en-us,vs.80).aspx Is the source code just not available yet I'm especially interested in the source for the Document Protector Sample for Word. Thanks, Bill Hi Bill: Exist other interesting examples of the Office Connection Event. More PPT and Code. The address is: http://www.mcwtech.com/2006/connections/ Regards, Segundo Leon Manager of Office System Community in Peru The samples were being repackaged and placed on the Microsoft download server. The links are working again today. Be sure to read the blog entry on running the Beta 2 samples , ther ...Show All

  • Condorito WPF performance and Tablet / UMPC type PCs

    I am trying to develop innovative applications for Tablet PC and UMPC users. Generally speaking these types of machines will not be powered with the latest 3.0Ghz+ dual processors etc. For instance my machine is a 1.4Ghz Intel Centrino with 512mb RAM. It has a tier 2 capable GPU, i,e, dxdiag shows that the GPU supports DirectX V9. I am running Windows XP Tablet PC 2005 edition. I have been playing with the .NET 3.0 WPF RC1 build (and at this stage I am not even using digital ink) just trying out various presentation ideas. The problem is that although the features are great - the performance is frankly, awful My problems begin when I try to display a WPF page with more than a few elements on it. For instance, imagine trying t ...Show All

  • Carlwave Custom solution template puts solution file in wrong place

    I've been beating on this much of the day, to no result. Also many web and MSDN searches, to no avail. I'm creating a custom solution template for our company. All is going well, but the .sln and .suo files get created in the wrong place. Specifically, what we want is a solution folder, with the .sln and .suo files inside that folder, and subfolders under the solution folder for each of the project files. This is all working, except that that .sln and .suo files get created as siblings of the solution folder, rather than within it. In other words, they are created one level too high in the hierarchy. Help! Here is the solution .vstemplate file: < TemplateData > < Name > Web Client Complex Solution </ Name & ...Show All

  • swaroop.m Generate C# 2005 project files

    Hello, I am looking forward to manage some C# projects programatically. Precisely, I am generating C# files and I want them to be added and removed from their projects on-the-fly. It would be very useful to add VSS checkin and checkout compatibility in the process. To achieve this, I think have to be able to at least generate C# projects as well. What is the most efficient way to write these files Is VS 2005 SDK suitable for that task It would be very nice if I could use a method that offers maximal compatibility with future versions of Visual Studio. Thanks! Marc Lacoursiere RooSoft Computing The imported project "[...]\VisualStudioCustomTool\bin\Debug\Microsoft.CSharp.t ...Show All

  • JohnYG Reports

    Hi! How can I made the query parameters of my dataset be set as report parameters I have a report (*.rdl) that calls a dataset that have a query parameter (@param1) And I have the report in the report server. But it displays an error because it doesn't find the declaration of the variable (@param1). I think the solution is to put the query parameter as a report parameter... but How do I pass it to the dataset (*.xsd) Please help me! If the explanation of my problem is horrible please contact me and I will try to explain it better.... :) Alina Diaz wrote: Hi! How can I made the query parameters of my dataset be set as report parameters I have a report (*.rdl) that calls a d ...Show All

  • Jason Croft Animation Oddity...

    I have an Image object using a somewhat complex DrawingImage as its source. I am attempting to animate a particular GradientStop Color buried deep in the bowels of the DrawingImage. The code I am using to do the animation is: < Image.Triggers > < EventTrigger RoutedEvent = " FrameworkElement.Loaded " > < BeginStoryboard > < Storyboard > < ColorAnimation Storyboard.TargetName = " Logo " Storyboard.TargetProperty = " (Image.Source).(DrawingImage.Drawing).(DrawingGroup.Children)[1].(GeometryDrawing.Brush).(RadialGradientBrush.GradientStops)[1].Color " To = " #FFEF1F1F " From = " #FFCD0E0E " Duration = " 0:0:1 " AutoReverse = & ...Show All

  • Aoeuid Hyperlink bug?

    I'm using the hyperlink tag to switch my standalone window from window 1 to window 2 and vice versa. But the link doesn't work when i click in "Go To The Windiw 2" :-( windows1.xaml <Window x:Class="Server.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Server" Height="300" Width="300" > <Grid> <StackPanel Background="LightGreen"> <TextBlock DockPanel.Dock="Top" Margin="10,10,10,10">Window1</TextBlock> <TextBlock HorizontalAlign ...Show All

  • GaryTrip Released.

    We did code complete of documentation compiler ( code named "Sandcastle") on June 15th and currently we are testing the tool building our .NetFramework documentation. We would like to release the CTP version of Sandcastle in Microsoft download center by next week. The perf in our testing has been great as we are able to build the entire framework content in less than 1 hour. I am in the process of going through final check and code signing required to post this in our download center. Please expect the CTP in the next week or so and I will provide an update here as soon I post the CTP. Anand.. I'm really needing this tool as well. Any news can't wait!!! It all looks very promissin ...Show All

  • arvindbksc Visual Studio 2005 Service Pack 1 Beta

    Has anyone else tried to install the beta of Visual Studio 2005 Service Pack 1 Just running the setup program hogs my machine. It literally took over an hour, maybe more, for the message box to come up asking me if I wanted to install it. I tried it around 4:15pm yesterday and since it was still going even past 5pm I just left work figuring it would be installed by the time I came back in the morning. Well, I'm back and all I see is the message asking if I want to install. I say yes and then a few minutes later it comes back saying I have to uninstall the Web Application Projects addon because the release version is included in the service pack. Great, I hit OK and now I have to start all the way over! I've never seen an install program h ...Show All

  • Javahar Header and Content Template

    How can i find when the Header or Content Template are applied I want to get a control from my template but if I try in OnHeaderTempalteChanged i get this exception : This operation is valid only on elements that have this template applied. Is there a solution You can also listen for OnLayoutUpdated on the control. this doesn't work very well The thing is that I have a TabItem and I have 2 HeadeTemplates, one for default and one for selelected. When the TabItem is selected I have saome buttons on it And i need to acces them somehow. But i don't know when they are loaded. I've tried OnSelected but it doesn't work. I can't retrieve the buttons. Any ideeas Th ...Show All

5678910111213141516171819202122

©2008 Software Development Network

powered by phorum