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

Software Development Network >> Visual Studio

Visual Studio

New Question

VSS6.0's Sample Code is Invalid Now ?
Disable visually impairing ClearType in WPF?
Move to Dec CTP SDK
Unable To Load Symbols
Should HandsOnLab work with VSTO SE?
Outlook - Thread-Index from Header of email
RC1: Parsing issue?
Multi-threading in VSTO
proper way to use BuildWindowCore params?
How to set selected item in TreeView?

Top Answerers

anders_sms
ULeas
abacajan
Ruhina
Gediminas Zukula
andrewds17
Brendan C.
davidlks
Jassim Rahma
Pringy
sitemap
Only Title

Answer Questions

  • Santino Lamberti MSB3061: Unable to delete file "bin\Debug\<<DLLName>>". Access to the path '<<ReferencePNE>>' is denied.

    Hello... I'm having problems compiling my project in Visual Studio 2005. After I compile the first time (after startup), I can't compile a second time because the DLL reference appears to be locked. The reference in question is actually a PROJECT reference. I have all references set to CopyLocal = False, but still have the error. This project is still relatively simple... any thoughts Here's the specific message: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(2313,9): error MSB3021: Unable to copy file "obj\Debug\BidManager.Data.dll" to "bin\Debug\BidManager.Data.dll". The process cannot access the file 'bin\Debug\BidManager.Data.dll' because it is being used by another process. Below ...Show All

  • Yogendran ComboBox doesn't handle NotifyCollectionChanged, when bound in code to a Collection

    I am switching the ItemsSource binding for a ComboBox on the fly, in code. When I do so, it appears that the ComboBox isn't registered for the NotifyCollectionChanged Event As a result, it does NOT pick up changes to the bound collection. I would expect WPF to wire this up automatically when I set the binding Would you give me a outline of the code you have. Which class, with which property and implementing which interfaces. And what you are binding to which classse/properties...and what you expect to happen and what is'nt happenning. Happy to help, but I can't fully grock what you're trying to do. This was something I was going to dive into for you. Does your object that you are binding to imp ...Show All

  • Luis Esteban Valencia MCP. Customizing default 'Icon' Property for Win Form Designer

    hello, Every time i start a new Win form in Visual Studio, i want the default icon for my new Win Form set to my icon of choice. Consider if i want the default icon to be : "C:\MyIcon.ico" This way i wont have to change the icon property of new Win Form set to above mentioned icon, everytime i create a new Win Form! Is this possible If yes How Thanks, kan There are two ways of doing this: 1) You can set the icon to a new form and then save it as a template, so it appears in the Add New File dialog. This is the easiest way. 2) You can make an add-in that manipulates the form properties programatic ...Show All

  • Guido G. Multiple tables in the same database causing problems

    So I have 3 tables inside one access database that im trying to create a report off of. My problem is that when I have fields from more than one table in the report, the report will not pull any data from either table. Its almost like its confused on how to access the data. Do you have ANY grouping in your main report If you do, any subreport will print again at the end of these groups. The only things you should have in your main report are the Report Header & Footer and they should be blank, Page header & footer and they should be blank, and then your 3 detail sections. Any type of grouping should be done in the subreport itself, including the page headers. If you have any grouping in t ...Show All

  • alpefusk upgrade vb 2003 solution under source control from 2003 to 2005 in other source control db

    Hi, I have a VB.NET 2003 solution under source control(VSS), that I want to update to 2005. Both VS2003 and VS 2005 are installed on my pc. I would like to keep the 2003 version in the 2003 vss db for a few months until I am certain that everything works in VS2005. I have several 3rd party .NET components that are not certain to be 100% compliant. My upgrade path would be: make an xcopy of the entire 2003 solution to a new folder start vs2003 , open the solution that was copied in the new folder in file/sourcesafe/change sourcesafe: unbind all projects and the solution from the VSS 2003 database. close VS2003 start VS2005, open the solution that was copied in the new folder follow the upgrade wizard to convert ...Show All

  • mlissaw Download of Visual Studio Professional 90-day Trial (only 1.1 GB not 2.6 GB downloaded, why?)

    From the following site: http://www.microsoft.com/downloads/details.aspx FamilyId=B2C27A7F-D875-47D5-B226-E2578A116E12&displaylang=en I downloaded the "MS Visual Studio 2005 Professional Edition 90-day Trial" image file name En_vs_2005_Pro_90_Trial.img. The site indicates that the download would be a 2734..3 MB file (2.6 GB). However, after 1,119,590 bytes of download, the download dialog box indicated that it was storing the download segment to disk and the final file size is 1,119,590 bytes and the filename is En_vs_2005_Pro_90_Trial.img (a DVD image file). I wonder if it is only part of the download or it is all the data referred to in the above webpage. Shall I just burn the 1,119,590 MB to a DVD and it will ...Show All

  • Thiago Guimar&amp;#227;es Questions about Sandcastle

    I have some questions and observations regarding the July CTP of Sandcastle when using it to generate documentation. The generated CHM file doesn't seem to have an index. There's no Index tab displayed in the viewer. The generated CHM file doesn't seem to have search capability. There's no Search tab displayed in the viewer. When the CHM file is double-clicked to open it for viewing, the right-hand pane of the viewer shows a mostly-blank page with a small warning icon in the upper left-hand corner. This mostly-blank page goes away when any of the entries in the table-of-contents in the left pane are clicked. In the CHM file, the documentation entries for class constructors always seem to have ".ctor" prepended to them. The table ...Show All

  • Tony_NTFY Getting exception error while loading add-in with non-admin user

    Hi All, I have created a visual studio 2005 add-in to add some user defined menu under File menu. For this I am referring Microsoft.VisualStudio.CommandBars.dll assembly file. I am also exposing some functions from my add-in dll by creating an Interface to be used in unmanged code. I have created msi installer by using windows deployment project to install this add-in. I haven't included EnvDTE.dll and Microsoft.VisualStudio.CommandBars.dll in my installer. When I installed my add-in with admin user, it works very well. But failing for the following case. 1. Create a non-admin user on the machine. 2. Login with admin user and install the add-in. 3. Login with the non-admin user and try to open VS2005 IDE. ...Show All

  • ckob What has happened to System.Windows.Media.Core namespace once present in betas of .NET FW?

    There has been namespace system.windows.media.core in betas that wrapped Media Foundation functionality. Why it has been removed Why again MS plays against its developers and we have to do complex things on our own because out of a box classes does not give ebough flexibility As far as I know there is no managed wrapper against Media Foundation toolkit present in windows vista. Przemek The MediaGallery sample from v6.0 samples still works. it uses mediaTimeline class from system.windows.media namespace I don't know if that is what your talking about Later Mike ...Show All

  • Rob_MUFC_1982 can I build my own "property expression"?

    Hi, Is it possible to inherit 'System.Windows.Expression' and make such as calc expressions - why ! just to know how it works! WPF documention is poor, and we need to know more and fully understand it's new techniques... thank you- dotHuman. The documentation for Expression says that it "is not intended to be used directly from your code". It's not sealed so you can inherit - but that's obviously not what was intended here. Depending on what you're doing perhaps System.Windows.Markup.MarkupExtension would be more suitable. My JScript expression converter may also be interesting. - Doug For current bit of WPF, property exp ...Show All

  • Peter Peter BasicHttpBinding, TransportWithMessageCredential & Windows Authentication

    I am trying to setup a service and client using the BasicHttpBinding and Windows Integrated Authentication on IIS. I understand the importance of CIAA, but I am not considering confidentiality or integrity for this scenario. I simply would like to authenticate and authorize clients on the service as follows: Host the service on IIS 6.0 using basicHttpBinding without HTTPS Require that all clients are authenticated using Windows (NTLM or Kerberos) Authorize calls on the service using PrincipalPermissionAttribute. To this end, I have applied the following configuration to the calculator SDK sample: Service: < system.serviceModel > < services > < service behaviorConfiguration = " CalculatorServic ...Show All

  • radhaps how to detect if word is being used as word mail?

    Hi, I have created word addin. But whenever i use outlook to write email the word addin get called So i'd like to check while loading word addin if the present word document is being used for email writing or not how to check the word object is being used for writing email is there any method in word object to check like isWordasEmailEditor Kedar, have you solved this problem yet I am having the same issue you have, I need to hide the add-in if word is used as word mail. If you found a soluction already, please kindly let me know. Thanks. Joyce Sue is correct ! what is ur problem Take a look at the Document.Kind property, which will have a value of wdDocumentEmail (=2) if it's an ...Show All

  • ai_rasmussen Automatically publish and copy

    The following are my project requirements: Automatically build entire solution (did that) If successful, publish certain web app application projects and copy other project dlls and exe's to different directories on different servers. If build failed, do nothing I would be grateful If someone can send me a sample .proj sample to do 2 & 3 Yoni All you need is to pass a parameter to the WAP project, more details here: http://forums.asp.net/1534682/ShowThread.aspx#1534682 ...Show All

  • Corey Furman Adding new tabs on the ribbon at runtime

    Hi, Currently I have an Add-In Tab on my Excel 2007 ribbon with a few buttons in it (For example ButtonA, ButtonB). On click of these buttons, I would like to load a new tab (TabA or TabB) with related to functionalities required for ButtonA or ButtonB. How do I add in a new tab during runtime I am using VSTO 2005 SE and creating a Excel 2007 Add-In solution. Markand You can add it earlier in the xml customization file and just show/hide it from your code with getVisible callback and invalidating the corresponding ID. ...Show All

  • Marimuthu_r Custom Window

    Starting to learn WPF so plz bear the newb question. For the login form of one of my WinForms applications, I used a custom window with rounded edges. I did this by creating a graphics path and setting the form's region to it in the Paint event. Now I'm migrating this app to .NET as an exercise in WPF, and hopefully to use as a proof of concept. Question is, is there a way to do custom windows with XAML Chris Hi did you find it :-) Thx You thing this http://msdn2.microsoft.com/en-us/library/aa358516.aspx example There is only one tooltip window, wihout resizing mode :-( I need classic resize mode on the border .. Thx Thanks man :-) Do you know where the example is in the Wi ...Show All

505152535455565758596061626364656667

©2008 Software Development Network

powered by phorum