Answer Questions
Demchuk TargetName Does not work for me.
I have problems getting the Targetname property in ANY setter to work (inside a datatemplate). How Do i access specific elements within a datatemplate to change/animate with a animation/property trigger definitely let me know what you find because i've run into problems along the same lines. also, don't forget that it *could* be a bug in the runtime, but this doesn't seem like much of an edge case that ...Show All
sholliday Installation Problem?
Got VS2005 Profesisonal installed. Went to create an Windows console application and got an error. Then proceeded to comment out the few lines of code to leave an empty main(). Tried to run the application again and get the same error. Here's the error: Request for the permission of type 'System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=Some Number' failed. Is this an installation erro ...Show All
AngelosP What is ObjectDumper?
hi ,all. what is ObjectDumper is it a custom class The object dumper is a small utility library that comes with the LINQ CTP samples. It basically iterates through the properties using reflection and dumps the values to the console window. You can find the source at C:\Program Files\LINQ Preview\Samples\ObjectDumper in the C# download.Jim Wooleyhttp://devauthority.com/blogs/jwooley/default.aspx DLINQ can be considered as ...Show All
Bertil Syamken Document Explorer crashes
Thought I'd start a new thread, since I'm using Visual C# Express, rather than full VS2005. Windows XP Pro SP2, Visual Studio 2003 Pro, SQL Server 2000 Developer Edition, Visual C# Express, Visual Web Developer Express, SQL Express 2005, MSDE. I also have Virtual Server 2005 SP1 beta installed. Problem just started this weekend. Whenever I click on any topic in the Index, Document Explorer crashes. I've tried Repair on Visual C# Express, Visual ...Show All
saurabhsule82 Call was rejected by callee
I'm running into a different problem as well here. I'm getting this error message when I attempt to trigger a custom menu item added by a VSIP Package using the DTE automation. I have a regular winforms application that launches an instance of Visual Studio and gets the DTE object that it exposes through OLE Automation. I have a VSIP Package registered that is essentially a slightly modified ToolWindow that adds a menu to the View menu. I' ...Show All
hangkous Tom, I see what has been keeping you busy post the E.L.
I'm friends with Brian Button and really jazzed at this new release. I am inches from joining the Redmond campus. Anyway I wanted to let everyone know I am running a GotDotNet workspace on thiese technologies and we have over 83 members. To join simply go here: http://www.gotdotnet.com/Workspaces/Workspace.aspx id=15536008-e1a7-4c7f-b7c1-dc148491e2c6 I'd love to join your team.. I'm not sure where they have me currently located... I am 110% be ...Show All
Syed Junaid how to delete cancel build task item
Hi, Does anyone succeed in deleting all the "Task List" items after cancelling a build I cancel a build in the "OnBuildBegin" handler. The code I'm using to delete the task list items : Window taskListWindow = ApplicationObject.Windows.Item( Constants.vsWindowKindTaskList ); TaskList taskList = (TaskList)taskListWindow.Object; try { foreach(TaskItem item in taskList.TaskItems) { item.Delete(); } This code is called in the "OnBuildDone" ...Show All
TrevBryan VS2005 Registration Benefits - not allowed access to Registration Benefit Portal
I just registered my copy of VS2005 Standard Edition that I received at the VS2005 Launch. One of the benefits of registering is free icons, components, etc. When I try to go to the Registration Benefit Portal to download them I get a page stating that the page is missing or I lack authorization. Is there a trick to this -Chris Hy! When I try to acces the Registration Benefits Portal I receive this error: Page Not Found The co ...Show All
moker Help disabling Just-In-Debugging
I installed .net 2.0 yesterday and now Just-In-Time Debugging has taken over my apps I work on outside of VS.net. I have followed all steps I have found to disable JIT with no results. So then I uninstalled 2.0 and reverted back to 1.1. Still, the JIT dialogue pops up. The pages I am working on are classic asp pages and the last thing I need is these JIT popups. I have been unable to find any information beyond the checkboxes in VS.net. Could an ...Show All
Andrewssi VSTO and Windows application
Hi, I'm plannig to use the VS Tools for Office to print a worddocument direct from a windows application. For example: my Windows application use the filesytemwatcher to wait for a new text.txt file. If there is a new file, my application has to put some parts of the text.txt file into a new worddocument and print this doc-file. Can anybody tell me how to do this Is there an example available Yo ...Show All
eddie d Query Builder Re-use
Hello, I have been trying to find the interface or Factory that would allow me to interact with the Query Builder that is used when adding a query to a DataSet. I have been looking in the Microsoft.VisualStudio.Data namespace but have mainly found the DataConnectionDialogFactory or the DataConnectionFactory... But I haven't been able to track down the Query Builder.... It looks like the Query builder is a reusable interface that has a c ...Show All
Shreya Error loading Subreports - The report definition for report 'xxx' has not been specified
I am getting "The report definition for report 'xxx' has not been specified" error when I run a subreport. The sub report runs fine by itself, as does the parent report. When I try to reference the sub report via the main report, I cannot reference the parameters defined in the sub report, and the sub report errors when I run the form. I saw some postings that mentioned problems with accessing reports in subdirectories - this is the ...Show All
Thornsdale Inspecting the DataBindings property
I am trying to discover the properties of the components on a Form using automation, and all goes well until I get to the DataBindings property. It displays as a System.Windows.Forms.ControlBindingCollection. I can get ahold of this object and get its BindingSource, but I cannot figure out how to get ahold of the BindingSource.DataSource. I know it's bound to an object and I can see the correct object in the debugger, but when I call BindingSou ...Show All
Joshua Weage edit -> delete on excel disabled, after excel vsto installed
I have created a excel project utilizing VSTO 2005 and now I have installed it on different computer to test it. It works great on their computer and does everything it is suppose to do. The issue is now when the user’s tries to use their regular excel the “Edit-> Delete” is disabled. Any ideas, why And how to fix it… Thank you Hi johnnym Have you checked by putting a breakpoint, that the shutdown event for th ...Show All
Manon 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
