Answer Questions
Creanlin Creating a VSTO customization for Online/Offline use
I'd like to have my Word VSTO customization (deployed to an intranet IIS web site) run in both online and offline scenarios. My install doesn't install any files on the client, but simply adds the security policy to allow addins from my intranet site to run. (See "Code Access Security configuring installer" by Mads Nissen 2005 - http://weblogs.asp.net/mnissen). The equivalent commands would be: gacutil -i "%programfiles%\Microsof ...Show All
Mikmaq MaxItemsInObjectGraph
I'm getting the following error. Error while trying to serialize parameter http://tempuri.org/:GetByUpdatedDateResult. Maximum number Error while trying to serialize parameter http://tempuri.org/:GetByUpdatedDateResult. Maximum number of items that can be serialized or deserialized in an object graph is '65536'. Change the object graph or increase the MaxItemsInObjectGraph quota. The method returns List<T> where t ...Show All
B. Fuddled LINQ CTP (May 2006) is here!
We have the new CTP for you on the LINQ home page . There is one combined MSI for VB and C# developers that contains plenty of goodies: lots of features that you had requested and we had planned in VB, C#, System.Query, DLinq and XLinq. New component - LINQ over DataSet. New samples, visualizers. I will leave it to you to explore the details and give us feedback. Thanks for your interest and excitement since last PDC. This is what keeps ...Show All
rvsrinu Check box inside list box or combobox
Is it possible to have check box inside list control in XAML I have the XAML as follows <ListBox name = "list1"> <checkbox ID= "id1"> "hi1"</checkbox> </listbox> this doesn't work. I want this to be done without Longhorn or alvon programing. Is it possible since I'm using VS 2005. Also I want to add the check boxes dynamically thru C# code. Please help me out. Thanks Taruna ...Show All
china_chinese How to provide samples for the windowscommunication.net gallery?
The windowscommunication.net site looks great, but it's not clear how to provide samples. The following statement appears on the sample gallery registration page: "The download URL is a required field for all activities. The URL must point to a page from which the sample can be downloaded. The sample must be readily accessible. No links to executables, zip files, or other forms of downloadable media will be approved." So I can't ...Show All
johnnydeppsgirl Draw System.Windows.Media.PathGeometry in 3D?
Is it possible to draw a PathGeometry in 3D for instance mapping it to a plane Otherwise, is it possible to mesh/tassellate/triangulate a PathGeometry Andrea Brilliant ! Is it like drawing a filled path on a bitmap with alpha channel and applying it as texture to a transparent mesh Yup, that's exactly what you're doing. As long as the canvas has a transparen ...Show All
DPVic custom togglebutton
Hi, I need to draw a check mark in the left side of toggle button when the status of togglebutton is pressed. I was trying to do it using either DataTemplate or ControlTemplate using a path (for drawing checkmark) and textbox but I can not figure out how to hide the checkmark when the button is not pressed using property trigger. Any suggestions or sample code will be great. thanks/chong Thanks. this is ju ...Show All
matand Connected Party did not Properly Respond After a Period of Time
I've begun to expand the WCF services in my application and I'm starting to get a timeout error: System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. I have a number of data services that download lists of business objects of various kinds. This error seems to occur after ...Show All
gbm1 Add Custom wizard to context menu?
By the time honoured method of reverse engineering the existing VC# project item wizards, I have built a custom wizard for adding a new item to an existing C# project. The custom wizard is available from the Add New Item dialog, but I was wondering if it was possible to add it to the project's context menu in the solution explorer How would this be accomplished, and is it also possible to add a sibmenu Thanks, Andrew. ...Show All
willem odendaal Serious error when hide the column
Hi, I have one ListObject on ExcelSheet defined as: Microsoft.Office.Tools.Excel.ListObject myListObject = this.Controls.AddListObject(this.Range["A10", missing], "myListObject"); Then I am binding this listobject as follows: DataSet dsTrims = new DataSet(); string strWhere="select col1, col2, col3, col4 from tableTrims"; dsTrims = MyProvider.ExecuteDataSet(System.Data.CommandType.Text, st ...Show All
billmill Unable to read 2 (out of 3) media
Is there any reason that a TOSHIBA DVD-ROM SD-M1612 DVD player might be able to read the Visual Studio Team Foundation Server DVD, but not the SQL Server 2005 DE or the Team Suite media ("Windows cannot read from the disk. The disk might be corrupted, or it could be using a format that is not compatible with Windows.") Either way, is there an alternate method of obtaining the software hey guys, just ...Show All
jetter Setting up an InfoPath Query off of Outlook's Address Book
I am not a developer, but found Info Path to be a great tool. I am tryin g to set up an Info Path form that will be able to pull contacts from Outlook. I heard that it's possible, but I have yet to meet anyone who knows how to do it. Does anyone know how to set this up Thanks! Please post this question on the InfoPath Newsgroup. Here's the link: http://msdn.microsoft.com/newsgroups/default.aspx dg=microso ...Show All
Kawarjit Forms designer in beta 2 Visual C# 2005
After iinstalation of Visual C# beta 2 I tried to create simple windows application from template - ewerything worked fine but when I am trying to view sample form designer is not showing up and I am reciving error message: "Could not load type "Microsoft.VisualStudio.Shell.Interop.IVsRunningDocumentTable2" from assembly ... (And then version information and stuff)" I had some warning messages when first running Visual C# but I am not reca ...Show All
Braindonors.net How to build many DLL to one
Idont know how to build many DLL to one DLL please tell me Thks Report a bug in the Bug forum. I'm posting from Firefox and it posts fine. I assume we are talking managed code DLLs. You can use ILMerge to do the trick. Google for ILMerge, it's downloadable from MS somewhere. Theres also a (somewhat silly) frontend somewhere on the net, but using ILMerge is pretty straightforward. /mawi ...Show All
vsphp LINQ and SQL Server Permissions
Hi, I have one reservation about jumping into LINQ for an enterprise application: Security. It seems (and correct me if im wrong) that to be able to use DLinq to perform insert/updates on the database, you would have to allow the database user you connect as, to have insert/update permissions on the tables in the database. This is not considered good practise at the company I work for, where we only give the user execute permissions for store ...Show All
