Answer Questions
TravisXXX Problem in Crystal Report
I have an report that take the data from the XML file, i need to add some new fields from the same select statement but with new XML file but without delete the old report data Sorry Hany, I'm having a bit of touble understanding your question. I think what you are asking is: "I have two XML files and one report file. I want to include information from both XML files in the report. I do not want ...Show All
Jeevann Any changes in the shim program?
Hi; I am using the shim code that I downloaded from MS about 18 months ago. I am now building under VS 2005 instead of 2003. Is there an update to the shim code and does it have anything critical in it Note, my add in is IDTExtensibility2, not VSTO. I'd prefer not to change because I made a bunch of changes in the shim code so that if there is an error loading, that error is displayed to the user instead of it failing silently. thanks - dave ...Show All
GhostDev i need to download latest makecert.exe & certmgr
hi there, i dont have makecert.exe in my system can sombody point me to a location so that i can download one. just the makecert.exe. and certmgr.exe my internet connection is slow so.... thanks prasanth The plan is to fix this issue in a future SDK release so the tools can again run on platforms other than Vista. These are present as a part of the platform SDK Tool, also if you ...Show All
Alessio Montagnini Retrieve cell contents and calculations in Excel through VB 2005
Hello all I'm currently writing a program that needs to retrieve information and/or set information from Excel, specifically reading a cell's value,formating and so, or calculating cells. I already have variables declared as Excel objects, such as workbooks and worksheets.But it seems that I can't get the specific properties of the cells, or calculate with formulas. I have already made a reference to Excel objects. Any ideas t ...Show All
john_stivers Rendering in pixel space
There are certain types of visuals that must be rendered in pixel space such as a fractal or an audio waveform. These things can't be composed of the geometric primitives currently available in WPF. How would I go about making a custom control/visual that renders itself on the pixel level An audio waveform is rendered by filling each pixel column according to the minimum and maximum of all the audio samples ...Show All
TechGeek1234 Invalid Operation Exception in simple method in httpbasicBinding
Hi I have a simple method defined in the following interface: [ ServiceContract (Namespace = "http://www.tid.es/ACS/Server/" )] public interface IAcsService { [ OperationContract ( /*IsOneWay=true*/ )] void ConfigurationPostBack( string url, string username, string password, string protocol); } exposed in the IIS with this simple web.config: < system.serviceModel > < services > ...Show All
Eric W Newbie Develop Office App using .Net
Hi everybody, I like to study on developing office applications like excel and word using C#, what do I need to install and study materials to study Can you provide me a list I am using VS 2002 and Visual C# 2005 Express Edition. Thanks in advanced. den2005 Besides the Office applications, themselves, AND their PIAs, there's nothing you really need to install. The order of installation is import ...Show All
JessicaM VisualBrush Animation
Is it possibile to associate an animation inside a Visual Brush Is there any sample proving it Thanks gio Generally, you can simply pop open .NET reflector and check if any given class derives from Animatible (or implements IAnimatible). If it does then you can animate any of it's DependencyProperties. Here is a sample. Thanks! Ed Maia WPF PM <Canvas xmlns=& ...Show All
Gregg Boer MSFT Change ToggleButton Content from style trigger doesn'
Hi, I am trying to change the ToggleButton content when togglebutton is checked, but it doesn't work. If I set other property such as Background color, it works fine. < Style TargetType = " {x:Type ToggleButton} " > < Style.Triggers > < Trigger Property = " IsChecked " Value = " True " > < Setter Property = " Content " Value = " Selected " >< ...Show All
DarkFader sugegstions for anonymous types
As it stands, its not possible to create structs using the anonymous type mechanism. Its also not possible to create immutable anonymous types. Id like to suggest the following syntax: // a mutable anonymous class var a = new { X = 1, Y = 2}; // a mutable anonymous struct var b = new struct { X = 1, Y = 2 }; // an immutable anonymous class var c = new readonly { X = 1; Y = 2}; // an immutable anonymous struct var d = new readonly stru ...Show All
Keith Murray database doesnt get updated?
In VSTO, iam using Microsoft Access as backend and Excel as front end. when changes are made to List Object in excel like inserting a new record or deleting a record, these records are not updated in database.Even textbox controls do not update the backend database what might be the problem Pradeep, The ListObject updates on only the in memory instance of the data, and does not write the data back to ...Show All
LostInTheNorthWoods WinFX Custom Control item template not working
I get a dialog about attempting to load an untrusted component "WinFXCustomControlTemplateWizard" when attempting to use add new item for a WinFX custom control. I had the same problem in the November CTP. A solution that worked for me is in this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=156872&SiteID=1 However, with the December CTP, the Custom Control template seems to work perfectly. ...Show All
KJ-JC1974 Unhandled exception in crystal report
Hi, i've developed the crystal report apps in XP pro.(using VS 2003) It worked fine. but i'm getting the following error when i try to run the same apps in Server 2003. Application has generated an exception that couldnot be handled. Process id... ,Thread ID=... CLick OK to terminate or Cancel to debug. Note: server 2003 has been loaded with .NET framework 1.1 i didn't deploy the apps. simply cpoy and paste the executable fi ...Show All
theguy204 IDE Support Installer CLR error: 80004005
Trying to run the Linq IDE support installer I am receiving the following error: CLR error: 80004005. The program will now terminate. I have previously installed: VS2005 TS for Developers (RTM) installed with SQLServer 2005 Express. Visual Studio 2003 The installer is not set to run in Windows 95 compat. mode. Thanks for any help. Paul: Do other managed applications work successfully o ...Show All
SiGiD Apply VSTO to all Word and Excel documents
Hi, I'm developing an application that show document information in a Task Pane. I did it with a VSTO but I have the problem that this solution only applies to one document, but i need the application loads for every word and excel document opened. How is the best way to solve this situation 1- Create directly a shared add-in that handles events related with Open/Close/New Documents and show the Task Pane 2 - Leave the VSTO sol ...Show All
