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

Software Development Network >> Visual Studio

Visual Studio

New Question

Error when opening a VB.net project
Issues with dexplore.exe after installation of VS2005 and SQL Server 2005 Dev Ed.
Newbie Request - Custom Project Type, Managed Code, VS 2003
Can't uninstall MSDN Library for Visual Studio 2005 Beta
Error when installing VS.Net 2005 profesional edition
Examining the items in a solution
Question about line state stored after coloring a line
KnowType and MsmqIntegrationBinding
Installing Visual Studio 2005 on Windows Vista
WPF not working at all in a Windows Service?

Top Answerers

Jack J. Williams
Sandhya
Hugohugo37
corny_cory
Ron_
Transportation_Shane
Eddy Zhang
MOK123
isoandy
idrissbahhussein
Gruaz, Raphael
Only Title

Answer Questions

  • Andreas Goebel Reinstalling Visual Studio 2005 Beta-1

    Hi, my installation of VS 2005 Beta 1 expired, I want to keep using it but when I uninstall and reinstall I still get the "VS Beta has expired" message. Do anyone know some way of getting around without reinstalling Windows or installing the Beta 2. Thanks in advance. Sorry, there is no supported way to do this. ...Show All

  • Christopher Fleming ListView, I would like somthing like SelectionMode.None ?

    I know it’s a little odd. But is there a way to make the ListView “readonly”. I was thinking something in the line of: ListView1.SelectionMode = SelectionMode.None; I know I could just ignore the SelectionChanged event. But the problem is that the styling shows that an item is selected. Best regards,   Thomas S. Andersen   BTW, as a workaround I'm using this at the moment: ListView1.SelectionChanged += delegate ( obj ...Show All

  • URLmon Virtualizing Wrap Panel?

    I need to have a wrap panel for the ItemPanel with the virtualizing option. Why there is no virtualizing wrap panel. Do I need to create another View control for the ListView to show items one after the other or the wrap panel is the only solution without virtualizing Thanks I'm sure they'd love to provide an implementation of every panel in virutalizing form, but WPF is huge and they have to focus on deliv ...Show All

  • Baibhab Das Invoke off of the Action Pane's control is the answer.

    Using VST0 2005 with C#. I have an action pane that initiates a user request by creating a thread to query a web service. After the thread is created to do the work, the current (main) thread makes a progress bar visible and disables all action buttons and returns control to the excel application. The worker thread communicates with the main workbook via events. I have an event which signals the workbook that processing is done. At that time the ...Show All

  • tjk_2 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

  • Whatonly LogonInfo, linked parameters, different databases, subreports, Oh My

    I'm having a bear of a time getting reports with subreports to function correctly. I have followed all of the directions for logonInfo updates. The original report running under v9 only has to have the first four parameters filled, from there 9 other linked parameters are supposed to be filled. I started with code that we have in production (v9). This code ran fine when running against the server that the report was designed against. But when co ...Show All

  • Antonio_Taganini Access to report file denied.

    A Deployed ASP.Net 2.0 website with Crystal Reports viewer (Visual Studio 2005) causes the error below. Apparently, during its load process in creates a copy in the temp directory, but can't read the file in just created. Can I redirect where these files to be created in a specified directory so I can isolate the permissions needed to read the report. Does one of the IIS services need permissions Error in File C:\WINDOWS\TEMP\EmployeeF ...Show All

  • Vivek2 Grid as an ItemsPanel

    I have an ItemsControl that uses databinding with a Grid as the ItemsPanel. 1. Is it possible to set the number of columns and rows dynamically - for example from some static variables or through databinding 2. Because I haven't found a way to do 1., I have added the Row/ColumnDefinitions to the Grid element. But this results in a crash at run-time: "VisualTree of ItemsPanelTemplate must be a single element." Yo ...Show All

  • jkuster VSTO install balks at VS 2005 beta

    Sorry for the cross-post; I posted this in the VS forum as well. A few months ago, like everyone else, I installed the release version of VS 2005 Professional after having gone through the uninstall of the beta version. I recently downloaded the VSTO install, but it seems to think I still have betas for VS 2005 and VSS 2005 installed. I get the following message when I run setup.exe: Thanks you for particiapting in the beta program. You mu ...Show All

  • Chuck H database vendor code 4060

    I am having trouble with one report out of many that I have written so far. I have a .Net app using the crystalreportviewer. I set the logoninfo (which I have verified a dozen times as correct) at runtime and I still get the following when trying to run the report against a sql server database: Failed to Open the Connection Details: [Database Vendor Code 4060]   Now, according to SQL Server, this is an authentication error. Ho ...Show All

  • BAB Consuming MSSCCI provider from custom editor; problem with SccInitialize

    Hi I'm trying to write an editor (in C#) that would be able to connect to source control using MSSCCI, much like Visual Studio does. I've started by importing SccInitialize method from the VSS plugin C:\Program Files\Microsoft Visual SourceSafe\ssscc.dll. I can call SccGetVersion() and it works fine, but when I call SccInitialize, it returns -15 (#define SCC_E_NONSPECIFICERROR -15). SccInitialize populates and returns lpSccName (puts " ...Show All

  • JReddy Share and mulitple versions

    I've some questions about the correct steps to share a project. My team has several members, some members checked out files and add some new features which is going to release in next build and they will not complete and check in today, but I need to do a build today based on the current version. I get the latest version on build machine and compile the solution, then I label the project with 1.0, and share it as 1.1 in history dialog. After sha ...Show All

  • ankitshah112 IServiceBehavior.ApplyDispatchBehavior

    I am having a problem getting a reference of the EndpointDispatcher in the following method: public void ApplyDispatchBehavior(ServiceDescription description, ServiceHostBase serviceHostBase) { } Note that this reference is available in the IEndpointBehavior and IOperationBehavior methods. Thanks in advance for any help. Roman Hey Roman, Glad to have another plumber on board buddy ;-). Well.. AFAIK, the ...Show All

  • Sasikumardr How do I access child ui elements of a ListBoxItem

    Is it possible to get the child UIElements from a ListBoxItem created via a DataTemplate The Context property in this case is set to the bounded data object. Hi Cheesenhomer, Thanks for helping us understand your scenario. Our decision on where we go with the VisualTreeHelper depends a lot on what customers have to say about it, and on customer scenarios, so I appreciate you taking the time to let ...Show All

  • .NetAvoider May 2006 Linq CTP - Encountered error during switch over from the PDC CTP

    I had a perfectly working application using the PDC Sepetember 2005 CTP of Linq. I switched over to the May 2006 CTP. I get the following error in the statement: var m_C = from s in sp group s by s.ColID into g orderby g.Key select new {ColID = g.Key, RowCount = g.Group.Count()}; Error 1 'System.Query.IGrouping<int,Sp>' does not contain a definition for 'Group' Can someone tell me what I may be doing wrong Thanks ...Show All

111213141516171819202122232425262728

©2008 Software Development Network

powered by phorum