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

Software Development Network >> Visual Studio

Visual Studio

New Question

vjc throwing an exception
a abnormity TextBox
Packages for Express Editions
Multicast with UDP Transport Sample
Formatting Windows ReportViewier animated "SHOWPROGRESS" Screen
WCF & Outlook 2007 Add-in
Listview: dynamic loading content possible?
Inactive buttons on toolbar (continuation)
Can Sandcastle output a help website rather than a CHM file?
VSS 2005 can not show history.

Top Answerers

Jimmm
VMan
Bram Veenhof
Konstantin Gonikman
George Clingerman
vandewst
Shadi Mari
itsdzs
NozFx
JavaBoy
Superior Software for Windows
Only Title

Answer Questions

  • Alex Yakhnin - MSFT How to draw BitMap using Co-ordinates

    Hi, I want draw a image using X,Y coordinates.(Ex- (88,50)(86,49),(87,48)) Can some body give me idea how to draw a bit map using co-cordinates. Thx & best rgrds Roopesh this forum is about msbuild, the build system in .net 2.0, and does have nothing to do whatsoever with drawing bitmaps.. try taking this post to an appropriate forum Sorry ...Show All

  • Duane Haas Failed to update customization from the specified deployment manifest.

    I'm trying this again. I've successfully created an Excel App-Level addin that supports automatic updating (details below).  The issue is that I want to ensure that the addin loads from the local copy when the remote copy is unavailable. My app.dll.manifest file is as follows:   <assembly xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" manifestVersion="1.0"> <assemblyIdentity name="PriceTools.dll" version="1.0.0.18" /> <asmv2:entryPoint name="Startup" dependencyName="dependency0"> <asmv2:clrClassInvocation class="ClassName.AppName" /> </asmv2:entryPoint> <asmv2:dependency asmv2:name="dependency0"> <asmv2:dependentAssemb ...Show All

  • NewWebDevGuy Orcas Mar CTP Samples?

    Are any/all of the EDM/LINQ samples included in the Mar CTP I've been successful forward-porting the October EDM samples, but I don't see any samples in the CTP itself. Am I missing something obvious Thanks, Bob The samples are not updated to work with the March CTP. Error 1 'System.Data.Objects.MergeOption' does not contain a definition for 'NoCaching' C:\SampleQueries\LinqToEntitiesSamples.cs 1704 96 SampleQueries {"Schema specified is not valid. Errors: \r\nThe 'ClientAutoGenerated' attribute is not allowed., SchemaName: file:///C:/SampleQueries/bin/Debug/LINQ to Entities/EntityNorthwind.csdl, LineNumber: 76\r\n I’m also having a really hard time to por ...Show All

  • Patrick.I How to force a Binding-bound property to refresh?

    If I have something like : <Setter Property="Source" Value="{Binding SomeSource}"></Setter> where SomeSource is a property that returns different values depending on one or more variables, what I find is that WPF does some sort of caching and it binds the value only once. Now even if SomeSource has changed (as in it returns a different value), WPF won't do a re-binding (to use a non-word). Note that SomeSource is a read-only property. Interestingly there's an UpdateSourceTrigger property. But there's nothing like its opposite (which is what I want). Something like a UpdateBindingOnSourceChange property would have been perfect *sigh* Any help is hugely appreciated. Thanks Josh. It's not ...Show All

  • Kardi I can't get LinQ installed

    When I double click the Install file, it says "Cannot find a valid Product to installl LINQ with". But I have already had a VS2005 Team Edition SP1 Installed. Can someone help me My OS is WinXP sp2, by the way my VS is Chinese Version thanks Benelf If you search the archives of this forum, I believe someone posted a fix to enable LINQ on some non-english versions. I don't know if it would work on the Chinese version. In addition, I have heard some reports that there are issues with the MAY CTP along side VS SP1. Jim Wooley http://devauthority.com/blogs/jwooley I have solved it. It must be installed in English version of VS2005 or VWD. ...Show All

  • cipcip Bubbling an Event from WPF to Winform

    Hello All, I have a WPF canvas which is hosted in an ElementHost (I am using this WPF canvas in a .NET 2.0 application using System.Windows.Forms.Integration). I want to bubble the occurence of the MouseDown/MouseMove/Drag/Drop events of the WPF canvas to its superbase control which is basically a C# .NET 2.0 class (which is hosting the ElementHost). This superbase control is winform user control that inherits from System.Windows.Forms.UserControl. So the hierarchy is WPF Canvas is the Child of ElementHost which is added to superbase control (using this.Controls.Add(ElementHost)). Firstly, can I bubble up the event from WPFCanvas to the winform based superbase user control If yes, How will I handle the change in eventargs declaration ...Show All

  • Jamie Thomson XMAL to C# question (2)

    Hi, Again i don't know how to translate XAML to C#... :\ so i have this XAML code: <Grid x:Name="MyGrid" > <Viewport3D Focusable="true" Name="myViewport3D" ClipToBounds="true"> <ModelVisual3D> .... as you can see this is a Grid that contain Viewport3D that contain ModelVisual3D. how i write it in C# Thanks you both :) Omri you dont need to specify < Transform3DGroup.Children > the content in the Transform3DGroup will be added as children well now i'm confused, can you please explain me the differences between this XAML code: < Transform3DGroup x:Key=&qu ...Show All

  • MunishGupta FindItemWithText in ListviewItem?

    is there a way to do it Thanks!! This is a duplicate question. primary question on link http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=737101&SiteID=1 ...Show All

  • Asday Wcf Com Moniker in ASP under IIS 6.0

    Weird thing in the world... The following file, SiteTracking.vbs, works GREAT... ----SiteTracking.vbs----------------------------------------------------------- Set siteTrackingService = GetObject("service:address=http://10.72.128.140/services/siteGoalTracking/siteAnalyticsGoalTrackingService.svc, binding=basicHttpBinding, contract={74C37E30-0B82-3073-993A-D86025732122}") WScript.Echo siteTrackingService.CreateTrackingInformation("SO-415902") Set siteTrackingService = nothing -------------------------------------------------------------------------------- While the following file, SiteTrackingServiceExample.asp, in ASP under IIS 6.0 on the SAME machine gives the error seen below. ----SiteTrackingServiceExample.asp-- ...Show All

  • Ashish Derhgawen Problem with FaultException<T> ("FaultException was unhandled by usercode")

    Hi, Whenever I do a throw FaultException<ApplicationException> in my service, or any other type, I get a "FaultException was unhandled by usercode", and only the base FaultException is transmitted to the client, not the FaultException<ApplicationException> (ie : ApplicationException is empty). The code is pretty simple in the service (I can debug that everything is populated) : [ FaultContractAttribute ( typeof ( ApplicationException ))] // for the Interface throw new FaultException < ApplicationException >(detail, fereason, fecode); // in the service method and right after that line, I get a "FaultException was unhandled by usercode". On the network, I look at what is passed over HTTP using Fiddler ...Show All

  • djshades2004 I need help with installing SQL Server 2005 Express

    Dear MSDN, I'm having a problem with installing SQL Server 2005 Express. In the past, I installed Visual Studio 2005 Beta (with SQL Server 2005 on it) and it runs fine. But I made a mistake uninstalling the beta version. I used the Control Panel and uninstalled the components in random order. When I installed the Express Edition, SQL Server 2005 Express failed to install, but Visual Studio 2005 Express is running fine w/o SQL Server on it. I need to install SQL Server 2005. Please help me how to fix this. Thanks. Hi, sory for the late reply. I uninstalled the VS 2005 express edition then i used the clean-up tool to remove the remaining beta components, but the tool also failed to clean ...Show All

  • Toinepoep Class Designer - Switch into a read only mode.

    I use TDD when developing my classes so don't want to use the class designer to generate code, however I do want to use it to view the relationships between classes. I therefore wondered if there's an easy way to lock the class designer, telling it that I want to view my classes but don't have any intention of updating them. This would be useful because at the moment its very easy to accidentally make a change (such as deleting an association when you just meant to hide it) that breaks your code base. Actually, a colleague of mine suggested a workaround that may give you what you want. If you're working with source code control (like Visual Source Safe), you can set an option to be prompted to checkou ...Show All

  • bchan ComboBox bound to an XmlDataProvider

    Hi there, I have an Xml document which is bound (using the standard {Binding XPath=...} syntax) to a bunch of controls. One of those controls is a ComboBox. How can I then bind a list of possible values to that ComboBox ItemsSource such that when one is selected it's value is pumped back into the Xml document Binding the ItemsSource isn't the problem, rather having the selected item reflected back in the xml document. So the xml document that i'm working with might look something like: <xml> <container> <somevalue>myvalue</somevalue> </container> </xml> And the ComboBox is bound something like: <ComboBox SelectedItem={Binding Source=xmlDataProvider, XPath=xml/container/somevalue} I ...Show All

  • Gmukwewa 'Faulted' problem in first attempt to use WCF, now I get 'The Local Security Authority Cannot Be Contacted'

    I have built an application using WCF. When I try to run it I get the following exception message... "The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state." I have no clue what this means or how to go about fixing the problem. Can anyone help with information, such as ... 1. Where do I go looking for meaning of WCF error messages 2. What is the likely cause of the above error message 3. What are the appropriate debugging techniques to use with WCF applications I based by application on the example demonstrated in the Micrtosoft online training for WCF. Unfortunately there is no information about handling error condition ...Show All

  • Daikoku How can I know if a Listbox Item is visible?

    I am trying to know if a specific ListBox item is visible or not, what's the first item visible, the last, etc. Should I use another control instead Meanwhile I am investigating the use of a ScrollViewer.... TIA, Raffaele Thanks, I could not find that post before. I am goind to looke at it better. I feel the lack of a more convenient method anyway. Raffaele Sorry about that, I hadn't noticed I'd drifted into a different area. thanks for this solution, it works well ++ Here's a post discussing the first item visible in a listbox: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=546133&SiteID=1 ...Show All

666768697071727374757677787980818283

©2008 Software Development Network

powered by phorum