Answer Questions
azaragoza How to populate Word 2003 ComboBox / Dropdown list using VSTO C#
Hi, I am creating dynamic OLE Control ComboBox in Word 2003 using VSTO C#. After creating ComboBox I want to populate it with some values. If I use VBA then I can populate using following codelines. Dim myarray(3) As String myarray(0) = "US" myarray(1) = "AUS" myarray(2) = "UK" ComboBox1.List = myarray But in VSTO when I use following code lines: object objClass = "Forms.ComboBox.1" ; ...Show All
cloudstardust Office Add-in not work after installation VS 2005
Hi, i've developed an addin for ms word with VisualStudio 2003 and it work fine. After installation of VisualStudio 2005 my addin in debug mode not start and ms word start and immediately close. any suggestion p.s. you excuse to me for my English. In general its better to ask VSTO related questions on the VSTO related forums, at http://forums.microsoft.com/MSDN/default.aspx forumgroupid=4&am ...Show All
Matthiasone Outlook Addin beta1 would not start Visual Studio 2005 released
Hi, I could use some help. I am new at this. I installed the Outlook addin beta for VS 2005 it shows up for new project but on selection gives this message: Could not load type ‘Microsoft.VisualStudio.CommonIDE.TEmplateWizard.IWizard’ from assembly ‘Microsoft.VisualStudio.CommonIDE, Version 8.0.0.0, Culture=neutral, PublicKey Token=b03f5f11d50a3a’. Please help Thanks Thanks, Yes I only h ...Show All
dragon88 Clickonce and ReportViewer
When user try to run the winform application I deployed using clickonce thru http, they keep getting an error saying “could not load file Microsoft.ReportViewer.ProcessingObjectModel”. Within the application, I do import the namespace Microsoft.Reporting.Winforms to support local hosted report parameters. I make sure both assemblies (Microsoft.ReportViewer.Common and Microsoft.ReportViewer.WinForms) are included, even as local cop ...Show All
Dave Salzman drop of outlook messages or attachments, into a dotnet application
Hello, We have build an application to store documents electronicaly. We use a standaard listview control to drop in external files like Word Excel etc. This drag and drop is done using the standard functionality from within the Dotnet framework. (wich is very easy to use !!!) Storing those digital documents, our customers also would like to store outlook messages or outlook attachments. This can be done bij dragging those items from outlook ...Show All
ithiru Creating custom project
I am trying to create a new project type in the visual studio .NET 2005.There is 28 step method is given for creation of the custom project. At one of the step it is talking about a dll microsoft.visualstudio.package.project. This dll is not available in the vsip. We have downloaded the visual studio 2005 SDK & installed. Please provide simple steps for the creation of the project type. Example of the code will also be helpfull. ...Show All
Lars Kjetil Sørhus Who has shared add-in solution that works?
Hi everybody, I know I should not run away from my problems. But what else can I do I have an VSTO Word solution. This part works fine. I also installed it on a other pc than my, and it just works perfect. But there is one small thinh that is missing. And this is where my problem starts: When the user starts "Word" for example. There shlould be a button in the "Standard" Menubar. I tired this with a shared add-in. And it also works but only on ...Show All
Keith Boyd JIT Debugging problem in VC++ 2005
After installing Visual Studio 2005 on my computer I have problem in JIT debugging. For example, program has the following bug: int* p = NULL; *p = 0; When program runs in standalone mode, it shows exception dialog with Debug and Close buttons. If I press Debug, Visual Studio debugger doesn't start and program terminates. Additional information: XP Professional VS 98 and VS 2005 installed Jist-In-Time Debugging is enabled in Visual Studio 2 ...Show All
GrkEngnr Functions in MSBuild
NAnt exposes a lot of predefined functions (datetime, string, math, ...), is there some way to do this also in MSBuild and not by creating you're own assemblies The fact is that I just need to put the current date (dd/mm/yyyy) in a variable to create a datetime-based folder. In the MSBuild Reference on MSDN I didn't find anything suitable to collect this information. kind regards Steven Thank y ...Show All
talwar_ Crystal - Installation Server
Hi, I have a web application that needs the crystal to run, but how can I make a installation in a server, without the need os the instalation of the Visual Studio 2003 I've tried to copy the dll's but didn't worked Thanks You need to use the proper deployment procedures found at the following link on their website: http://support.businessobjects.com/communityCS/TechnicalPapers/crnet_deployment.pdf.asp ...Show All
Essmat How to update PropertyGrid after changing type
Hi all, Our model allows to change the type of an element using the property grid. The element type changes succesfully, but the propertgrid is not updated accordingly. When another element is selected and then the changed element, then the propertygrid displays the correct properties. How can I dynamically update the property grid after changed the element's type Kind regards, Ronald Hi Geor ...Show All
uclimng How come I only see one row of data?
I'm using .NET 2005 Beta, SQL Server 2000, and attempting to create a local report using the reportview control. I have a very basic report that I created by first dragging the ReportViewer control onto a form, specifying a new local report, and created a dataset. When I specified the report on the reportviewer using the SmartTag, it generated an ObjectDataSource for me. I dragged and dropped fields from the DataSource window to the Report to ...Show All
Paul ORear MSFT ANN - Math equations update
I have updated the sample http://www.valil.com/MathEquations/Valil.MathEquations.Sample.xbap It shows math equations embedded into a FlowDocument - notice how the equations are aligned with the surrounding text. Valentin Iliescu Very interesting sample,are you planing source release Thanks. ...Show All
killahmik87 Do i need a license
Hello i am developing a web application using the ReportViewer object from the tool box to present simple graphs and data. It looks like the report viewer of the old crystal, do i need a license to use it, or microsoft gives it just like she gives TextBox, Label etc... Itzik Katzav Well since no one answered me i answer my self so if anyone is intresting the answer is: no it is free to use in local mode. ...Show All
LI Engineer Representing a .sln in MsBUild
For various reasons I'm interested in how to best setup an hierarchial build with several assemblies, referencing eachother, but without using a .sln-file to peice it all together. Since using the Microsoft.CSharp.Targets import seems to assume each .proj-file handles one assembly, I'm interested in how I best set up the master build file which pieces everything together. Example: Foo.dll lives in folder Foo and references Another.dll Bar.dl ...Show All
