Answer Questions
Sunil Sinha How to bind to 3rd item of XML ?
<Page xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " > <Grid> <Grid.Resources> <XmlDataProvider x:Key="MainMenuDS" XPath="/MainMenu/MenuItem"> <x:XData> <MainMenu xmlns="" Default="2"> <MenuItem Icon="Images/Music.png" Name="My Music"/> < ...Show All
CaptnJamesKirk How to create crystal report components like(ITextObject,IBoxObject,... ) at runtime?
Hi every body, I try to build dynamic report by VB.Net where i want to create crystal report components like(ITextObject,IBoxObject,... ) at runtime but i do not how and if it possible to do that. If there are anyone can help me. Please Contact me. Thank You. Hi, I'm moving your question to the appropriate Crystal Reports forum http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=77&SiteID=1 . Best regards, ...Show All
Petchtykun! Export to vector graphic format
Hello, I was trying the export as image functionnality of the class designer of Visual Studio 2005 Pro, and I've seen that there are no vector graphic format to export the diagrams to. Is there a plugin of some sort or a functionnality that I haven't found to do that Isn't there a way to export the class diagrams to Visio Thanks Unfortunately the export formats are a bit limited in this release of the Class ...Show All
Carriage1 Some errors after installing a visual studio 2005 beta2
Hi, After installing a VS2005 Beta 2 I have a problem with "creating controlls from Toolbox". 1. Before an installation I completely removed all necessary components! 2. I've installed a VS2005 B2 3. I've installed a MS SQL 2005 B2 Developer Edition 4... 5. I've tried to reinstall all components ...!... In a project (not important wheather VB or VC# or ...) I can create only first control for example "Date Time Picker" - so I can save, compile a ...Show All
ohanlonp The deployment doesn't work always...
As I finally succeeded to install the RC VSTO version on my machine, I decided to deploy and to make it available to all my users... However, I just received 3 messages: 2 have been finally able to install it...one not again :(... As I can read here , there are some cases where even VSTO may fail... Any news about it Any possible solution Thank you LastHope Hi, You can download VSTO runtime here: http://www.microsoft.com/downloads/det ...Show All
Patty Benskin I need to web development
When I viewed this page: http://msdn.microsoft.com/vstudio/products/compare/ I was under the impression that I would have the web development environment similar to the professional version. I was using the 90 day trial copy of the professional version. But after installation there appears to be no web support. Help! (I wonder if there is any way to switch versions ) Jeanne Hi Jeanne, Visual Stu ...Show All
skyshock21 can i assign diffrent label to an item?
in the source safe help,it say: --------------------------------- If you assign a label to a version that already has a label, or if you assign a label to an item that already uses that label for a different version, the old label is replaced. In either case, VSS issues a warning before replacing the old label. --------------------------------- but,if i want to assign diffrent label for diffrent version to an item,can i do that if can,how ...Show All
J Denning Visual Studio 2005 Combined Help Collection Broken
This has been discussed several times and I've still not seen a fix that actually works for it. I've tried everything posted here in the forums, newsgroups and on the web with the same results: The V isual Studio 2005 Combined Help Collection along with SQL Books Online are not available. Pointing Dexplore.exe to here: ms-help://MS.VSCC.v80/dv_vscccommon/local/CollectionManager.htm Shows this at the bottom of the page: Collectio ...Show All
Sasikumar Dynamic columns for Microsoft Report Viewer?
I am researching the viability of converting our product from ActiveReports to the MS Viewer. In order to do so, we need to dynamically create columns for the reports. We do this by passing in a DataTable into the report class and then dynamically reading the columns (and some of their properties that exist in our derieved (from DataTable) class. The report ends up looking like a grid. The question: is this possible using the ...Show All
xopher How to pass parameters in Msbuild
Hi, I want to automate my task of getting latest version, building the solution, obfuscation and then making setup files..so for making setup file i want to pass paramenters for giving the version number of the new setup. I want to give paramenters when I am running msbuild through command prompt. So plese tell me how to do that..... Thanks!!! I just found a link . http://dougrohm.com/cs/articles/11.a ...Show All
Klarita Trusted Assembly referenace Problem
So, i have this web project tempalte, that has an extension which will hopefully run and execute some code. however, when i go to create the new site, select my template, i get the error... Error: This template attempted to load an untrusted component 'xxxxxxx, version=xxxxx, cutlrue=netirau, plublickeytoekectn=xxx.........' The assembly xxxxxx is signed and in the GAC, so I am not sure what else to do... Bacially, in that assembly i ...Show All
kzu How get click event from button embedded in each item of ListView?
I have a ListView control with a DataTemplate for displaying some of the columns. Inside of one DataTemplate, I have a button. When this button is clicked, how do I get the click event in the main window C# code Will this event also give me the list view item that was clicked, or will I have to figure that out somehow The button has a name, but that's going to be the same for each row. Thanks for any help... ...Show All
Mike Zimmerman Button Resizes Incorrectly when changing the angle of it's layout
I grabbed some source off Charles Petzold's website and played around with it. There seems to be a problem that when you rotate the layout of a button in a UniformGrid that at an angle of 45 it shrinks below what is required to show all the text. Is this a bug Copy all the code below to a .xaml file and run it to see the problem: < StackPanel xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xm ...Show All
d.th Problem with remote web debugging
Debugging through a remote IIS server doesn't work completely. The debugger will not load any symbols for classes defined under the /App_Code directory. Any work arounds In what directory are the PDB files Habib Heydarian Program Manager Visual Studio Debugger I am using a project. This was a vs2003 vb web project that has been converted. The conversion process placed files ...Show All
Rockdrala Source control.... repository design
How does your team go about designing your Source Safe trunks Personally, we're having issues figuring out how to properly model a project in VSS to allow for "snapshot" views yet allow us to continue building towards releases. For example, how would Microsoft setup a VSS design around a product like Windows I mean, you've got 5,000 developers all hitting the same repository in theory and all working in the same "version ...Show All
