EmilianoCapoccia's Q&A profile
Visual Studio Tools for Office How to Develop a Com Addin that works for all versions of Office.
We have Developed a com addin for outlook and this is specific to only office xp but i want to target it for all versions of office. Can we develop a com addin for outlook that works for all versions of Office.If this is possible plese give me some details of how to do this. Regards mohsin There are 2 different types of managed COM add-in that you can build: IDTExtensibility2-based "shared" a ...Show All
Visual Studio Team System Where is the file, NightlyBuild.exe?
Hi, all, It must be silly question, but I really need your help. Have anyone ever reads this article about the build automation on TFS : http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvs05/html/NtBldTmSrv.asp I think, it is nice, but, my question is, where is 'NightlyBuild.exe' If anyone knows where it is, please, kindly let me know. Thanks in advance. Best Regards, killem ...Show All
Visual C++ Can't build WMI/C++ example in Visual Studio
I downloaded Visual C++ 2005 Express Edition Beta and I'm trying to compile an example WMI program that I got from: http://msdn.microsoft.com/library/default.asp url=/library/en-us/wmisdk/wmi/example__getting_wmi_data_from_a_remote_computer.asp I copied & pasted the example into a file I named wmi.cpp. Then I created a WMI project in VC++ and tried to build it. It compiles OK, but I get two errors during linking. ...Show All
Visual Studio Tools for Office How to (programmatically )get rid from the actionpane reference ?
I have a vsto doc with an actionpane containing a button containing code to get rid of the actionpane before a user saves a document instance in a sharepoint library. The code basically is : Globals .ThisDocument.RemoveCustomization(); Globals .ThisDocument.ActionsPane.Clear(); When an instance is opened the content of the actionspane is indeed cleared, however I still get a message to choose an xml expansion pack (actionpan ...Show All
Software Development for Windows Vista Is there a Certificate Authority server available in Vista?
I wanted to run some tests using a Certificate Authority and I was hoping the latest version of Vista has that ability. The reason why I'm interested in running this on Vista is because of the ECDSA support. I noticed that i can add other CA's in Vista but not run my own CA. If anyone has any information or links to info about CA in Vista and/or ECDSA support Vista I would appreciate the help. Thanks Guys scott ...Show All
Visual Basic Error has encountered in vb.net 2005
The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in one of my form. Ensure the assembly has been referenced and that all projects have been built. ...Show All
Visual Studio VSS 6c database lost all checkins and checkouts
We are using VSS 6c (Build 9238) on a modestly sized Powerbuilder project. We have PB integrated into the source control database so that we can run source control at the PB object level. All was fine until this morning when we discovered that all of our checkout information, and all of the checked-in files were missing from VSS Explorer and from the PB IDE (Powerbuilder 8.0.1 Build 8004). The VSS database appears as though it h ...Show All
Visual Studio Team System Denied. Moving TFS to a new server doesn't work
After following the arduous and kludgy procedure for moving my TFS server to a new machine, I'm faced with a totally broken system. OK, that's not entirely true, but it might just as well be. The new server seems to be running fine. A Team Client installed on the new ATDT machine can connect to and interact with the new team server just fine. If the old server isn't running, existing clients insist that they cannot connect to t ...Show All
Smart Device Development Windows Forms - Find Control that lost focus
hi, I have 2 questions. 1) I have 10 text boxes and a Button. When the button is pressed, one of those 10 text boxes should loose focus. How do I find which control lost focus from being in the Button click. 2) How can I find cursor position in a textbox Let me assume I have textbox with value of 34567. When the text box has focus the cursor is positioned between 4 & 5. How do I find that programatically Thanks, Vijay ...Show All
Visual Studio Team System User does not show up in 'Assigned to'
Hi there, I have added a user seperately in Team Project\Contributor group, as I'm not able to add any of those 2 distribution lists, that he/she is member of. Now When i try to open bug and try to assign to this person, it does not show up in Assigned to drop down list. I tried restarting, waiting for user and group to sync., but it still do not show up in 'assigned to' field. Please me here, Thanks, Anu This ...Show All
SQL Server Raw File Source issue
I have a single file that contains records destined for multiple tables. The "first" record is considered primary and the other records are considered "secondary" (meaning that they have foreign keys to the primary table). In order to properly insert this I needed to use two data flows. The first data flow directed the primary rows to the primary table and the secondary rows get directed to a raw file destination. The seco ...Show All
Windows Forms Add/Insert Items to a ComboBox
In asp.Net I do it like this: DropDownList1.Items.Insert(0, New ListItem("Display Text", "Value")) I need to use the add and insert methods of the windows forms combobox to add both the Display and value items to a combobox. I know both methods ...Show All
Visual Studio Express Editions Network drive issue?
I want to use VB 2005 Express for a high school intro programming class, but I seem to be having severe issues running some programs. A little searching seems to indicate that .NET apps don't like being stored on a network drive. We have "My Documents" mapped to a network folder for student and teacher accounts. Some of my quick sample apps are failing on start up with: An error occurred creating the form. See Exception.InnerException for det ...Show All
SQL Server execute DTS from asp.net 2.0 - package does not exist error
I am trying to execute a dts from asp.net, but getting an error “The specified DTS Package ('Name = 'DTS_USERS_LIST'; ID.VersionID = {[not specified]}.{[not specified]}') does not exist.” I know I have saved the dts package on the sqlserver, and have run it from the server successfully. Here is my code: Package2Class package = new Package2Class (); object pVarPersistStgOfHost = null ; packa ...Show All
Windows Forms SignTool reported an error 'XmlResolver can be set only by fully trusted code.
Hi all, Everytime i publish my winform app, I encounter this error. "SignTool reported an error 'XmlResolver can be set only by fully trusted code." How can I fix this problem. Thanks Me too. Delete the ".sln" can resolve temparely,but next time if we copy source to another PC,it comes again. Faint~ ...Show All
