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

Software Development Network >> Visual Studio

Visual Studio

New Question

What is the best way to send large data from WCF service to Client
unhandled FaultException
Help Needed: Smart Tags in Excel and Recognising cell formulas?
visual studio 2005 c# product key
Extending VS 2005 - Solution Explorer
DataContractSerializer Configuration Error
can vs2005 work visio2003 ? i want to reverse my work
Performance WCF vs .NET remoting
Security diff between ReportViewer & ReportManager
Normal.dot changed when opening word..... WHY??

Top Answerers

Pellaeon
hagan3
FigBug
AntonyClark99
brsrkr
Vance
Arvid
Pete Morrison
MartinY
Stumkar
WaVeNet sprl
Only Title

Answer Questions

  • leedt Tools.InstallCommunityControls and multiple installs

    I'm using COM code to register a set of controls I've manually copied into the Controls folder of My DOcuments\Visual Studio. o = CREATEOBJECT ( "VisualStudio.DTE.8.0" ) o.ExecuteCommand( "Tools.InstallCommunityControls" , "" ) Registration works, but if this command is called more than once the controls duplicate everytime. So if I register controls and some other set of controls was alredy installed I'll du ...Show All

  • Kromek "The operation could not be completed" error when using VSS.

    I have VS 2002 installed with VSS 6 which used to work fine until installing VS 2003. Now when I check something in/out of VSS in VS 2002 I get an error saying "The operation could not be completed", although I get this error the item is checked in/out ok. I haven't been able to try this in VS 2003 to see if I get the error because we currently don't have any 2003 projects. Could someone let me know what's causing this error and how to fix it ...Show All

  • sujith Error "CallbackOnCollectedDelegate was detected" found in VS2005(final)

    could any one help me with following error: when i run an vb.net 2005 application with embeded crystal report and get following error message: "CallbackOnCollectedDelegate was detected Message: A callback was made on a garbage collected delegate of type 'CrystalDecisions.ReportAppServer.DataSetConversion!CrystalDecisions.ReportAppServer.DataSetConversion.DataSetConverter+CrdbAdoPlusDelegate::Invoke'. This may cause application crashes, corrup ...Show All

  • Rahul Kumar moving files

    Hi developers, How can I move files from one location to next thank you Options: Install & use the previously mentioned MSBuild Tasks from tigris.org. Documentation & examples are installed with the assemblies. Write your own custom Task to do the job All of the above I suggest #3. There's so much basic functionality missing from MSBuild that you just cannot avoid building ...Show All

  • Headhunter Microsoft Document Explorer cannot be shown because the specified help collection 'ms-help://MS.MSDNQTR.v80.en' is invalid

    I have installed a RC version of VS Team Suite along with full MSDN installation. After completing installation, I'v got " Microsoft Document Explorer cannot be shown because the specified help collection 'ms-help://MS.MSDNQTR.v80.en' is invalid " error when I have tried to access it by doing "Start" -> "All Programs" -> "Microsoft Developer Network" -> "MSDN Library for Visual Studio 2005" When I accessed it from VS ...Show All

  • Trinh Ng. No more setup program in Add-In Template?

    Hello all, I'm porting an Add-In from Visual Studio .NET 2002 (non-managed ATL code) to the new 2005 edition. If I take the old Visual Studio .NET 2002 project, convert it to 2005, modify it to compile without errors, and run the old setup program all goes fine, but Visual Studio cannot even see the Add-In. So I tried to re-create the solution from scratch. But with previous versions of Visual Studio, the solution created with the Add-I ...Show All

  • MaryJaneF Unable to debug System.Net.DigestClient throws an exception

    I converted a VS2003 application to a VS2005 application. I have no errors and no warnings when I compile. When I attempt to run I get the error:   Unable to start debugging on the web server. The type initializer for 'System.Net.DigestClinet' threw an exception. Any thoughts on how to fix this Yes I also made an IIS based application starting from scratch. I made a watered down version of what m ...Show All

  • Inetcor Zip task not given required parameter

    Hi, I'm trying to use the zip functionallity of Microsoft.VsSDK to zip my project files directly under VS. Similar to the IronPython project sample. But I'm getting the following error: Error 67 The "Zip" task was not given a value for the required parameter "ZipName". ProjectTest I've added the following to my csproj file: <Import Project="Tools\Build\Microsoft.VsSDK.targets" /> ANd < ...Show All

  • beginner_kk Selection.PasteExcelTable not working correctly the first time it is called

    Hi, There are specific circumstances under which Selection.PasteExcelTable does not behave as expected the first time it is called. The following are the steps to reproduce it. In a Word Template project, add the following code private void ThisDocument_Startup(object sender, System.EventArgs e) { UserControl1 userControl = new UserControl1(); userControl.button1.Click += new EventHandler(userControl_Click); this.ActionsPane.Contr ...Show All

  • geppy19 CreateNewWorkItem fails, thus failing the build

    Our team build fails due to a number of problems. Apparently, MSBuild tries to add new work items for these build failures. However, adding these work items fails also. I have included the corresponding snippet from the build log: Using "CreateNewWorkItem" task from assembly "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\Microsoft.VisualStudio.Hatteras.MSBuild.dll". Task "CreateNewWorkItem" C:\Program Files\MSBuild\Mic ...Show All

  • VinceVega Using svcutil /dconly on 3rd party schema

    I am trying to create a data contract based on a 3rd party schema and am having no luck. Here is what I tried and the results that ensued. %program_dir%\svcutil.exe /dconly /l:cs /d:%output_dir% /o:%outputname% %files% ------------------- Original schema ------------------- Error: Type 'AbstractLocation' in namespace cannot be imported. Abstract on type is not supported. Either fix the schema to conform to DataContract type rules ...Show All

  • Mamta ListView performance when resizing columns.

    Hi, I'm using the ListView control with a standard GridView. I have about 8 columns bound to a DataSource (which inherits from Collection<T>) using aDisplayMemberBinding for each column. I don't give a CellTemplate - I just let the GridView display the values as Text. My problem is with Performance. I have about 250 items in the Grid (I'm going to need up to about 600), and yet already the performance is not good: specifically with r ...Show All

  • HenLen77 Interfaces as a solution to n-tier and other issues

    In making a type serializable, we have two options: via attributes such as [Serializable] / [NonSerialized], or by implementing interfaces such as ISerializable and IDeserializationCallback. It would be nice if we could have the same two options when writing an entity class – either using attributes as in the current DLinq preview – or by implementing a set of interfaces. This would solve a number of isssues: ...Show All

  • ravievg VSS 2005 Option not appearing in the VS 2005

    Hi, I just have installed visual Studio 2005. I have been able to convert an existing VS 2003 code to VS 2005. The project was consisting of several projects under one project. The project resides on a development server where VSS 6.0 server is installed. When I converted the code, the system gave a message that the project appears to be under source contol but the binding is missing and converted the code successfully. I then tried to add ...Show All

  • TPM01 VSS shadow folder permission problem

    Hi, I want to apply source control on a shared folder sitting on one of our servers. I used shadow folders to reflect the changes whenever somebody checks in, and it works fine. However we have templates (.ascx) files in this shadow folder and when we try to load these templates from ASP.NEt we get permission errors. Is there any other way to reflect the changes to a shared folder Thanks Ye ...Show All

192021222324252627282930313233343536

©2008 Software Development Network

powered by phorum