edgtr's Q&A profile
Windows Forms Button Text and Image depression
Does buttons with image embedded on them synchronize both text and image depression while clicking them in .Net2.0 I could find that when a new project in VS2005 is created and the form contains the button control, the look and feel at runtime satisfies the requirement. However, when I use a project originally developed in VS2003/.Net1.1 & now migrated , placing a button from .Net2.0, the run time does have the same problem. ...Show All
SQL Server How do you create Users?
This is for Reporting Services 2000. I'm going round in circles in the Book Online, web sites etc trying to find this out. There is a great deal of information about how to create role assignments and define what each role can do, but I can find nothing about how to define WHO belongs to each role. I have had to make all folders accessable to the Everyone role so they can get in, but I want to give some people access to some folders and ...Show All
Visual C# ArrayList copying a class
I am reading a .csv file and loading each record that I read into a class then populating the class into an array list. The issue I have is that the class contains strings and seems to be copied by reference in the array list. Therefore causing an issue when adding additional records the reference is just being written multiple times in the arraylist with the same pointer. A friend suggested I use a dataset instead of an arraylist. I have to do ...Show All
Visual Studio Can't edit macros in Visual Studio 2005 standard edition
I just installed visual studio standard edition and was trying to edit a macro from the samples. However when I select edit, I get the following error: "Interface not registered". What gives Is this feature not available in standard edition I got the same error from the beta version. Did you completely uninstall Beta 2 from your machine following the Beta 2 uninstallation steps http://msdn.microsoft.com/vstudio ...Show All
Visual Basic help with listview
i'm currently building an app with vb.net and i'm having some problems with a listview and item activation, i don't understand the mechanics of it what i want is to double click on an listview item and show a form i've been searching in msdn but i don't seem to understand how it works any help would be appreciated Because you are trying to do it in MDI. You can't use "Is" in here. You have ...Show All
Software Development for Windows Vista virtual folder and keyword problems on Vista CTP
I'm using a Power-User account "TestUser" on Vista CTP (from the PDC distribution). I have created 2 text files in the TestUser->Documents folder, and assigned each a keyword "vista". When I type "vista" in the explorer search box and do a "Search the Computer", I see the two files. However, when I click "Organize->Save as Virtual Folder", then try to browse the resulting virtual folder, I see every file on the system. D ...Show All
SQL Server SSRS 2005 Connecting to data on 2000
Hello, I 'm building the reports on SSRS 2005 and connection to a 2000 DB, every thing seems to go ok, except when i try to see the reports on the web browser. At that point i got the following error. An error has occurred during report processing. (rsProcessingAborted) Cannot create a connection to data source 'BI_IVN_RELACIONAL'. (rsErrorOpeningConnection) For more information about this error navigate to the report serve ...Show All
Visual Studio 2008 (Pre-release) InvalidOperationException: Open DataReader using DataContext.Connection
Hi, What's the best way to receive the total row count of an ITable acquired through reflection Since reflection is used, System.Query.Count() is unavailable. The next thought is to use ExecuteQuery<T>(string, object[]). An attempt to call DataContext.ExecuteQuery<int>("SELECT COUNT(*) FROM SomeTable"); produces an error: Message="GenericArguments[0], 'System.Int32', on 'System.Data.DLinq.Model.FieldAcc ...Show All
SQL Server Sorting an XML Source & Memory Consumption.
Hi there, I have a large XML document (100Mg) that I want to process through a data flow process. Part of the process is to Sort the various relational tables created by the XML Source - then merge join them. The Sorts consume all the available memory and the process grinds to a halt. However, if I source the same data from SQL tables, the sorts don't consume anywhere near as much memory. So a couple of questions: 1. Is there ...Show All
Smart Device Development Adding web services created in VS2003 to VS 2005 smart device projects as web references
I've been trying to add a web reference to a web service that was created some time ago in Visual Studio 2003. This web service works fine and is linked to from several smart device projects. When I add a web reference to the web service in a Visual Studio 2005 Beta 2 smart device project (compact framework 2.0) it seems to work fine until I go to build the solution. The build constantly fails with the following message in the outp ...Show All
.NET Development InvalidOperationException error
I have created a test C# project with only one format, which has a datagridview and a save button on it. I have linked the datagridview to the database via the data source configuration wizard, which has created a tableadapter, dataset and bindingsource. When I startup the project, data will be loaded in the datagridview. When I want to update the datagridview via de save button, I get the following error messag ...Show All
Visual Studio Cannot install GAT or any other guidance package
Trying to install GAT or any other guidance package gives me the following error on a dialog box - "Operation is not valid due to the current state of the object" - clicking on the OK button rolls back the installation. GAX Preview release (Dec 2005) installed - no problem GAT version: Preview release (Dec 2005) Visual Studio version: VSTS (2005) O/S: Windows XP service pack 2 .NET: Version 1.1 and 2.0 installed MSI: ...Show All
Architecture VS 2005 and multiple projects.
I was told by someone that Visual Studio 2005 has moved away from multiple projects in a solution. I don't believe this for a second, but I wanted to see if 1) it really was true and 2) if there is any info I could draw from to counter that argument. Also, do many of you consider the information in this article: ( http://msdn.microsoft.com/library/default.asp url=/library/en-us/dndotnet/html/designnetapp.asp ) a bit outdated And b ...Show All
Windows Forms DataGridView CurrentCellChanged event problem when populating...
Hello, I have a DataTable with 11 columns and 9 rows. I use a DataGridView for displaying that, and I generate manually its columns. I have some problems when I populate my DataGridView : the CurrentCellChanged event is raised 3 times consecutively : the first time, the DataGridViewCurrentCell exist (and Columns.Count == 1 and Rows.Count == 1), the second it's Nothing (and Columns.Count == 11 and Rows.Count == 9) and the third it exist again (an ...Show All
Windows Forms DataGridView with two-row elements - how to sort? (Two DataGridViews linked together)
I have two DataGridViews (in Visual Basic 2005). The first DataGridView displays a list of fonts and their filenames, with font name being the first column, filename being the second column, and each font using one row per font entry. The second DataGridView displays previews of the fonts listed in the first DataGridView. However, this preview view uses two rows per font - the first row is the preview of the font, which is shown in a large size, ...Show All
