Answer Questions
anthonyjl VS 2005 Setup problem
Installing the VS2005 Pro (German) after starting Setup.exe I get: Could not copy the file ....VS\setup\DeleteTemp.exe to the temporary directory. Make sure that the specified file exists and run setup again. Any idea Thanks I found the problem (lsobuster, blue icon with long filenames required). However, after calling setup.exe next problem came up copying files. It seems to be a problem of IsoBuster. Using Daemon Too ...Show All
rkn123 Determining whether WinFX Runtime Components are installed
I have a program that uses the WinFX runtime components that I would like to deploy using ClickOnce. I am trying to set up the runtime components as a prerequisite to the install of my app. I would like to be able to detect whether the runtime components are already installed on the client, and if they are not (or not the latest version) then require them to install them. How can I determine if they are installed and the version of the runtime i ...Show All
AliBaba2005 VSS2005 client access
Hi After installing VSS2005 in the webserver, I have created a few accounts and now, from my client machine (which is at a different domain that the VSS server), I am trying to logon to VSS. It gives me: "Access to files".....\......\data\rights.dat denied" I am sure there are tons of info on the net. Can anyoneone point me out to a link or site where this is comprehensively covered at one place Also it is definitely security setup of ser ...Show All
Bruce M how to access wcf service from visual basic 6.0 or linux
Hi, I have created a simple WCF service. My question is how do I access the service without using the proxy generated from svcutil. For example, if I want to access the service from linux or visual basic 6.0 without WCF installed. thanks chong Ideally you build a interoperable web service this exposes standard types. Your consumer should have the same Specifications implemented on the other ...Show All
subsider34 Adding a toolbar to a manage tool window VS2005
hi I read the article in http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_vstechart/html/add_vstoolbar.asp this article refer to how to add toolbar to toolwindow in vs2003 . In vs2005 the " CreateToolWindow " method is not used directly and " FindToolWindow " is used instade. how can do the same in VS2005 thanks Dana see doc section "Adding a Toolbar to a ToolWindow" in the June CT ...Show All
achristov Visual Studio 2005 perfomance issue
Well, i just converted my 10 project solution to VS .Net 2005, and i'm finding out the converted app is running very slow. There has been no real change(except i substituted ConfigurationSettings.AppSettings to ConfigurationManager.AppSettings to see if that was the performance issue) and no luck. My application connects to Microsoft SQL Server(not 2005). What may be the cause to this problem My computer is a 2.39GHZ Celeron pc with 752 mbs RAM ...Show All
Aerodes DependencyProerty at run-time
Hi, Is it possible to add DependencyProperty dinamicaly at run-time thanks in advance, miljac I know for this. Anyway thx. But my problem is different. I like to have object with variable number of DependencyProperties (say max 1000) named like Register_1, Register_2,... Register_1000. And my question is how to add DependencyProperties in function like OnClickAddProperty(“Reg ...Show All
Carlos Mendonça crystal reports in c# / disable parameter prompt
Hi everyone, is there a way to disable the parameter prompt of the crystal report viewer in c# (2005 beta2) I've got a simple report viewer, which doesn't have the smart tag to disable the parameter prompt as apparently the viewer for asp.net does, I'm loading a simple report with a parameter at runtime where I also set the parameter in the code, but still it'll prompt me for that anoying parameter and use the one from the prompt!! I didn' ...Show All
WantaBe VSS 2005 allow only one file to be multiple check out(not hole project)
Using VSS 2005 could I allow a single file to be multiple check out(not hole project). I want's my web.config to be multiple check out Could I do that If yes then How It is possible to allow multiple check out on specific projects within a VSS repository. I haven't tried this for a specific file, but it will work for a project and its respective subprojects. 1) Open the srcsafe.ini file for the repository 2) Add in the foll ...Show All
Rinter21 export each page on different pdf file
Hi! I have a dataset containing two related tables. The parent table contains many rows. Each of them normally creates a page in my report. Is it possible to export each of these pages into separate pdf files The most simple thing to do would be to loop through each row, copy it to a new dataset, copy also the child rows and then perform the export to the new dataset. Can you think of a more elegant way to do that Thanks Dimitris ...Show All
Will Colbert Design view goes "Whoops" on my XAML code, but it will compile and run.
I posted a similar issue earlier, the difference here is that it runs properly. Nonetheless, the design pane can't deal with it. Complains thusly Error 9 Objects of type 'System.Windows.Media.Animation.BeginStoryboard' do not have child object collections. <my local path removed here>Window1.xaml 67 13 WinFxRotate Here's the XAML (no C# code required). < Window x:Class = " WinFxRotate.Window1 " xmlns = " ...Show All
John Tom Unable to Debug Stored Proc in Visual Studio
I'm unable to activate debug on any stored procs in Visual Studio 2005. I'm doing the following: Establish a connection to the database in Server Explorer. Navigate to the Stored Proc, double-click it to open it. Right-click the Stored Proc's name gives me several options but they don't include "Step Into.." When I click into the procedure code pane a Debug Menu item appears on the Menu bar but all it contains is one ...Show All
Wilton Kwok [DataMember] changes in September 2005 CTP
From looking at the September 2005 CTP docs, it would seem that DataMemberAttribute.IsOptional has been renamed to IsRequired and that the DataMemberAttribute.VersionAdded has been renamed to Order. Is the latter correct -- Galen ________________________ Galen Earl Murdock Veracity Solutions, Inc. Principal Software Developer Hi Douglas, txs for the answer. So, the order is only important for direct mes ...Show All
Parag Khare Custom coloring using MPF
The documentation mentions the following for creating custom colorable items: - Set RequestStockColors to 0 or leave it untouched (Left it untouched) - Define your own ColorableItems in the constructor of LanguageService - Override GetItemCount and GetColorableItem methods of LanguageService I followed the above steps and still the custom colorable items do not show up in Fonts and Colors property page on Options dialog box. I made sure that th ...Show All
tightcoder ContextMenu and Data?
I would like to add a ContextMenu to objects in a ListBox. These objects have a DataTemplate. I got it to add a ContextMenu to the DataTemplate so it was displayed on each item. But how can I react to any Click Event I tried to use <MenuItem Click="OnItemMenuClick" /> but how can I get a reference to the data the ContextMenu lies on top Parent properties point to nothing ... Thanks for your reply. This will work for me but isn't it ...Show All
