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

Software Development Network >> Visual Studio

Visual Studio

New Question

How to pass parameters in Msbuild
Error Crystal Report
Creating Rich Reports in MS Word
Using shared data in an Outlook 2003 add-in?
Visual Studio 2005 doesn't want to run!
Can't repair Microsoft Document Explorer 8.0 - wrong Framework version
Error: QueryInterface for interface Microsoft.Office.Interop.Word._Application failed.
Shared AddIn Deployment problem
"sgen.exe" exited with code 1
IVsPersistDocData2 Not Being Called

Top Answerers

ZAP2944
kspe92
André Tadeu
wolfkrow
DanLi
Yannis26
Huxwell
mme0927
Thundermaker
moto822
SOX - Schema for Object-Oriented
Only Title

Answer Questions

  • Mr Bongo VSTO & MS Access

    I'm just trying to get up to speed on the new Visual Studio 2005 and the new Tools for Office.  We do a lot of work with MS Access (and Excel) and what I find odd is that in all the articles I've read there is not mention of MS Access w.r.t. the VSTO.  Do the VSTO not work with MS Access   What am I supposed to use if I am doing development with Access 2003 Can someone please clarify how VSTO works with MS Access   We've alr ...Show All

  • kawika Inspecting the DataBindings property

    I am trying to discover the properties of the components on a Form using automation, and all goes well until I get to the DataBindings property. It displays as a System.Windows.Forms.ControlBindingCollection. I can get ahold of this object and get its BindingSource, but I cannot figure out how to get ahold of the BindingSource.DataSource. I know it's bound to an object and I can see the correct object in the debugger, but when I call BindingSou ...Show All

  • Bruce Hopkins Wrapping Label?

    Anyone know how to make a Label that wraps across multiple lines in WPF I can't seem to find a property that makes this work. This has been flagged to our SDK folks. Thanks for the feedback. Thanks. Or better yet, if it makes sense in your object model, go ahead and expose properties like TextWrapping to the Label class itself. The template could pull those in to the inner AccessText. But you can cheat it by nest ...Show All

  • Laurentiu Nicolae IPropertySetStorage::Open() fails for some MS Word documents

    The following code fails with HRESULT 0x800300fb where wcFileName is a path to certain MS Word documents that contain embedded images.  I would be happy to provide examples of such documents upon request.  They are easily created.  Also, Right clicking on the document in Windows Explorer and selecting properties will fail to display the summary information for the document, so it looks like the Windows OS is running into the sa ...Show All

  • Dev Chris Code reorganization

    I Work in an environment with a lot of code that was written by previous contractors.  These contractors have placed methods all over the files and we want to be able to reorganize our classes. For example, place all methods together, all event handlers together, all module level variable declarations together and maybe alphabetize them. I was wondering if there was something either in CodeDOM or DTE that I am missing that would help me cre ...Show All

  • fdreisow Report Viewer Toolbar

    Can you tell me the 2 background colors that are used for the background of the report viewer toolbar Thanks They are standard colors available via System.Windows.Forms.ProfessionalColors class. Also How can I add a new icon to the tool bar You cannot add a new icon to the toolbar. You can however hide ReportViewer's toolbar and add your ...Show All

  • sneakyfeline Source Safe Analyze

    We are using the VSS 2005 Beta with about 10 local users and 3 remote user. Looking from the VSS Admin GUI, we see that nobody is Logged into the Database, but when we try to run Analzye -f it complains that someone is logged in. Where can I see all the machines logged into SourceSafe The remote people are using the VS 2005 Beta with the Internet plugin. These people never seam to show up in the list of users logged in. How can I determine if th ...Show All

  • Scott Morrison Dec CTP Released, includes Orcas VS Designer

    Beta Page http://msdn.microsoft.com/windowsvista/getthebeta/default.aspx WinFX Components - Dec CTP http://www.microsoft.com/downloads/details.aspx familyid=BD3BA2D5-6ADB-4FB2-A3AA-E16A9EA5603F&displaylang=en Windows SDK - Dec CTP http://www.microsoft.com/downloads/info.aspx na=46&p=1&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=2297BDC9-B5AE-4B8A-B601-EEF54A52867A&u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f0% ...Show All

  • ErmyasF Run code off of remineders

    I have reminders in outlook set weekly, monthly, qrtly for different jobs. I just realized I can automate all the jobs, so i need to find a way to run associate code and run it when the reminder goes off. The outlook forum can help you with this question http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.office.developer.outlook.vba&lang=en&cr=US Regards, Eric ...Show All

  • Weevie November DSL toolkit: how to add commands to context menu?

    hi, I want to a add a command to the context menu. how can i do that with the new november toolkit I know that this is explained in a paper(customizing features in MS Tools for Domain Specific Languages (September 2005 CTP)) for  the semptember toolkit. i tried to map it to the november dsl version(since the structure of the projects changed) but it seems not to work. E.g there is no File " Designer\Diagram\PkgCmdID.cs " and " DesignerUI\ ...Show All

  • 77elcomama VSS 2005 can not show history.

    I'm using VSS 2005 and VS2005, both version are 8.0.50727.42. I'm using VSS Explorer. The "Show History..." does not work. No any results when I choose a long period. I tried to empty "From" and "To" fiels, the result is same. Any idea Thanks in advance. Computer Comfigurations: Windows 2000 Advanced Server sp4 English Dual Monitors VSS in english mode (i think) 80 gig hd 1 gig mem p4 3 ghz Windows XP Pro sp2 same config as above Check ...Show All

  • Kyleruby1 Localization tool

    Hi, I am looking for a tool which helps to do a localization of an application. My idea is that it is an interactive tool which is looking for strings in source code and makes them localized. When such tool is started it offers each string found in source and asks if the string is translatable. If yes, some identifier is supplied by user to name this string in resources and new record is created in resources. The string in source code is repla ...Show All

  • Soledad Paredes Error 405 -- Cant run WCF samples

    Hi, This is my first try at running WCF samples. I installed everything, ran 'setupvroot.bat'. When I try to run a sample, I get a "Error -- Connection Denied 405" on the client when calling the first remote call. I guess this is a security issue -- but cant find the cause. I am running XP SP2 in Workgroup mode. Any hint Thanks. Are you able to repro this problem with simple selfho ...Show All

  • aL_920 ASPNETCompiler Error - System.Web.AspNetHostingPermission, System

    We are getting the following error in our automated build process. AspNetCompiler: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler.exe -v /PreCompiledWeb -p "Web Sites\Campaigns\\" -u -f -d PreCompiledWeb\   AspNetCompiler: : ERROR /PreCompiledWeb/Controls/SignInOptions.ascx(4,0): Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e0 ...Show All

  • Sam01 Execution session has expired

    I have a web page that uses ReportViewer web control to connect to a remote SQL 2005 report server to display reports. Once the report has been displayed, I am not able to export, refresh or navigate to the next page using the reportviewer toolbar. I get the following error: Execution session has expired Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more i ...Show All

141516171819202122232425262728293031

©2008 Software Development Network

powered by phorum