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

Software Development Network >> Visual Studio

Visual Studio

New Question

Impersonation is ignored when debugging a WebService (VS 2005/.net 2)
Graphic shrinks in size when run outside of Visual Studio 2005
ListObject - ListColumn Caption
the "New" operator in VB 9 LINQ
Excluding generic base type from proxy generation
YES ITS A BUG! -- Bug Caching Non-DataSet objects in ServerDocument???
Should I use the Constructor, the Initialized or the Loaded Event?
Exception loading a window
VS 2005 unable to start debugging because MSVSMON.EXE failed to start.
ListView selection

Top Answerers

simserob2
lindylars
Spangeman
PaulGauthier
little_Attila
cccTom
Andy Engle
ea1
JeffBoneHead
khushboo Sharan
Bitplane
Only Title

Answer Questions

  • Vinh Nguyen Van Group by count

    This is my query select TagId, count(TagId) from ProfileTags Broup by TagId I tried to translate this query in Dlinq as: var q= from t in db.ProfileTags group t by t.TagId into g select new {TagId=g.Key,Count=g.Group.Count()}; but it results in the folowing compile error: Error 49 The type arguments for method 'System.Data.DLinq.QueryExtensions.Count<T>(System.Data.DLinq.Query<T>)' cannot be inferred from ...Show All

  • H.Ashok App Manifest > Deployment Manifest Question

    As I understand things, the application manifest contains 2 <installFrom> tags: * The first of these tags is required and appears in the <dependency> element. The codebase attribute points to the customization assembly. Any environment variables (i.e., %windir%, %appdata%, etc) in the path will be expand by the VSTO runtime. * The second of these tags is not required and appears before the closing <assembly> element. The ...Show All

  • Ganeshkumar S JPEG Keyword information

    Hello everybody, I was looking into Digital Image Suite 2006 and noticed that even when you copy JPEG files within Windows Explorer, Digital Image will remember whether your keyword "Paris" was referring to a person or a place. Upon further inspection I noticed that the JPEG file was embedded with this information in XML format, though you could not see this information by viewing the file's properties through Windows Explorer. ...Show All

  • Xiao Feng Report Viewer Control for Visual Studio 2003?

    Will a Report viewer control be available for WinFoms applications that are created in Visual Studio 2003 We have a large project that would like to utilize SQL Server 2005 and the WinForms Report Viewer control for local reports, but not want to have to recompile the project at this time to VS 2005. Thanks, Jeff Unfortunately, no. ReportViewer requires .NET version 2.0. ...Show All

  • CJF bind excel sheet with database without using typed dataset.

    Hi, I am using VSTO with VS.Net 2005. My problem is that I want fill the excel sheet with the database at the startup but not directly with typed dataset created through wizard (Actually I dont want to use wizard, I want to write code as with VS.Net 2003). Is there any example or any webcast there for creating a data access layer in a class file and then binding the excel sheet from this class at the start up. Any one have any idea re ...Show All

  • RainerE VS 2005 Beta 2 Images not showing

    I'm using VS 2005 Beta 2 on Server 2003, IIS 6 and embedded images in crystal reports show a red X when browsed.     To remedy the problem, I found that if I setup a virtual directory (in the root directory of my site) to the root directory of my site and labeled it "data."   When I browse that site (https://mysite.com/data), the image works and the properties of the image are:   https://mysite.com/data/CrystalImage ...Show All

  • ralphje FileStream transfer

    Hello!   Which is the easiest way to transfer file stream from server (service) side to client side   Thank you in advance.   Best regards, Saso Sure.  [ServiceContract()]  public interface ISoftwaremakerSongService  {  [OperationContract()]   Boolean Upload(Stream fileStream);  } ---   public Boolean Upload(Stream fileStream)   ...Show All

  • guy kolbis Bug fix request

    Hi; There is one bug I hope gets fixed in Office 12. (Fixing it in a service pack for Office 9 - 11 would be really nice too.) Sometimes the menus I add to Word stop calling my event handlers. A very easy way to see this happen is open two instances of Word, close the first instance of Word, then close the document (but not Word itself) of the second instance. The menu objects will now fault if you access the enabled property and they will no lo ...Show All

  • Roxane Kouassi Where can I find the @ServiceHost directive attributes?

    Hi Can anyone tell me where I can find the list of what attributes can be specified in the Service host directive for an svc file <% @ServiceHost ... %> Language=C# Debug="true" Service="typename" Factory="typename" CodeBehind="pathstring" unfortunately we don't have MSDN doc on ths topic,recently i had same experience,our SDK team working on this d ...Show All

  • ASPnix VS2005 Beta2, ReInstall Error, Endless

    Hello,  i have Problems with vs2005 beta2 after first try of installation. 1. Install was stoped with Problem with SQL Express Server, 2. deInstall VS2005beta2 over Software.. OK 3. Reboot 4. Try to Reinstall Vs2005beta2 but every time i see only the Msg: last Installation was failed try to remove old Installation. 5. i have try the vs_uninstall.exe -> not better, can any one help me to solve this problem i have several log files in t ...Show All

  • Geokri GAT fails to install, claims GAX is missing

    I've had to rebuild a development machine here. I now have the machine almost correct, but GAT is failing to install. I have VS2005 Team Suite, VS SDK (Feb release), GAX (Dec release) and I'm trying to install GAT. GAT is failing to install telling me that the guidance automation extensions are not installed. However running the extensions installer again tells me that it is installed, and the repair function does not report any problems. Any id ...Show All

  • Niall Gordon Document Explorer not finding local docs any longer

    The Document Explorer (accessed directly or from the VS IDE Help menu) was working fine for a couple of weeks. It no longer finds anything under Local Help when I do searches via the "Search" tab (visible at the top of the content pane). I'm fairly confident that the problem started when I installed SQL Server 2005 Integration Services locally. I installed nothing else from, including SQL Server Books Online. All of the SQL Server docs had alre ...Show All

  • Yuvalch How create an Emf file ? Extending notation with icons

    Hi Guys I was working on the last CTP and I am facing some problems when i was extending notation with icons. The icons should be emf files, is it right As I dont have an emf image editor and i didnt find it, I tried to draw some bmp files then rename them to emf the icon appears perfectly, but when I try to save the file, it generates an exception. Does anyone know a editor or emf files or a way to fix it Thanks Luiz Ricci Thanks a L ...Show All

  • SPK Debugging your packages.

    The solution built by the Guidance Package toolkit doesn't let you debug your package easily. First, check out my other post about "Making buiding faster". If you do what I say in that post, you will have the single package project in your solution. If you don't then you have to make just make the package project the Startup Project. Make sure your in "Debug" not "Release" mode. Go to Properties and pick the Debug tab on the left. Change the Sta ...Show All

  • PhilSmith Just Completed a Conversion From an Imake-based Build System Over to MSBuild

    Some stats up front, the old system was comprised of 37 Imakefiles with 2333 lines altogether.  The msbuild system has roughly the same number of MSBuild project files (.csproj and a single .targets) with a total of 2022 lines.  The cool thing is that even though none of these are C# projects I can use a .csproj file and trick VS 2005 into building the MSBuild projects for me.  WRT build times, MSBuild appears to be a bit slo ...Show All

686970717273747576777879808182838485

©2008 Software Development Network

powered by phorum