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

Software Development Network >> Visual Studio

Visual Studio

New Question

Test install on Sharepoint server?
child XAML as like Child window.
InnerChannel.SessionId always null on the client proxy
After linking Class Library: Microsoft.Common.targets
Custom Attributes with Lambda Expressions
Crystal Report Icon Not showing under ADD A NEW ITEM in Visual Studio 2005
[bug] wcf hangs indefinitely on complex type when returning (worked on feb ctp)
Error installing GAT on VS 2005 (German)
Which plug-in does VSS 2005 Client uses?
How to create nested context menus in the CTC file

Top Answerers

cessna172k
dpechter
TimSE
moker
Tore
chogye
vsnewbie
William Choong
BABUK-MSFT
Mike Wachal
Elatos web
Only Title

Answer Questions

  • PriyaGhosh Internet Connection in VS 2005

    Hi,       I just installed VS 2005 on my machine, but my online help cannot be accessed. I keep getting the message: "The request failed with Http Status 407. Proxy authentication required". IE on my machine does have proxy authentication. Is there a fix for this   Thanks, Arshad There's another case that I didn't cover in my post above:  If your proxy uses another authentication scheme, suc ...Show All

  • Gail Erickson [MS] Hosting xbap in a non-asp.net web site?

    Since it's a client technology, it seems viable that a xbap could be host in a non-asp.net (such as FreeBSD host)web site only if I added the MIME types. Is this true How can I do this Thanks! rather than using the exe extention, use the .deploy file type for executables on publish. This should resolve your issues. Yes, Jerod's advice is good. Also try running mage -cc to clear the ClickOnce applicatio ...Show All

  • CFO Possible permissions issue with IIS. Using VS2005, CR 10 SDK and report located on remote server

    With the following code: Dim serverName As String = "CRSERVER1" reportToView = New ReportDocument CrystalReportViewer.ReportSource = reportToView Dim mySessionMgr As SessionMgr = New SessionMgr() Dim myEnterpriseSession As EnterpriseSession = mySessionMgr.Logon( _ "ACCT" , "password" , serverName, "Enterprise" ) Dim myEnterpriseService As EnterpriseServic ...Show All

  • Jeremy Wu Report Viewer visibility question

    I am a newbie. at Crystal... When my CrystalReportViewer is displayed the Close Button is disabled and I can't close the viewer. The ShowCloseButton property is set to True, and the button is visible at run time but it is disabled. The only way to get rid of it right now is to kill the whole application. What am I doing wrong I also tried to set crystalReportViewer.visible = false at runtime, on the LostFocus event, but that event is no ...Show All

  • Thomas Root visualbrush and 3d

    I am trying to set the material brush to a visual brush cant seem to figure out,why I dont see anything < Window.Resources > < VisualBrush x:Key = " qaz " Viewbox = " 0,0,100,100 " Viewport = " 0 0 1 1 " TileMode = " None " ViewportUnits = " RelativeToBoundingBox " ViewboxUnits = " Absolute " > < VisualBrush.Visual > < TabControl Height = " 100 " Width = " 100 " Opacity = " 1 " > < TabItem > ...Show All

  • Finzzownt A blank grey window that won't disappear

    Hi, I've recently uninstalled vs 2005 beta 2 and installed vs 2005 rtm (team version). I've also installed sql server 2005 and the tfs client (refresh 3). Every time I open the VS IDE a floating grey window appears. Even when I close the window and reopen the IDE the window shows up again. The window also shows up every time I end a debug session (either by clicking on the stop button or ending the debug normally). No matter what ...Show All

  • SQL_Menace SVCHOST - Application error

    After running windows update on 4-19-06, I now find that there is an error when I use word 2003 or access 2003 software. The problem is the "open" choice from the menu bar. When you click on the folder or file, the application locks and must be terminated from the task manager. If the file is opened by a double click in "my computer," window it opens with no known problems. Can you offer a suggestion I have tried the knowled ...Show All

  • fgauer1 Document Explorer crashes

    Thought I'd start a new thread, since I'm using Visual C# Express, rather than full VS2005. Windows XP Pro SP2, Visual Studio 2003 Pro, SQL Server 2000 Developer Edition, Visual C# Express, Visual Web Developer Express, SQL Express 2005, MSDE. I also have Virtual Server 2005 SP1 beta installed. Problem just started this weekend. Whenever I click on any topic in the Index, Document Explorer crashes. I've tried Repair on Visual C# Express, Visual ...Show All

  • Sivakumar Narayanan Plans for dynamic cached lookup of DLinq Table classes?

    The video example includes a code generation tool that "may" become part of a future Visual Studio to generate classes to represent SQL Tables for DLinq. Someone has already posted a Code Smith template to do something similar. I'm interested in a run time capability that can reference tables by name and generate matching DLinq Table classes at runtime.  I work with systems that have tables whose information is often extended (so the Meta ...Show All

  • MD2000 Implement similar behavior as http:// address for Network File Path in word

    In word, enter http://cnn.com and then space. Word will underline http://cnn.com . Right clicking it shows a list of customized popup menu. Hover mouse over the text. A tool tip shows up saying "Ctrl+Enter to follow link". I would like to implement the similar behavior for Network File Path. Is this possible using a pure VSTO and managed code to implement it Thanks very much! Yuhang. It help ...Show All

  • Nuno31415 Forcing a break on __debugbreak()?

    I call __debugbreak() in Visual C code in Visual Studio 2005 to force a break in certain instances.  However, when I hit the call to __debugbreak() while running under the debugger, Visual Studio always displays a dialog that says: MyApp.exe has triggered a breakpoint. with Break , Continue , and Ignore buttons (the Ignore button is disabled).  I always have to press the Break button to break into the debugger, which is kind of an ...Show All

  • Nilesh Trivedi Clear Internet History

    I have a problem clearing my internet histroy. I know that I should be able to go to Start, Control Panel, Internet Options and then Clear History; Delete Cookies; etc. However, This is not working. When I complete these steps, the entire internet history still remains. Hello, You might try one of the IE forums for this, try one of the following: 1. http://www.microsoft.com/windows/ie/support/newsgro ...Show All

  • MuteThis Calling base properties from a [Column] property accessor in a derived class in DLinq

    Why does the following not work ... public abstract class DomainObject<TId> { TId id; protected TId IdBase { get { return this.id; } set { this.id = value; } } } [Table] public class Topic : DomainObject<int> { [Column(Id = true, AutoGen = true)] public int Id { get { return base.IdBase; } set { base.IdBase = value; } } } ... it fails with a TargetInvokationException: at System.RuntimeMethodHandle._ ...Show All

  • John Neighbors WCF Feb CTP/Windows SDK - InfoCard Sample

    Hi, I am trying to run the "Simple" proejct under InfoCard in Bindings\Basic\WS sample folders. The client has a reference to Microsoft.InfoCard assembly. I could not find this assembly on my machine. Does any know where should I get this assembly from Thanks. Raghu/.. Hi Raghu, On the Feb CTP build you should reference System.ServiceModel and System.IdentityModel.Selectors. You don't need a reference to Microsoft.InfoCard ...Show All

  • Dave Chamberlain Extending VS2005

    Hi all, I have a custom tool pane to aid in the documenting of our source code, but i have no idea how to read the line where the cursor is at in the editor, i need this to see what Methode or type i have selected.. Could anyone point me in the right direction Greetings Well i finally figured it out. If anyone was wondering how to do this: -> using Microsoft.VisualStudio.TextManager.Interop; IVsTextMana ...Show All

313233343536373839404142434445464748

©2008 Software Development Network

powered by phorum