Answer Questions
DaveDonaldson binding in Word documents
Hi guys, As you probably saw I am having difficulties display bookmark controls that are directly binded to some binding source. I get a strange message, the reason of which I still look for an answer. So after reviewing once again the excellent webcast - Data Binding Relational Data in Visual Studio 2005 Tools for the Microsoft Office System from Janet Robinson - it occurred to me that nowhere in this webcast was shown how to directly bind tab ...Show All
cdisdero Get Visual Tree informations
Hello everybody, I would like to code an application that can give me all the informations about the Visual Tree, ie the same kind of application as this one: http://www.longhornblogs.com/zhanbos/archive/2004/11/23/7571.aspx So I would like to be able to get all the type of the controls which compose/are the content of another one: the same thing which is displayed, on Interactive Designer, on the left part (under DocumentRoot) of the TimeLine ...Show All
ThE_lOtUs Differences between Restoring from SSADMIN and SSRESTOR
I am trying to archive various projects from a SourceSafe database using 6.0c versions. I archived the database through SSADMIN and restore through SSADMIN. During the restore I get many "Project of File not found." messages. I tried restoring through SSRESTOR command-line utility and I get NO errors. I checked several of the files that show in the SSADMIN restore window and they appear in the database both the main file and the .a ...Show All
Sal M How to set in Details part by default 5 records even records are not available
Hi all, I am facing a problem with the students report customization. Students will be selecting different subjects for different term(or semester). So for each semester also they can select max up to 5 subjects. So few students will take 2 subjects , few 5 subjects or 3 subjects... so the problem is while taking the report the report must not come according to their selection but according to 5 subjects or more.. so the students who took 1 subj ...Show All
BethM MS VS.net Trail 2003 uninstall fails!!??
I tried uninstalling it and get a msgbox saying: "Setup is unable to determine a valid ordering of installation. See error log for further details" Where is this error log How would I uninstall I wish MS can for once wake up and make something uninstall and not also fail on uninstall. A fat joke it is... Hi I have the same problem with VS 2005 Pro Trail. I got a full version of V ...Show All
theprogrammer ANN:VS SDK 2005 Feb CTP for v2
Community, the Feb CTP bits are live at https://www.vsipmembers.com/ this release contains DSL and an RC of VSTA. The TFS bits are still the B3 bits from the RTM SDK. New samples since the RTM SDK include SingleFileGenerator, CodeSweep, SingleViewEditor, DSL Samples, VSTA Samples, SCC Samples, and the IronPython end-end integration sample. Other important improvements include doc updates, VSL improvements, the prototype VSTC ...Show All
Mr. Rare DataContext lost in a ModelVisual3D??? Is it a bug?
Hi all. At the end of this post I added 2 pieces of code. Basically, the second one is the same as the first one but wrapping the _itemContent with a Viewport3D so that 3D animations are possible on the list items. In both cases the _itemsContainer.ItemsSource is set in the code behind in the Loaded event handler of the Window. However, the 2nd code doesnt work and after many experiments I detected that the DataContext is lost. My question is: ...Show All
EZanker Visual Studio 2005 SDK (December 2005 CTP) Released
I installed this sdk but having trouble to get it to work with our package. The error message is "The object already has a CCW associated with it. Parameter name: o". Could anybody shine a light Thanks, Jillaint Aaron, The exception is caused by CreateAggregatedObject. If I put a catch around it, the exception message is what I saw before “The object already has a CCW associated with it. P ...Show All
Douglas Chor NetNamedPipeBinding slower with "oneway=true"?
Hi I took David Betz's samples ( http://davidbetz.net/winfx/2006/01/wcf-relative-binding-speeds.aspx ) and modified them to use oneway methods. The results I got were similiar (I used a slower computer), but for some reason the application managed to send more netTcp message than NetNamedPipeBinding messages. Why is that Is there some kind of optimization in NetTcpBinding for oneway methods I run the ...Show All
Uzzy Issues inserting table inside bookmark
I am trying to insert a table inside of a bookmark using VSTO, but creating a new table and passing in the bookmark.Range property completely overwrites the bookmark. When I recreate the bookmark around the table.Range the beginning of the bookmark is inside the first cell of the table and the end one is outside of the last cell. This in itself is not a major problem, but when I try to regenerate the document, I get an exception saying " ...Show All
cbretana __ComObject in DataTemplate
I want to show Array of COM Objects (IUPnPDevice from UPNP COM library) in a ListBox. ListBox shows them as System.__ComObject. Here is my XAML: < Window.Resources > < DataTemplate x:Key = " IUPnPDeviceTemplate " DataType = " {x:Type upnp:IUPnPDevice} " > < Label Content = " {Binding Path=Type} " /> </ DataTemplate > </ Window.Resources & ...Show All
Francis Griffin Check in web service that are already under source control for VS2003
At this moment we are upgrading web services, that are already under source control, from VS2003 to VS2005. The upgrade is successful, but when we want to check these web services in VS2005 is complaining that the *.asmx is already under source control and stops with check in of the other files. For a web service we checked the other files in with our source control manager and reopened the project. VS2005 do not notice that these files (app_cod ...Show All
Dem On Web msbuild publish not copying application1.exe.config.deploy
I am running the command "msbuild target /t:publish" and msbuild is not copying my application1.exe.config.deploy to the '\bin\debug\application1.publish\' directory. This is causing an error when I use clickonce since it cannot find this file. Any ideas This work fine when I do the publish from within the IDE. I re-created my project and it works now. ...Show All
somatic IIS Hosted COM+ Component
I have written a COM+ component that does a simple string echo. The component is set to run as a server and I can communicate with it via WCF when it is configured to be hosted by COM+ but whenever I set it to be web hosted and exposed via IIS I get a timeout when I call any methods on it. I can see the process load in the component services MMC snap-in but the calls to it never return. It also works fine if I set the component to use library a ...Show All
dotnetat43 Best of Forum Q&A
Here are ten of the most viewed questions and answers on the VSTO Forum. Note that some of the content has been slightly edited for readability only. 1. ClickOnce with VSTO - The application is improperly formatted 2. Error: 'null' is not null or an object 3. &n ...Show All
