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

Software Development Network >> Visual Studio

Visual Studio

New Question

VSS 2005 Option not appearing in the VS 2005
VS Web Site Project
Forcing a break on __debugbreak()?
What Kind of things can I do with VSTO?
Set up VSS so all files checked in before final release
November CTP - missing Microsoft.WinFX.targets
LINQ syntax in VB.NET
ERROR: setup project - crystal report - c# - HELP ME
automating Excel
excel vsto workbook appln

Top Answerers

Shahid Idrees
AbsentFriend
Kunal Yadav
Miyamoto M
Mustafa AYGUN
teresal
byang
iowacbr600f4guy
Ralf_Vienna
Kenneth MacDonald
Lemga: Learning Models and Generic Algorithms
Only Title

Answer Questions

  • cmh322 Replication of two VSS-Databases by using archiv and restore

    Hello, we use two different VSS-DBs on two computers with virtually the same contents. These computers are only connected to replicate these contents. In meantime changes made to both DBs but not to the same projects in each DB (this is ensured by checkin out each project in one of the DBs). To replicate a specific project (the more recent is by definition always the "master") we archived the more recent projekt in one DB and tried to restore th ...Show All

  • Khalnayak can't use the Http test page about the indigo(Feb,2006 CTP)

    When i have built the Server successfully in the Feb,2006 CTP. I use the http protocol,but when i type the :http://localhost:3721/HelloWorld/ IE,it will show error message ,doesn't show the indigo test page: HTTP 500,internal server error I have closed the firewall. Below is the source code and config file. why thanks a lot~ Waiting~~~ ----------------------------------------------------------------------------------- ...Show All

  • scudrock Feb CTP, XAML error in new project

    I just installed the February CTP of WinFX and Windows SDK. The optional of the Visual Studio "Orcas" CTP. Try to create a new WindowApplication with XAML and visual studio 2005 RTM keep saying the type 'Application', 'Application Resources', 'Grid' cound not be found Does anyone know what's this issue about. I have the same problem. On top of that, it seems that everything related to resizing causes ...Show All

  • Peter Cox New Way automation Installing Crystal Report Runtime on a web server (VS2005 beta2)

    Hello. Is there a way to install the CR runtime (Visual Studio 2005 beta 2) on a server I have create a aspx application, but I can't use it on my web server because the CR files are not installed. Thanks. Thank you, just what I needed. But one problem lead to an other... On the server, the report works fine for 2 or 3 times then the aspx page hang, it seems to wait for something.  No error messages. ...Show All

  • elect_son control template question

    If  I have the following template, how to refer to 'sv1' when the button is clicked < ControlTemplate > < Border   CornerRadius = " 10 " Height = " 300 " Width = " 200 " > < StackPanel Orientation = " Vertical " > < RepeatButton Style = " {StaticResource upbtn} " /> < ScrollViewer VerticalScrollBarVisibility = " Hidden " HorizontalScrollBarVisibility = " Hidden " x:Name = " sv1 " > & ...Show All

  • IO95 Visual inheritance planned ?

    Hi all, Is Visual Inheritance (like Windows Forms) a planned feature of the VS2005 WPF implementation Thank you. No, it's not planned for WPF version 1. Definitely on our wish list for future versions, but we didn't have time to do it right this version. you won't get them done in the same way as it was done for WinForms, will ya :) We are not planning to suppor ...Show All

  • MatthewR Analyze Message: The NameSet Information for File Name is corrupt

    Hi, I have to maintain a SourceSafe database with Japanese content. First I let run the Analyze Tool with the options -f -c -d -v4. To check the status of the database I let run the tool again but only with the option -v4. After the second run there are still a lot of error messages of the same type, e.g. The NameSet Information for cmd.exe_ O I V [ g J b g.lnk is corrupt. According to the KB article 152807 the above decribed procedure is exa ...Show All

  • Ake Using TcpClient to access a WCF endpoint

    Hi, I have a created a basic WCF service with fallowing contract. [ ServiceContract ] public interface IDumpService { [ OperationContract (Action = "*" , IsOneWay = true )] void Dump( Message msg); [ OperationContract ] void DumpString( string msg); } I used NetTcpBinding or CustomBinding ( with TcpTransportBindingElement & BinaryMessageEncodingBindingElement ) Now on the client side ...Show All

  • pmela Using MSDN Library of January 2005 witht Visual Studion 6.0

    Hi all, For reasons of compatibility, I am still using VC6.0.  Until some time ago I was using the old MSDN Library of July 2001. So I had a context help on coding items by typing the "F1" button. Now, with the MSDN Library of January 2005, Visual Studio says "There's no MSDN Library indstalled". How can I integrate VS6 with the newest MSDN Library I appreciate any help. Thanks in advance, hajure. Unfor ...Show All

  • jrboddie VBA Item vs get_Item in C#

    Hi, We have two dev environments in C#.NET(one machine has office XP and the other has 2003). We imported some code for Word automation from VB6. Now, for the two environments we get different compile errors: For example, if I am working with FormFields or Bookmarks, I can use '.Item' in the XP machine whereas I need to use '.get_Item' in the 2003. I know this is becuase of the Interops, but there must be a way to write consistant ...Show All

  • Patrick Barnes XAML app: what should I install?

    Greetings, new generation developers! I want to develop a application capable of showing a XAML interface. I've been doing some  research and it seems I have to install the following components (in this order): Visual Studio 2005 Beta 2 WinFX Sept CTP Runtime Components WinFX Sept CTP SDK WinFX Sept CTP Extensions for Visual Studio I already have VS2005 Beta2 in my machine, but when I try to install the WinFX Runtime Components (i ...Show All

  • cmtytest2 Fatal Error HXC2064: Unable to initialize the full-text index engine. Reason code 205.

    Hi, I cannot compile Help 2.0 files anymore. Whether I use NDoc or HelpStudio, I got the following message : Fatal Error HXC2064 : Unable to initialize the full-text index engine. Reason code 205. I have found this FAQ http://helpware.net/mshelp2/h2faq.htm#HXC2064 and tried to register the listed dlls without success. The targeted assembly is small and do not contain tons of comments. Any ideas Gildas Gildas: ...Show All

  • TJ23 Printing Reports: Layout help

    Hello, Having created a report and set the page size and layout without any problems when printing the report each page is divided down the middle. This results in the report effectively separated into two smaller tables. I am unable to find any options to change the print layout either in the preview pane or anywwhere else. Thanks Hello Long, All the sizes are set appropriately and the report app ...Show All

  • Whofungpoo Server Error in '/ServiceModelSamples' Application

    Hi! I am new to WCF programming an struggle to get the Calculatur service running in IIS 5.1. I can't figure out what is wrong Accessing http://localhost/ServiceModelSamples/service.svc gives the following error message: Server Error in '/ServiceModelSamples' Application. Can you check and make sure the Virtual Directory that hosts the samples application is set up correctly with IIS - Open up the IIS Manager MMC - Locate the " ...Show All

  • Ravindran GG XLinq and OrderBy

    I am struggling with the order by clause in VB's implentation of XLinq. The use of the "It" keyword seems somewhat arbetrary and may be the source of the problem. Consider the following LINQ query that works correctly (yes, this is using Northwind) Dim filtered = Select e.FirstName, e.LastName, e.Orders, e.Orders.Count _ From e In Emps _ Order By it.Count Descending I try to do a transform to XML (using the VB literal ...Show All

96979899012345678910111213

©2008 Software Development Network

powered by phorum