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

Software Development Network >> Visual Studio

Visual Studio

New Question

ActionsPane AddIn for Word 2003 with VSTO 2005 Beta 2
Can't uninstall MSDN Library for Visual Studio 2005 Beta
access right in module within same project
Binding in Indigo
no dynamic image location in crystal reports for VS 2005?
VSProject interface
Business Case
How to Render and Print a local report without showing preview to user?
VS 2005 Beta 2 and Help Integration Wizard
diagram.AutoLayoutChildShapes(???)

Top Answerers

Zeddys
Shanmuka
ktegels
rkirk
Gerald Gibson
SA12
DigiVix
Ryan Wade
ateens108
Bill Crunk
Thomas Technology Solutions
Only Title

Answer Questions

  • XF Could not locate the assembly "WindowsUIAutomation"

    I just installed Visual Studio 2005 Team Suite Beta 2 Version 8.0.50215.44 (Beta2 50215-4400) and WinFX SDK Beta 1 Web Setup, and Microsoft Visual Studio Extensions for WinFX Beta 1. I go to create a brand-new Avalon Application and without adding a single line of code I compile. I am given the following errors: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not ...Show All

  • DharmeshP Help with Scatter chart

    I need to plot a point on a graph and I am using XY Scatter chart. I have the following questions regarding this. 1. I can set the data range for the y-axis, but how do I set this for the x-axis My range is static (30 - 110) and there is no need for me to change this dynamically during run time. 2. Is there a way for me to set the background of my chart to an image Hello, 1. If you right click on the chart to ...Show All

  • Vinny_r Help using the Visual Studio DIA SDK for debugging...

    I’m trying to provide myself a call stack dump whenever my code causes an exception, and I want to use the DIA SDK rather than ImageHlp API. Ie I want to see the callstack when my program crashes, rather like the callstack is shown in VisualStudio, except I’m not using an out of process debugger – I want to do this in my own app. The DIA SDK provides some COM interfaces to support what I want to do, but unfortunately there is ...Show All

  • Mohamed Raafat Pervasive SQL

    I'm having trouble connecting to our Pervasive database (V8.6) in Visual Studio .NET 2005 Beta 2.  I want to get some info from the database into a drop down menu. These are the steps i'm taking. 1) Selecting the box for the drop down menu (ComboBox), in the properties select DataSource then Add Project Data Source.  (Do it this way so it makes the data set as well) 2) Select Database - New Connection - Using ODBC select our Databas ...Show All

  • J-own render points in 3D?

    Is this possible I've seen that Model3D has only GeometryModel3D and ScreenSpaceLines3D as derived classes. No, those are the only two 3D primitives we have. However you could draw small GeometryModel3D quads (or cubes or spheres) to simulate points. ...Show All

  • Analog boolean dependency properties

    In another thread a user asked about dependency properties http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=338749&SiteID=1&mode=1 Whilst trying to help him I discovered that if you set a dependency property as a bool then an exception of type 'System.ArgumentException' System.Windows.DependencyProperty {System.ArgumentException} is thrown, but an int causes no such problems. Is this a known issue Simon The DP i ...Show All

  • Elyahoo BUG, OutLook 2003 Add-in only installs for one user.

    The Outlook 2003 Add-in only installs for the logged in or current user despite programmactically specifying otherwise. The following statement in "Custom Action, SetSecurity" does not work. /allUsers=[ALLUSERS] Or... /allUsers="1" It's very important that this work correctly. When a programmer instructs the machine using a language the commands are supposed to work ;) I have a large deployment to perform in ...Show All

  • DianaED Working with a Canvas in Cider Designer

    When working with canvasses in the Cider Designer, I can't select it to move it around, and I can't seem to drop anything on it, I have to add with XAML, and if add the items in that way, the items themselves are not moveable or sizeable. Is there a bug fix for this Thank you, Jaco I would recommend using Expression Interactive Designer for designing your XAML layout visually. It is far ahead of what ...Show All

  • SrijitCN Package Load Failure Again

    When i run a perfectly compiling project, i get a package load failure error following which the sample.xxx file that gets created has no items in the toolbox. When i open a new .xxx file from My Templates there is only a cursor blinking. it does not take me to a designer page as expected. When i open the file manually i dont see any xml code at all. I cant understand why this happens. This happens when i run a DSL project. After i Tranf ...Show All

  • TrickyToo Question concerning "can grow"

    I am sure that there is an easy answer to this question, but I have not been able to find it. When I format an object choosing "can grow", how do I make the object under move down so that the growing object doesn't grow into it. The object that can grow will most of the time be quite short, but a few times be pretty long. It will look silly on the report when the "can grow" object has its normal size, if I really have to move the objec ...Show All

  • Greg Knierim Is Crystal Reports XI Developer Edition right for me?

    I cant place support questions on businessobjects homepage, so I hope that you can help me. I am about to purchase Crystal Reports XI Developer Edition. I have been under the impression that I am allowed to distrubite the runtime part of the report (the report "driver" and the preview functionality), but their license description Free runtime licensing: Royalty free runtime license for unlimited internal corporate deployment of the Crystal Re ...Show All

  • rythm Want to call MSBuild from program and use custom logger within that program

    Hi: I want to use MSBuild to build a project and write it's output to a database. I know that I can implement a standalone class and fire off MSBuild.exe with the /logger option, but that doesn't meet my needs. I don't want to start up a separate process, instead I want to just run an MSBuild task. I'm doing this now, but I'm having to write a ton of code and I think I'm doing it the hard way. I'm creating my own buid engine derived from IBui ...Show All

  • Zuki Converting .vcproj files to msbuild (w/out needing vcbuild)

    As I’ve been reading about msbuild, I’ve noticed articles that mention msbuild’s incapability to natively read .vcproj files. In short, executing msbuild blah.vcproj causes msbuild to invoke vcbuild to perform the actual .vcproj processing. I’ve been working on a tool that converts .vcproj files to msbuild formatted files so, with the appropriate C++ tasks (including cl and link tasks), a user could build his code on the command line without nee ...Show All

  • BALA SINGAM - My How do you read a lambda expression?

    Hi All, I am trying to figure out how to read out loud a lambda expression.  For example if I have the following i => (i %2) == 0 or c => c.Age < 50 etc. How would I read them to my children Cheers, Clint personally, i love the lambda expression additions. in school, i used SML most of the time, and it was an amazing language. i know lamba expressions are probably a little foreign for a lot of prog ...Show All

  • Jackplee Intermediary router and interoperability

    Greetings, I am currently designing a solution which requires to have a high level of interoperability. The services will be used by external clients but also by internal applications. For me it would make sense to have 2 different bindings for both audiences. One would be wsHttpBinding for external clients and the other would be netTcpBinding so i can get the best performance for my internal applications. One thing though, is that i do ...Show All

394041424344454647484950515253545556

©2008 Software Development Network

powered by phorum