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

Software Development Network >> Visual Studio

Visual Studio

New Question

ListView performance when resizing columns.
VS .NET 2003 Setup Failure -- Reboot requested
Keyword Expansion using Team Foundation Server?
Items and when are they filled
How do you vertically shrink detail section if all the values in a 2nd row of fieldobjects are null.
Getting orhan object
Animate GradientStop in code behind
More VSTO install woes
New to this - how to embed in outlook?
.NET-BroadcastEventWindow error on program termination

Top Answerers

ofir
HaggaiS
Aleniko
jtucker
lib_team
fsv
Adam Huang
anpatel05
Naokazu Tsukada
Michele Leroux Bustamante
ComputerZen.com
Only Title

Answer Questions

  • Setting the Listing File 2 Patterns for single Crystal Report (rpt) file

    Hi everybody, Is it possible to display two different pattern of reports and must be on separate pages First Page displays a summary, second page displays details and other info. Having problem doing this placing except for company details on page header and the rest on the Details part of the report. Pattern: First Page: Company Logo Company Name Company Address Statement of Acc ...Show All

  • Sanjeev K Purohit Searching Files

    Office applications such as word and excel have search capability built in.  So it is straight forward to find a text string in a files of those types.  What about an application like PowerPoint.  How would approach in software searching a PP files for a specific text string. Thanks, Fred H. Hi Fred, You can use the Find dialog box (found under the Edit menu) in PowerPoint just as you can in Word. Kathleen ...Show All

  • nkoranda Ordering Feature ?

    I could not find ordering a diagram in the class diagram like "send to back" or "bring to front", does class diagram even have this features Class Designer does not support this functionality in Visual Studio 2005. You might want to try Class Designer PowerToys add-in available at http://www.gotdotnet.com/Workspaces/Workspace.aspx id=fe72608b-2b28-4cc1-9866-ea6f805f45f3 - it enables th ...Show All

  • larr ANN: WPF Games Creation Tutorials - updated for Dec CTP

    All the tutorials serie about 3D and 2D games creation using WPF are now updated for Dec CTP. We have some new tutorials and demos available. Including "Click Once" demos... Go to the new homepage: http://www.dmu.com     Cool! You're saying something about "ClickOnce" demos ... you mean Web Browser Applications or regular applications deployed using ClickOnce Valentin ...Show All

  • MADsimptom How to Impersonate in wsHttpBinding?

    Hi I am using wsHttpBinding. I have used both kind of secuirty i.e. message and Transport. I wanna know how could i imperosonate the user in Windows message mode. How does this thing work, without Impersonation coz i tried calling my WCF service from remote system, it doesn't ask for credential.Then how does message authentication work without in SSPI mode. I have set Negotiations to true and also tried Message Behavious attribute Imperonatio ...Show All

  • smcer What action can change .dot file

    Hi, We've developed VSTO 2005 Word Application, which uses our own template file(xyz.dot). However, when users close the document, they get prompted for save of normal.dot file - WHICH we don't use in our application. This happens only for few users. (If they open normal word doc, there is no prompt). This is the sequence of events which happen in Doc_Load - Create custom toobar dynamically - Enable/Disable menu items , based on few ...Show All

  • Prachi Tyagi Remote access timeouts in VSS 2005

    Hi, I'm setting up a VSS2005 database. It is accessible with http. For small projects it seems to work fine, but when we try to add or open a larger project, the webservice is throwing errors, wich state it are timeouts. I'm looking for a solution to this problem, or a setting to make the webservice timout a higher value. I hope someone here can help me with that! thx in advance. Ivo I too am experiencing tim ...Show All

  • Gilles Lafreniere Query over a DataSet

    Hello, I have a simple question: Is it possible for query over an existing DataSet using LINQ Sepose I have a DataSet already loaded with tables and DataRelations, can I query over this DataSet just as I query using SQL over a Database  One more thing: Is it possbie to convert the result of the query into a new DataTable so it wll be easy to transport this table to another tier of my application in a N-tier applcation   ...Show All

  • lerm my vs.net version

    i have Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 Microsoft Visual C# 2005 77626-009-0000007-41370 Microsoft Visual C# 2005 and I run Install Visual Studio IDE Support.cmd from \Program Files\LINQ Preview\Bin and completed successfully but my Visual Studio IDE still does not suuport so please help me I know that I am a disturber man I am sorry Please help! ...Show All

  • sensores HELP PLEASE: Where is Microsoft.ReportViewer.ProcessingObjectModel.dll?

    Where is Microsoft.ReportViewer.ProcessingObjectModel.dll Its' not on my B2 system, though the other two are. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.ReportViewer.Common.dll C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.ReportViewer.WinForms.dll ... No ProcessingObjectModel.dll here It does show in the GAC,  and it d/n show in the list of avaialble .NET assemblies to ref. Is this error related to the abo ...Show All

  • DGB Problem using PIA interop Assemblies for Modules and Forms in an Access Database

    Hi, I'm trying to copy from a database to another, modules and forms. here is the code I am using, For i = 0 To appAccess2.Modules.Count - 1 ListBox1.Items.Add("Modules " & appAccess2.Modules.Item(i).Name) appAccess2.DoCmd.CopyObject( updated, appAccess2.Modules.Item(i).Name, Microsoft.Office.Interop.Access.AcObjectType.acModule, appAcces ...Show All

  • gteddy Failed to Create Class Error

    I Working with Visual Studio 2005 Standart Edition (Academic edition, EN), and i got every time i want to create a new Class in the classdesigner an "Failed to create class" error. Drag and Drop classes from the Classview or Files form the Solution-Explorer works without problems. It was a clean Installation, no Beta2 install. Only Windows XP SP2, Visual Studio Express C# Germ ...Show All

  • cythe Refreshing PLKs

    Hi, We recently obtained a set of PLKs, but need to refresh the information due to some changes (need to switch from VS 2005 to VS 2002 as minimum level) and obtain a new set.  How would we go about achieving that Maybe that is the case.  That would, however, imply that there is no way to retain a product's name beyond a single version, no   For example, how would you go from version 1.0 to 2.0 ...Show All

  • poor man Anonymous Methods and LinQ

    LinQ provides query language for our collections as far as I understood, And by the way in c# 2.0  there is Anonymous methods which provide us using closures as functors. Did anybody have issues with Anonymous methods Why did they introduce LinQ what is the best way to select elements of a list that satisfy a given predicate LinQ or Anonymous Methods using closure sorry I am kind of confused. Don't you mean "feels much less c ...Show All

  • Talljames Upgrade to VB.net 2005 gives - the given assembly name or codebase was invalid

    Just upgrading a VB.NET COM enabled DLL (class library) from VS 2003 to VS 2005 I am getting this error message... Error 1 'The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)' C:\company5\BusClassNET04\LC companybusinessclass5 The file LC does not exist Another similar project compiles OK so I am really confused as to why this is happening. I have tried shortening the assemb ...Show All

555657585960616263646566676869707172

©2008 Software Development Network

powered by phorum