Software Development Network Logo
  • Visual Studio
  • Smart Devicet
  • IE Development
  • Visual C#
  • Audio and Video
  • Windows Forms
  • Windows Vista
  • Visual C++
  • Visual Basic
  • SQL Server
  • SharePoint Products
  • Game Technologies
  • VS Team System
  • Visual FoxPro
  • Microsoft ISV

Software Development Network >> Visual Studio

Visual Studio

New Question

Is IntelliSense going to be fixed?
VS 05 SP1 installed but not showing....
How to return datatable from a typed dataset using WCF service and Jun CTP ?
Is this a defect?
Visual Studio 2005 Debugger cannot watch static class variables when /clr switch is on
Aggregation Without group by
[VSTO V3 / Office 2007] Adding an image to a Picture Content Control ?
Exceptions thrown in Interceptor never reaches the sender
Dynamic Property names in the property windows
DExplore "favorites.xml" - how to launch DExplore with new favorites location?

Top Answerers

Sharma Rajat
lord_8
d holdsworth
Han Qiao
Ecrofirt
BSolveIT
Buddhika Jayawardhane
jklegseth
BobP - BIM
easlern
sitemap
Only Title

Answer Questions

  • Luis D. Rojas In 'Show History' From and To fields does not work with the L (label) option

    I am using Vss version 6.0d client with same database. In the database i have several projects. When selecting a project and select Show History, I am searching for sources with a specific label. Therefore I enter the Llabel in the To and/or From fields in de dialog box but I always get the error that NO ITEMS IN THE LIST. I have verified that the label I have entered does exist on several sources. I also tried case sensitive, -L, command line arguments but nothing seems to work. Can anyone please help me out Many thanks in advance. Rob If you request the history without any To or From values, do the labels appear in the History dialog as expected ...Show All

  • Leed3 HELP!!! error 25007 while i install visual studio 2005,how can i fix it?

    i corruptted a critical problem while installing visual studio 2005 pro. in my en_xp with sp2 and all updates. while i tried to install that visual studio 2005 sp1(beta), the install wizard told me i got a not enough space in my C:/ drive, so i rolled back it. however, someone cancel it while it rollbacking, while i tried to open the existed visual studio 2005 to write some code, a error happened, so i decided to reinstall the visual studio 2005. Before that, i uninstall the Document Explorer and XML 6 parser ,also .net framework 2.0 and all components of visual studio 2005. even more, i deleted the C:\assembly folder. i cannot bear that just. However, while i reinstall the visual studio 2005 pro. it runs into a critical error ...Show All

  • Chouproute Studio 6 and SourceSafe 2005: Can't see that file is checked out

    A few pointers on this issue would be greatly received. We have finally managed to implement 2 developers connecting to SourceSafe 2005 using Studio 6. One developer is connecting to SourceSafe via HTTPS and the other is connecting via the LAN. My problem is that when the other developer has checked something out I have no visual indication in Studio 6 that I will be unable to check out the file. I have to try and check it out and hope it is available. I am assuming there should be an icon next to the file to indicate that another user has it checked out. Am I wrong Any help would be appreciated. Lee Thanks for the reply Nitin, I had tried your suggestion but that still did not refresh the ...Show All

  • Leon Mayne Pre-Configure report viewer

    Hi all, I already have an application that generates reports correctly. I want to know how I could pre-configure report viewer control with page type to A4 and launch the printer dialog directly with code. Best regards and thanks in advance. ...Show All

  • JerryMcR Success! Setup.exe Error in VS 2005

    I'm having problems installing Visual Studio 2005 on a system that already has VS .NET 2003 on it. I have read a number of posts here but nothing I've tried has resolved the problem. Any help would be appreciated. I've tried this install from both the MSDN CD's (2 disc set) and an ISO image on DVD. Installs from both media failed. The setup.exe installs all of the components including the Framework 2.0 and the Document Explorer successfully, but when it attempts to install the actual Visual Studio 2005 component it fails. I have performed a clean boot (XP SP2), cleaned out the users temp directory, ran "installer" and removed any reference to Visual Studio 2005, and ran the "uninstall tool" for beta's (did not find a ...Show All

  • Todd Jaspers SKU011.CAB solution

    Go into Registry Editor (Start, Run, "regedit"). Go to HKEY_LOCAL_MACHINE, Software, Microsoft, Office, 11.0, Delivery. There should be only 1 directory under Delivery, which is your DownloadCode (mine was 90000409-6000-11D3-8CFE-0150048383C9). Select that directory. On the right side of the screen, right-click on CDCache. Change the value to 0. honestly works with out a hitch. I followed your directions but was unsuccessful!! There is as you indicate only 1 directory under delivery but the number differs from yours - however on the right side of the screen under DownloadCode that number is the same as yours. I am puzzled as I was under the impression the directory under Delivery would be the same as the number on ...Show All

  • bevis61 Get list of file check in dates programmatically

    Hi, Is it possible to get a list of dates when source code was last checked in by code I know we can look through the source safe GUI, but we have several projects. I would like to make an application to search for files that haven't been checked in for a long time so we can find out why. We sometimes have trouble getting all of the code checked in by everyone so we want to find out who isn't checking in the changes they made or if certain projects aren't being checked in for an extended amount of time before its too late. If we are getting ready for a release we will know which projects in VSS were modified and then we would compare the last check in date to the earliest the changes could have been made. Ideally, this would tell us ...Show All

  • tkrasinger How to merge 2 Word docs, and also 2 Powerpoint presentations?

    Hi, Not sure how to go about doing this one: I've got 2 word documents that I want to merge into 1 document programmatically, using .NET - any thoughts I also need to do the same for 2 Powerpoint presentations Thanks Not sure what office version you're using, but a VSTO Word Application Add-in would work well in your case: One way: At system start-up, you could do something like Open Document 1 Open Document 2 Create new document (this is the document into which both will be "merged") Select Document 1 and copy Select new document and paste Select Document 2 and copy Select new document and paste Save New Merged Document All of this can be accomplished via VSTO ... Hi Nea ...Show All

  • JimT Utah Problem with Faults

    I'm have quite a time with Faults. I defined the following custom fault: Fault Contract: Did you try prefixing your catch type with a fully qualified name As in: catch (FaultException<MyProxyNamespace.InvalidCredentialsFault> ex) { } Regards, Matevz. Here is what the proxy looks like: [System.CodeDom.Compiler. GeneratedCodeAttribute ( "System.Runtime.Serialization" , "3.0.0.0" )] [System.Runtime.Serialization. DataContractAttribute (Namespace= http://XXX.PhoneAPI.FaultContracts/2007/02 )] [System. SerializableAttribute ()] public partial class InvalidCredentialsFault : object , System.Runtime.Serialization. IExtensibleDataObject { [System. NonSerializedAttr ...Show All

  • C4702 Assembly not being loaded with MS-Word

    Hi All, I am using ServerDocument class to add customization to MS-Word and MS-Excel Documents. I have a requirement where i need to put and accesss these documents with .Net assemblies from a web server. In the .Net assembly to-be-attached with the document, I am displaying a Custom Task Pane to do some tasks. After attaching the assembly to the documents. i could see the respective entries made in Custom XML parts in case of both Word and Excel documents. Now, while the Excel file is being loaded properly along with the Task Pane, Word document loads without it. It does not even give any access denied or any other error. Please note that the assembly has been given full trust on the client machine. I am using VSTO June CTP edition with ...Show All

  • Don Higgins Reading and Writing image "Rating" metadata

    I'm looking for a way to read and modify "Rating" metadata that Vista uses to rate image files. I'm able to read the rating although I noticed that the rating is written in several places in metadata... and I'm not sure which Vista is using... it looks like all of them are changed at the same time and are kept in sync... so do I have to modify all of them to keep them in sync /xmp/Rating / xmp/xap:Rating /app1/{uint=0}/{uint=18246} When I'm trying to modify the rating... nothing happens... I'm using this code Stream fileStream = new System.IO. FileStream (path.LocalPath, FileMode .Open, FileAccess .ReadWrite, FileShare .ReadWrite); BitmapDecoder decoder = BitmapDecoder .Create( this .fi ...Show All

  • MunishGupta WPF vs. JSP (WPF from Apache / Interop with Oracle Database)

    Hello, I am looking into creating a JSP web app that must interact with an Oracle database and have been reading up on WPF and is wondering if it would be possible to do the same thing using WPF instead Would this be considered a XBAP Would it be easy to run this from an Apache server And very importantly, would the XBAP be able to interact with an Oracle Database Thanks, littleflsh I believe XBAP applications communicate with their server using web services, so there would be no problem writing server-end stuff to talk to an Oracle database, either via the ADO.NET provider if serving using .NET and C#, or the web service implementation language of your choice if you want more server flexibility. ...Show All

  • bayito The certificate must have a private key. The process must have access rights for the private key.

    Hello All, I used makecert to generate a certificate named 'ServiceModelSamples-HTTPS-Server and installed it in LocalMachine\My store on the server. I used the FindPrivateKey utility to find the keyset file and gave full control to NetworkService, InternetGuestAccount and ASPNET machine account. I installed the certificate on my client machine as well in CurrentUser\Root as well as LocalMachine\My. My service is hosted in IIS and I have enabled 'Anonymouse Access' to the virtual directory and checked 'Accept Client Certificates'. I can browse the svc file to view the wsdl from the client machine. However, I get the aforementioned error when I run my client app and make a call to the method using the service proxy. My client ...Show All

  • vishal kumar singh MSDN Library Install

    During VS 2005 setup, MSDN library install the first disk, shows "finished", then doesn't ask for other 2 cd's. What am I doing wrong Todd Perhaps nothing depending on the selections you made during the install. If I recall correctly, one install mode leaves most data on the DVDs and only installs the indexes etc on to your hard disk. This saves space of course but leads to you having to insert disk 1 or disk 2 or disk 3 to get the actual content you want to read. If you installed in that fashion then it would not be surprising that you only used disk 1. If that's what you intended then you didn;t do anything wrong. If you've got disk to spare and wanted all the content on yo ...Show All

  • cblaze22 script for Clean build

    Hello guys, I am new to MSBuild. My problem is that i am writting a script which build all the projects in particular folder and i set its configuration property to "Release" at command line as "/p:configuration=Release" . But before it , I need it to do clean solution. so i write following code , i need it to clean solution before it configured it in Release,so is there any way or code that which i can add in my code. And one more thing instead of setting configuration property at command line can i set it in my code. Thanks in Advance. <Project xmlns=" http://schemas.microsoft.com/developer/msbuild/2003 "> <ItemGroup> <ProjectReferences Include="C:\New Folder\* ...Show All

666768697071727374757677787980818283

©2008 Software Development Network

powered by phorum