Answer Questions
Sikander Publishing a ClickOnce project with command-line MSBuild
You can build the Publish target of a .csproj with the command-line MSBuild.exe, but when the Visual Studio IDE publishes a project it also copies it to a designated location and in Beta 2 appears to do something clever with preserving old .application manifests. Is there a way to have MSBuild.exe perform these extra steps from the command line Perhaps I'm building the wrong target I'm having trouble with to ...Show All
Jools .Net Caller / Sender
Dears, I'm trying to retrieve the information of "calling cell" of a UDF in Excel, but I can't use, for example Application.Caller.Address, in C# code now. What's the equivalent code of Application.Caller (I tried Excel.Range r ca = (Excel.Range)Application.get_caller(1) in C# but it show an error that conversion of Int32 to Excel.Range failed) I want to get the original cell value & formula for a custom UDF in VSTO in the Workshe ...Show All
aleksandar uzelac Come join the largest group on the DSL and Related Technologies
Now that the November CTP is out we are really ramping up. If you are as thrilled with this new capability as we are join us on gotdotnet here: http://www.gotdotnet.com/Workspaces/Workspace.aspx id=15536008-e1a7-4c7f-b7c1-dc148491e2c6 Kind Regards, Damon Carr, CEO and Chief Technologist agilefactor ...Show All
captmoroni3 mscorsvw.exe
When installing Visual Studio 2005 Beta 2 (and when install has finished) a process named "mscorsvw.exe" runs, and takes up 95/100% CPU. I've no idea why this is. That, and when trying to start Visual Studio 2005 - It opens, then immediately exits. I've done the un-install of previous versions in perfect order, and yet the problem continues Can anyone shed any light Very interesting article. Didn't he ...Show All
wwy94621 MSBuild Task differs from msbuild command line (for Items) ?
1. These are the files in my directory: one.targets two.targets x.txt y.txt -- two.targets --- <Project DefaultTargets="two" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Target Name="two"> <MSBuild Projects="one.targets" Properties="a=*.txt"/> </Target> </Project> -- one.targets --- <Project DefaultTargets="One" ...Show All
LittleNew Team Development with Visual Studio .NET and Visual SourceSafe
Hi! Does anybody know any updated version of a guide like 'Team Development with Visual Studio .NET and Visual SourceSafe' of MSDN (http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnbda/html/tdlg_rm.asp) This guide was written in 2002 and some things seam to be out of date (for instance a web project can also be access throught the file system with VS2005) Thanks Dimitris ...I'm looking forward to it! I haven't had the ch ...Show All
Chris Breier Plugging in the SDC WiX tasks to Team Build
One for the sdc team! I am trying to use the CompileMsi task from Microsoft.Sdc.Tasks, the documentation uses the following example: <CompileMsi SourceFiles="SourceFile1.wxs;SourceFile2.wxs" ...Show All
didalos 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
Erlink Dlinq and Gridview
Hello, I was wondering if anyone has any success trying to bind an object datasource that uses the underlying DataContext classes to a GridView. I am particularly having problems with an update. I have a class called MenuItem which was generated using SqlMetal. I have a list of object instances of this class bound to a GridView. The ObjectDataSource requires that the UpdateMethod take a parameter of a specific type if the DataObjectTypeNam ...Show All
Elham Sarikhani How can I programmatically load a solution?
I have see (and used) the rather nice interface for working with Projects. It is quite easy using Visual Studio 2005 and C# to open a project file (using VCProject from VCProjectEngineObject ) and to get the collection of configurations the project contains. And from the configuration, it is fairly simple to update virtually any setting. But what I’m wanting to do starts at a level higher. I would like to ...Show All
avs Inclue MS Word editor and toolbars inside my SmartClient app
I would like to be able to include the Word editor and toolbars (selected toolbars if possible) directly in my SmartClient application. Can I do this using VSTO 2005. Note that (MS Word 2003) would be installed on each client workstation. To put it another way, think of using MS Word 2003 as an inline component on a VS2003 built SmartClient...basically I would provide a dockable work area and call a form with the MS Word components I nee ...Show All
anina79347 C# on XBOX ... LINQ on XBOX?
http://biz.gamedaily.com/industry/feature/ id=12175 I don't know of any plans (for all I know, XNA will use the same compiler), but the possibilities are interesting: from m in player.Neighborhood.Monsters where m.Target != player do m.Attack(player) (Presuming a do(Action<T>) comprehension... which I've added to my personal wishlist.) Sure, the Linq possibilities are limited just with one's imagination I guess. ...Show All
Archael Technical questions from a VSTO newbie
It's great to see VSTO finally fixing some long-standing Outlook development bugs/headaches. While I've been developing in Outlook for a long time, I'm completely new to VSTO. I've read over all the documentation I could find, but still have a few technical questions. 1) Will the garbage collector release references to Outlook COM objects efficiently during the use of my application Let me elaborate. As I understand, each add-in is run in ...Show All
Feng Chun PivotCache
I managed to create a Pivot Table programmatically using C# . I tried following ways PivotTableWizard() First Create a PivotCache and based on that a PivotTable Both these methods worked fine. For the DataSource I provided a NamedRange ( SourceType was XlPivotTableSourceType.xlExternal. My problem is that my data is not in a work sheet ( of course I can create a worksheet using my data and create the ...Show All
Peter1979 The request for security token could not be satisfied?
I have a message router bound to a local msmq (using System.Messaging) and communicating with a WCF http service on the other end (both ends happen to be residing on my local machine in this scenario). When I process a relatively large number of queued messages in a short time period (1k messages in less than 5 minutes), on the call to the WCF service, I get the following exception: System.ServiceModel.UnknownFaultException: The request for s ...Show All
