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

Software Development Network >> Visual Studio

Visual Studio

New Question

COM ADDIN NOT INSTALLING IN SOME PC'S
3D Animation
On Demand Report with Push Mode
Can I extend the Xml editor.
Implicit parameters in lambda expressions
ReportViewer Web Control
How to add Excell VSTO app into word
How can I programmatically tell if a tool property was explicitly specified?
T-SQL Debugging on VS2005/SQL2005
Cross Project builds

Top Answerers

gatalec
Fabiano Stussi Pereira
MKan
manhatma
lizzy64
steve yee
Mmondragon
Aaron_1234
Philip W
jdang
eZoulou
Only Title

Answer Questions

  • Digitalcandy vs.net rc compiles; command line error BC30007

    when compiling an assembly in the ide i have success.  if run msbuild from the command line i'll get a BC30007 error regarding a missing reference to system.web.services.dll.  the vbc command is identical between ide and command line.  if i run the vbc command it fails as well on the command line.  if i add a reference to the system.web.services.dll to the command line compile it works.  obviously that's my solution.&nb ...Show All

  • JeyKey Visual Studio 2005 No Web Templates and cannot uninstall

    I installed VS 2005 and everything was good until I updated my OS (windows xp pro sp2). When I go to create a new website I have no web templates. I googled the problem and tried reinstalling VS.net - no good. ran devenv /InstallVSTemplates - no good ran devenv /Setup - no good So I bit the bullet and tried to uninstall vs.net. NO GOOD!!! I get the error: Setup Is Unable to Determine a Valid Ordering for the Installation ...Show All

  • Sekhmet Trying to create projects in a recursive way

    Hi everyone, I hope you can help me. I am trying to create some projects in a recursive way. I am developing an application which uses the command line to create the projects. But now I have a problem if the user introduces a path with more than one new projects to create. For example: If I have the VSS Tree like this "$MyVSS/Test" and the user wants to create the project "$MyVss/Test/application/_INS", but if the &q ...Show All

  • ntintel .Net 2.0 Windows Application in Outlook2007

    I am calling .NET 2.0 windows application in Internet Explorer 6.0 using the <object> tag in a summary.htm. the tag in summary.htm looks like this <object id="myComponent" classid="http:WA1.exe#WA1.UserControl1" height="500px" width="500px"> </object> where WA1.exe is the .NET 2.0 windows application and WA1.UserControl1 is the class of a user control in the WA1.exe The code works fine ...Show All

  • Antonionini Why will LINQ fail ?

    Microsoft tries to helping object developers to close the gap between the relational world and the object world.And they call this " object modelling approach " Dlinq. Using " custom business entities " in enterprise programming with Dlinq might seem the best thing after " sliced bread " but it isn't. For my part I have written my Mappers and used commercial OR/M tools. They mostly provide the same thing. __Read the table from the datab ...Show All

  • vbnetcoder How to change Axis TickLabel Position of OWC Chart?

    Excel Spreadsheet macros contain: ActiveChart.Axes(xlValue).Select With Selection .MajorTickMark = xlOutside .MinorTickMark = xlNone .TickLabelPosition = xlHigh ' .TickLabelPosition = xlNextToAxis End With How can I realize such property in VisualBasic code “It is helpful to remember that this forum is mainly for issues that directly pertain to the Visual Studio Tools for Office tool ...Show All

  • Bryan00000 Export Drill Down Report

    Hi all,    I've been search high & low for months now for a solution regarding my problem, and I'm about to give up & think that its not possible.   I'm using VS2003 VB.NET & Crystal Reports Dev 10.   I would like to export the "current" drilled-down tab result programmatically. Is there any way to do this   When I try to export using VB, I always export the "whole" report. And not ...Show All

  • TomaszJ File error : Data may be lost

    Hi, I have created a VSTO excel application. Now, whenever i run it, it pops up a message box " File error: Data may be lost" . how do i resolve this Which cod ehave you been using in your application Bye. I have seen this behaviour and since moving onto RTM/RC builds have not had a repeat, albeit dont have a working sample that is in my test matrix but would be the same bug you are referring to Harry ...Show All

  • Gilles Auzemery Build is being skipped

    So I got my copy of VS 2005 Standard at the rollout event and installed it.  I took a compact framework project produced in VS 2003 and copied it to a new directory and converted it to VS 2005.  When I attempt to "Clean", "Build", or "Rebuild" the project I keep getting the message " ========== Build: 0 succeeded or up-to-date, 0 failed, 1 skipped ========== ".  I tried deleting the exe's and the object files manually to no avail. ...Show All

  • JettFree Trouble loading Baml using LoadComponent

    Hello, I'm trying to load some baml from resource assemblies using Application.LoadComponent. As a parameter I use Uri that contains full name of assembly with culture: "en". But LoadComponent gives me IOException, that same assembly, but with culture: "neutral", was not found. here is a sample that first loads PresentationFramework Luna baml, and then tries to load mainwindow.baml from Sparkle. Luna baml is loading as ...Show All

  • Tianyu Li Problem in Loading addin with each instance of host application

    I have created a com addin in c# for project professional, but problem is that is working only for the instance that is created when application is loaded, when i am opening a project from file menu my com addin is not getting loaded and hence not working for that instance. Found the solution to it. in the OnConnection event place this code If connectMode = ext_ConnectMode.ext_cm_AfterStartup Then Dim objAddIn As AddIn = CType (addIn ...Show All

  • baysbenj Service Constructors: How do they work?

    Greetings, I am actually trying to make work a custom STS service based on the one in the Federation Sample in the SDK. One question i have regarding this is how and where are WCF services constructors invoked For example, this STS service takes 2 parameters in the constructor: The STS name and a X509SecurityToken. I have not figured out yet where these 2 parameters are passed at the service construction... Is it done under the hood by th ...Show All

  • BizWorld XAML, RenderTargetBitmap - picture disappears from image after load testing

    I'm developing a simple ASP.NET handler that returns image that is rendered using XAML on server side. The problem that after stress testing picture disappears from returned image (but empty image is still returned). The picture here is XAML canvas (I put it to the bottom of the message) with different shapes and glyphs (rectangles with gradient fill, lines and text with digits). I tested on Windows 2003 (two processors, four processors), ...Show All

  • Michael Locker MD Practical questions

    Hello all, For as far as I can see, LINQ offers key features that belong to the data access layer. (Not like the current features from System.Data in .NET 2.0.) LINQ is all about replacing existing data access layer code with LINQ code, I think. So is the true advantage that we don't have to write SQL code anymore If so, would the LINQ code be placed on the database server (stored procedures) or on the application side Would data access layers ...Show All

  • mikeyand77G Help provider moved?

    Hi When I perform a search all providers except local fail with the following error : Object moved to http://services2.msdn.microsoft .com/search/service.asmx How can I fix this hi i have same problem like maurice when i tryed to search with document explorer i got an errror for msdn online codezone and questions groups -- <html><head><title>Object moved</title></head><body> <h2>Object moved to & ...Show All

606162636465666768697071727374757677

©2008 Software Development Network

powered by phorum