Software Development Network Logo
  • Game Technologies
  • Visual J#
  • Visual Studio
  • Microsoft ISV
  • Visual C#
  • Visual C++
  • Smart Device
  • Visual FoxPro
  • Architecture
  • SQL Server
  • VS Team System
  • Visual Basic
  • Windows Vista
  • Windows Live
  • Windows Forms

Software Development Network >> Visual Studio

Visual Studio

New Question

VS 2005 Final - Installation problems - LoadSetupObjectGuid() : vs_setup.dll
Object null/InvalidCastException
WinFX Beta 2 - ScreenSpaceLines3D: where did they go?
Cannot Query INFORMATION_SCHEMA.COLUMNS
C# as macro language
CMDUSED_SECTION and shared commands
Outlook Addin doesn't work
Please help me.. How Can I add more themes to my Vista Ultimate?
Object Inheritance
VSTO install balks because of "beta"

Top Answerers

DougTaylor
dotAge
yuryk
Bad_Bob
sumguy
Draders
NewTechCorp
Cden
jmota
Shafeeq82203
Verivizyon
Only Title

Answer Questions

  • MTaqi Problems with some links

    I am having problems accessing some links in the Help System installed on my pc. Some links don't make the mouse pointer turn to a hand and are unclickable, this occurs in both the Visual Studio 2003 and Express help systems.  Do you have the RTM versions of all the Express products and the RTM version of the MSDN Express LIbrary Azathoth: I have installed VS2003 and th ...Show All

  • soader Problems with deployment at end user

    Why doesnt this code work when the msi.file is installed on the enduser machine. Nothing happens, while when run as 'Debug' in VS development environment everything works. All this code does is displaying a messagebox when Outlook is started. The project is made with VSTO and nothing in the setup project is tampered with, ie keys and such are intact. Help please! in ThisApplication.cs: private void ThisApplication_Startup(object s ...Show All

  • BT_1960 Mouse messages activate twice.

    http://forums.microsoft.com/msdn/showpost.aspx postid=60667&SiteID=1 I have followed this post and set up a Mouse Hook, which works perfectly aside from it firing twice. I ran into this sort of thing in the past. Since, I am a novice programmer I don't know why this occurs. I suppose in the mouse button handler I could resort to a if(count % 2 != 0) then execute my handler, but it seems like there should be a smoother approach. Any ide ...Show All

  • Ales Beranek Excel wrapper missing members/functions

    I find that some of the commands (members) for the Excel 2003 wrapper are missing, specifically CWorkbooks::Open(). I’ve created the Excel 2003 wrapper per Microsoft’s web site for: _Application, _Workbook, _Worksheet, Range, Workbooks and Worksheets. Has anyone else run in to this problem and what/is the solution, or am I that much of a nub that I over looked something. Below is the #import that I had to use to remove the compile err ...Show All

  • Madhu S Problem to install .NET Framework 1.0 Servicepack 3

    Hi I am not quite sure this is the right forum, but I start here. I am trying to have Microsoft Update install for me, (XP Home, + SP 2) and most works OK, but ".NET Framework 1.0 Servicepack 3" that refuses to install. I get an error every time trying to install and reinstall like this: SLC.tmp - Common Language Runtime Debugging Services Application has generated an exception that could not be handled Proc ...Show All

  • Hernan Gatta VS2005 RTM Help can search but does not have contents or index

    I have the RTM of VS2005. I can do a search either on the web or locally, but I have no table of contents or index. I can't seem to find any documentation on how to fix this. My install was on a clean machine that never had any beta code on it. I uninstalled and reinstalled to no avail. There should be some command to generate an index and table of contents. It looks like the files are there (but I am not an expert on VS help files). I un ...Show All

  • RobertMahon Variable Where Clause In in Link Select Clause

    How do you create a LINK select statement with a variable where clause The following does not work Dim WhereClause = "Country.Population < 1000000" Dim SmallCountries = Select Country From Country In Countries Where WhereClause Unlike the DataView filters and DataTable.Select(), the "Where" operator in LINQ doesn't take a string. For DLinq, you'll need to construct an expression tree by hand ...Show All

  • Arcady warn if no user code on launch

    I also hav ethis problem and am very irritated.  I don't have this problem in 2003.  I can't use 2005 if I can't get rid of this message. I'm sorry I'm a little unsure what you mean. What error message, can you be a little more specific Note: The reason you get the error is because you are referencing components which do not contain debug info. If you added the reference by browsing to the c ...Show All

  • SIR Alex Install VS and VS.NET on the same pc

    Hi, Can I install Visual Studio and Visual Studio.NET on the same PC , Is there any known problems or conflicts Thanks, They are designed to work side by side so yes, you can install them on the same machine. ...Show All

  • Michael W change the legend names

    Hi friends, I have a crystal report to change that the legend names. It always gives that sumof...... . But I want to change that visual name theekshana Difficult when you don't have the full version. Look at this thread. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=154892&SiteID=1 Thanks for responding..........my dear... ...Show All

  • sangminny Is there support in WCF for Contract First?

    Hi Is there support in WCF to build services using the thecnique Contract First All the examples that I have seen are Code First. Is there a utilitie to build the WSDL Thanks Javier Hey Javier, there will be improved schema-based contract-first support (I guess this is actually what you are asking about) either in a future version of WSCF [0] or in the real cool and promising Service BAT [1] project. ...Show All

  • Twisted Hardware Visual Studio Team System: Extensibility

    Hi All,     I'm currently working on extensibility feature of visual studio team system. How to integrate third party tool with visual studio IDE using VSPackage. Any suggestion/ information would be appreciated. Thanks in advance. Regards, Shiby You can start by downloading the Visual Studio SDK and the Team System SDK both available at the Extensibility web page: http://msdn.microsoft.com/vstudio/ ...Show All

  • B. Fuddled Associations in DLinq Designer

    If I drag related objects onto the DLinq Designer's design surface, it shows an association between them. But this only seems to work if the foreign key is a single column. When I drag a related object that has multiple columns, it shows the object but not the assocation. Is this a known problem -Larry Hi Lawrence, for the CTP, the designer only support single column keys. We're working on s ...Show All

  • Josh L Project.Build (string[] targetNames, IDictionary hashtable)

    This code isn't working as I expected. Actually it doesn't write anything. This test is simple form of full test. In full test I used my own task that had [Output] attribute on property used for output. It didn't change anything. Engine engine; Project project; IDictionary hashtable = new Hashtable (); string documentString = @" <Project xmlns='http://schemas.microsoft.com/developer/msbuild/2003'> ...Show All

  • Guino AutoCad *.DWG files in VS2005 forms and reports

    Working with MS Access it was easy to incorporate AutoCad drawings by just using the normal image box. Just switching to Visual Studio (VS2005 BETA2), how is it done here Do i need 3rd party tools or can VS2005 work with these drawings Morten I do not believe VS provides any in-the-box tools for .DWG. I see nothing in the help. Visio was doing that for you in Office Apps, iirc. ...Show All

686970717273747576777879808182838485

©2008 Software Development Network

powered by phorum