Answer Questions
Seabhcan Add/Remove Worksheet in VSTO Workbook
I created various worksheet inside a VSTO workbook, but now, I can't remove my testing worksheet and add blank new worksheet. 1. I can't select Delete in solution explorer when right-clicking on the worksheet item. 2. Even I remove worksheet in Designer pane (right click the tab at the bottom of Excel workbook and selete Delete), rebuild the VSTO project and then the deleted worksheets are all still here. I then Refresh the workbook object in S ...Show All
JohnHennesey Beta 2 – Getting Build Verbosity
In Beta2, there’s a new Tools Option page under “Projects and Solutions”, “Build and Run”, which includes a Build verbosity setting. When hosting MsBuild, we currently create a BuildLogger object. How do we ensure it picks up the verbosity setting set by this page Is there a mechanism to obtain a correctly set BuildLogger, or do we have to examine the option setting and create our own logger. If the latter, how do we get the value of this pr ...Show All
Jelle van der Beek30865 Is the report viewer control freely redistributable?
I have seen similar information on some other posts, but not specifically this question. Sorry if this is a re-post. Is the report viewer control (and the LocalReport class) freely redistributable If not, what is the licensing agreement Thanks, Ken Yes, it is freely redistributable. ...Show All
aak Scope of Add-ins
So far, it isn't clear to me where I can deploy a Visual Studio Add-In. Suppose I develop an add-in using the Extensibility SDK. If I want to deploy this add-in (or heaven forbid, even sell it), is my target audience limited to people who have, say, Professional Edition on their desktops, or can anyone use it, even if they're working with, say, Visual Web Developer Express Edition. Thanks Josh Korn See https ...Show All
Adzim Auzar How to add a new WORK ITEM in my Team Project
Dear all, We have 5 default work items in the Team menu (Bug, Task, Risk, Scenario, QOS). I want to add one more work item to that collection. Can anybody tell me how to achieve this Thanks & Regards Sethu Hello, You can customize TFS to add new work item types. To do this, you would first have to download the process template, then add a new type definition xml file for the work item ...Show All
athena How to setup X509 certificate on client machine using WCF application
Hi , We have craeted a X509 certificate on the server for our security need in WCF application and now we require to install this certificate file on client machine using a batch file. We are not sure what parameter we have to use with certmgr.exe to install a certificate file(generated by the server machine) on client machine. Actualy we need to use this batch file in our clickonce setup so that we can have full control on client machine ...Show All
AKORNICH Moving text within a document without using the clipboard
Hi, I am trying to move some text within the document, but without using cut/paste. In Word it is possible to move text by selecting it and dragging it with the mouse. The same thing is achievable using the keyboard by pressing F8 to select some text and then pressing F2 to select the place to move the text to. Under the covers Word enters what is called "special mode", and the boolean property Application.SpecialMode can be quer ...Show All
Sidhartha Office add-in does not load on Windows Server2003 in terminal mode
Hi, I have seen that others have similar problems and i can only confirm this to be a problem. We have add-ins vreated in 1.0 and 1.1 of the framework. Now we uppgraded to .NET 2 and suddenly nothing works when in terminal server mode.. so to be sure i have just created a new add-in from the vs2005 wizard with a simple "hello World" messagebox in the "onConnect" method - works fine localy but nada on the terminal server ma ...Show All
Ricas RichTextBox How To!
Hi, I have searched the net and the documentation that shipped with Beta 2 and have not found any results or information that was able to aid me. Hopefully there are some RichTextBox experts that could please help me with the following things: How can I make the RichTextBox single line (this was possible in Win32, and no, changing the control template to a textbox does not work! Because then it essentially is a t ...Show All
Lasse Steenberg How to access to the shape connectors by code
Hi, I’m trying to write some code in the CanCreateConnection method in a ConnectionType partial class, in order to create some restrictions dinamically , but I have a lot of problems trying to get the connections associated with a ShapeElement. How could I do it Is there any place where I can have a look to the API reference The VisualStudio editor gives a little help, but not a big explanation of each method. I’m getting crazy looking for ...Show All
wkbia Internal Server Error when accessing MEX
Hi, I have installed January version of WCF and I have problems accessing Metadata Exchange in the simplest scenario (which used to work in Beta 1). The code is extremally basic - hello world code. Just to eliminate potential problems. When I access: http://localhost:8080/Service1/mex I get internal server error. I've tried also to use directly MetadataResolver to fetch data from this url, but it failed. I also tried to manpulate wit ...Show All
TX Using an object as input to the CR Designer and runtime
I just succeeded in getting my first CR .rpt file built with the ADO.Net Dataset designer resulting in a nice tabular report at runtime (passing an ADO.Net dataset, rendering it as a PDF report, etc). Now I need to find out how to fill out the Report Header and Page Header sections. At runtime, most all of the information I need for these sections is available to me in the Request.Form object. Are there any good examples of how to mod ...Show All
jobin thomas Excel Active Cell change event?
I am new to developing for excel and I need a little help. I can't find if there is an event for when the active cell changes. I want to be able to run a C# add-in every time the row changes, but because I can't find the event, I can't think of the best way to do this. I may just be looking in the wrong place, but any help would be appreciated. An example of what I'm trying to do would be this: Address information is added in on a row. The user ...Show All
James Walters Dealing with nulls and exceptions in query syntax
If I want to dump the running processes where the company name is Microsoft I have to write a somewhat grody query: var msProcesses = from p in processes where p.Id > 4 && p.MainModule.FileName.IndexOf(' ') == -1 && p.MainModule.FileVersionInfo.CompanyName != null &&a ...Show All
CraigC WPF 3D Tool
Pay attention to this tool beeing developed by Erno. http://blogs.infosupport.com/ernow/articles/3603.aspx There are not many guys working with WPF 3D. I remember that, participating in the beta of ADOBE Atmosphere there was not many programmers in the group, because "ADOBErs" are more artists than programers. This was one of the reasons of the total disaster of Atmosphere, phase outed now. Now we have the inverse, "MICROSO ...Show All
