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

Software Development Network >> Visual Studio

Visual Studio

New Question

NB: Keith Farmer doesn't work for Microsoft.
Crystal Reports XI Installation
Visual SourceSafe Internet... ?
Error deserialzing a Typed Dataset with a System.Object column
Microsoft.Build.Commontypes schema is invalid according to XmlSpy
inheriting from itemscontrol - not able to bind to itemssource
How to abort a commandline build.
How to make a non-retangular display?
Running self hosted services (WSDualHttpBinding) as windows services (Network Service)
Using Menustrip on WinForm makes ReportViewer Toolbar disappear

Top Answerers

Father.Ryobi
GapToN
Altunin Yuri
Si2005
Aaron Stern
Jack Stephenson
sqlhiker
Lcode
happer
Jon Angel
Asian Online Recipes Weblog
Only Title

Answer Questions

  • Qubic808 VS.2005 native C++ app : jit debugger takes hand, start loading, then app exits - no break on the exception

    I have a weird issue with VS.2005 Pro. JIT debugging seems broken. An executable crashes, I get the OK/CANCEL and click CANCEL. I then get the choice of a debugger and select a new instance of VS. The new instance starts, I see it loading and preparing like it did with VS.2003. And then instead of displaying the dialog box about the exception that occured and offering me to "break", the output window simply shows the application exited. I get no ...Show All

  • Hugh Burton Context Menus in MS Project

    Hello! I am developing add-ins for MS Project. I can easily change toolbars and commands in the main menu. For example, to access Tools menu: MyMenu = oCommandBars("Tools").Controls.Add(before:=3) So, I just need to know de command name. However, I need to change context menus (for example, right click in one task). Is this possible If yes, how can I do it How can I get the names for any context menu Thanks! ...Show All

  • Shadowlock Holmes Can I Generate Code with CodeDom in the target language project?

    hello. when i publish my target language developed with DSL , i see i can generate code with templates for model, but i will generate code in codedom how can i do with DSL. thanks  That's because it's referred to as the November download, even though it was put up in December. It's at http://go.microsoft.com/fwlink/ linkid=57539 Sorry for the confusion. thank Gareth, but where can i find ...Show All

  • DF WOSC Button is not getting removed after uninstalling the Word add-in

    Hi All, I'm creating and installing a Word Add-in. The add-in creates a button on standard toolbar. When I uninstall the add-in the button is not getting removed. The add-in is the basic add-in from the link http://support.microsoft.com/default.aspx scid=kb;en-us;Q302901 as it is. The code in OnBeginShutdown is as follows: public void OnBeginShutdown(ref System.Array custom) { object omissing = System.Reflection.Missing.Value ; System.Wi ...Show All

  • marco_polo14 DLINQ vs DataTable,TableAdapter, etc

    Hello,     I may not understand DLINQ fully, but what are the advantages of it vs. just using a datatable, dataset etc   Thank you!   Edited -Changed LINQ to DLINQ I've not played around with it myself but from my understanding the syntax and ability to manipulate is greatly improved and more intuitive (especially to those with prior sql background). ...Show All

  • blindlizard Intercepting the Message body

    Hi I'm writing a custom channel + binding that can be inserted wherever in the channel stack. Its mainly used for checking some properties of the message body (in xml format). So far I'm working off the "Custom message interceptor sample", but there seems to be no way to read the body without changing the state of the message/invalidating it. Should I use another approach than a custom channel/binding approach What I like about it is th ...Show All

  • Phattim Layout broke after migrated from January to February CTP

    My main Window contains a grid with 3 rows: header, content area and a footer, and one grid was placed in each area.  The resultant layout is expressed in the following Pseudo-XAML: <grid name="main">   <grid name="header" row="0"/>   <grid name="footer" row="2"/>   <grid name="content" row="1">       <grid name="sumary" row=0>           < ...Show All

  • aled Problem Installing WinFX Components Beta2 on Compaq TC1000 TabletPC

    When running winfxsetup on my TC1000 (Transmeta Processor), it starts normal, but then the extraction-progress-dialog stop at 75%, the setup-process is running and consuming cpu-time, but nothing happens (I waited 6 hours, before giving up). What am I to do Thanks for your reply, Heiko Supported Operating Systems: Longhorn (Windows Code Name) ; Windows Server 2003 Service Pack 1; Windows XP Service ...Show All

  • James_N WCF/Caching/Static Data Members

    I am interested in some information on Caching and WCF I saw this post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=354795&SiteID=1 which referenced this blog http://blogs.msdn.com/wenlong/archive/2006/01/23/516041.aspx We are in the process of designing a WCF service that will be hosted in IIS and and will be accessible through an ASP.NET application using HTTP and also a smart client that will use some other protoco ...Show All

  • TravisM727 Pagination icons in Firefox

    If I move the mouse on the pagination arrow, there is a small square shows up and the arrow is not within it. It's a little bit annoying. Is there any solution to solve it Thanks. If it is possible, could you please tell me when the update will come out   Will it be available as an update patch   Thanks a lot. We are aware of this issue and will have it resolv ...Show All

  • adz2006 Conflict between Add-in and VSIP Pkg

    I have an add-in that adds a command to the menu and a Package that does the same. If the add-in is installed first, and then the package, the devenv.exe /setup for the package causes the addin command to appear twice (setup is necessary to add splash screen etc for the package).  If I run "devenv.exe /ResetAddin MyAddin" before installing the package and then run "devenv /setup" for the package, again the add-in appears twi ...Show All

  • Joyce Moore Digital Identity applet will not run as ordinary user

    I installed the Sept CTP kit for InfoCard and the February CTP for WinFX on WinXP SP2. If I try to open the Digitial Identities applet as a non-admin user, nothing happens. No events are logged. If I switch to an user with admin privledges, it works just fine. I have tried to replicate this on a newer version of the WinFX Framework and the applet works fine. I would assume at this point that it was a bug i ...Show All

  • Rob Claisse Qustions regarding InstanceMode=InstanceMode.PerSession

    Hi, If I am connecting two application servers A and B with Indigo (where A is the indigo 'host' and B is the indigo 'service host') and I have created a ChannelFactory on A that implements the services interface, for example ChannelFactory<IHello> factory = new ChannelFactory<IHello>("HelloEndpoint"); IHello proxy = factory.CreateChannel();   Is the proxy thread safe can multiple threads on server A use the one in ...Show All

  • Javarja Parameters / credentials?

    Hi,    I'm getting an "A parameter or data source credential is missing a value. Prompting for this value has been disabled. Supply a value or enable prompting." error when I try to show a report in a Windows Form with Local Processing.    The "ShowParametersPrompt" and "ShowCredentialsPrompt" are turned on, but maybe the problem is I don't have a way to "link" the datasource parameters (its a stored procedure table ...Show All

  • Wing_VB6 Crystal Reports asking for login to dataset at run time.

    Have created a dataset on the fly in VS.Net. Not linked to a database. Crystal reports is asking for log on info for access to the dataset at runtime. How do I stop this. Saw a similiar post but I guess I was not smart enough to figure out all the links that were given to Bus.Solutions site. The site was not helpful. Any help would be much appreciated. E. Zahn Keith, Thank you so much for the quick reply and th ...Show All

767778798081828384858687888990919293

©2008 Software Development Network

powered by phorum