Answer Questions
grantdi Add office word menu item
Hi, I'm trying to add a menu item in file menu. When then item is selected it has to introduce a value into a sql server table. Is there any way to do that with VSTO 2003 Thanks, Hi, To add menus and other items please check out this link. http://msdn2.microsoft.com/en-us/library/bf08984t(VS.80).aspx Thanks, Darryn Lavery [MSFT] ...Show All
AMasson Outlook localization problem after install
I'm developing an add-in for Outlook 2003 in C# that uses localization (two languages: one default and one additional). The user can change the display language via a menu in the application form. Everything works perfectly in debug-mode and when the add-in is installed on a computer with Visual Studio and VSTO. However, when I install the add-in on a computer without Visual Studio and VSTO the change language-function stops working, i.e. ...Show All
Rab Lucas Windows 2003 x64
I have a test wesite that I am working on and have been able to run it successfully on a Windows 2003 X86 server with SQL 2005. All the normal asp.net stuff works including database access but I'm having trouble getting Crystal Reports to run properly. I do have the Crystal runtime installed...and maybe that's part of my problem, do I need a 64bit version of that to be able to use it Anyway, the error I'm getting is a ...InteropServices.COM ...Show All
franzu How can I change the appearence of the scroll bar of a ListBox control?
In fact I do not know how to edit the appearence of any scroll bar that is automaticlly generated by a certain control. Basically what I am asking is how can I stop my application from using the system style for scroll bars and how can I make it use a custom defined one. Thank you, Catalin take a look at the Control Template example in the Windows SDK Documentation. It included a Style for the Scroll ...Show All
DasFox User defined reports
Can the final user modify the .rdlc file to have a customized report Is there (o will there be) a "Designer" external to Visual Studio Anyone ever heard of StimlReports Any good In what type of application do you use StimulReport How did you find out about it My biggest problem with going with them is the lack of information available out there. How are they as a company ...Show All
Sekhar Mantrala error MSB3323: Unable to find manifest signing certificate in the certificate store.
Problems began when I received the MSDN Final VS 2005 v8.0.50727.42 and uninstalled the RC build which I had worked with without issue and replaced it with the previously mentioned. After four or so installs/uninstalls I got past the Invalid license data. Reinstall is required. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=162712&SiteID=1 I have tested C++ project builds for managed and unmanaged code and both work without a proble ...Show All
Veniamin Vertical Multi-page Crosstab
I am trying to make a Crystal Report from a customer table. My report should display the customer information for each year in separate columns, like below: year=2003 year=2004 ... SummarizedField1 SummarizedField1 ... SummarizedField2 SummarizedField2 SummarizedField3 SummarizedField3 ... ... ... ... note: "year" is a Row field and Field1,... are Summary fields. The CustomerTable fields are like this: <ID#, year, Field1,Fi ...Show All
Dalik Can someone give me an example of how to set an image?
hi, I'm trying to set an image in my code, but it doesn't seem to work. Can someone give me a simple .xaml and .cs of how to set an image. Mine look like this... .xaml: <Window xmlns="http://schemas.microsoft.com/winfx/avalon/2005" xmlns:x="http://schemas.microsoft.com/winfx/xaml/2005" Title="TrackingApplication" Width="953" Height="753"> <TabPanel> <TabControl Width=&qu ...Show All
alvinr any complete examples of creating new custom C# projects
Does anyone have a full example of a Visual Studio 2003 custom C# project which demonstrates 1. it appearing in the New Project dialog, in its own folder (I know this means adding an entry to TemplateDirs). 2. it having custom C# files which I can add using Add New Item 3. it having its own icons - so I'll need to know how to create a resource file. I'm not trying to extend VS, just create my new template projects. Its a lot to ask- does anyone ...Show All
Nilton Pinheiro - MVP New channel/client event
Hi Is there an event I can subscribe to in the servicehost which will notify me on new incoming connection But to get the OperationContext I need to call it inside a call made on the channel. I want to receive an event notifying me a new channel was created. (I want to connect to the proper event right after calling ServiceHost.Open, BEFORE anyone connects) Thanks Oper ...Show All
aero1 constructor not executed on deserializing
When using wcf to send an object over the wire, it seems the default constructor is not executed on deserialization. My breakpoint doesn't get there. Also fields with initialization code are not initizialised on deserialization. I'm implementing [ OnDeserializing ]. After that the members that have been marked as DataMember are being set. At that point I noticed the wrong state. Yes. The 'callbacks' are part of .NET 2.0 framework (Whi ...Show All
LateNightDBA Report Server Failed : 404 not found
Hi, When I want to see my report, I click on http://localhost/Reports$sql2005/Pages/Report.aspx ItemPath=%2ftest%2fmichel and its works. But I want to put my report in aspx page : < rsweb : reportviewer id ="ReportViewer1" runat ="server" font-names ="Verdana" font-size ="8pt" height ="400px" processingmode ="Remote" width ="400px"> < ServerRep ...Show All
GordonW New Official Microsoft HTML Help Authoring Kit book?
The Official Microsoft HTML Help Authoring Kit book (1998) sorely needs updating: it doesn’t even guess about Visual Studio.NET IDE or VSHIK. Is there a new version for Longhorn Help coming There is good news for those wanting to create help for Visual Studio solutions. The help story is told in the Visual Studio SDK which you can download for free. Read more at http://msdn.microsoft.com/vstudio/extend . ...Show All
Carlos Pirulo WS-Addressing
Hey! Where can I find a simple code example of WCF using WS-Addressing. I'm using January CTP. Thanks. [melack] I was looking for something like this http://mdavey.wordpress.com/2005/11/28/wcf-duplex/ (duplex communication) and this http://www.webserviceshelp.org/wsh/Standards/Web+Services+Addressing/ (WS-Addressing) Cheers! [melack] Thanks for reply. I'm trying to do an as ...Show All
SideByEach MSBuild availability
I am using Visual Studio 2003. Can I use MSBuild to automate my project's build process. Is MSBuild only available for and works with Visual Studio 2005. Is there a way to download and install MSBuild to try to use it with Visual Studio 2003 project. Also, in VS2005 how to access MSBuild. I am getting this error. D:\Profiles\neonet\My Documents\Visual Studio 2005\Projects\msbuildtest>MSBuild. exe msbuildtest.proj 'MSBuild.exe' is not re ...Show All
