Wende's Q&A profile
SQL Server Control Flow design question
hi all of you, I haven’t idea if the following description is a issue or not, anyway: I begin from Control Flow layer. I’ve created a sequence container and inside I’ve got two groups, one own a sql task and another one own a Data Flow task. Both are linked for a completion conector. Up to here everything is fine. But when I collapse my sequence container the arrow remains there for these tasks and you can see the sequence container “closed” and the arrow lonely. Not very esthetic, not practical. Any clarification or though will be as usual welcomed I've seen similar problems in the past. I think th ...Show All
Windows Forms Drag and Drop in TabControl
Does anyone know of a good way to implement the ability to allow users to drag a specific tab page within a tab control and drop it between two other tab pages -- thereby re-shuffling the order the tab pages are displayed e.g. if I drag tab page 2, and drop it to the left of the center of tag page 1 tab... | tab page 1 | ta ...Show All
SQL Server Query/View Question
I am trying to create a view that returns data from three tables and can't seem to get it to return the data that I want. I am no SQL expert, so hopefully someone can give me some insight into what I need to do. The tables are basically set up like this: TABLE 1 PrimaryKey Textfield1 Textfield2 Textfield3 TABLE 2 PrimaryKey Table1ForeignKey Table3ForeignKey Textfield1 TABLE 3 PrimaryKey Textfield1 Textfield2 Tex ...Show All
Windows Forms App fails to install on one machine but ok on others.
I have a user who has installed my app on his laptop with no problems but it fails to install on his desktop with the following: ERROR SUMMARY Below is a summary of the errors, details of these errors are listed later in the log. * Activation of C:\Documents and Settings\John C\Desktop\Downloads\Lees-Bingo\Ver 3.2\Lees Bingo.application resulted in exception. Following failure messages were detected: + The referenced assembly is not installed on your system. (Exception from HRESULT: 0x800736B3) He's using WinXP Pro and has the .NET framework installed. It installs fine on my machines running XP Home. Anyone have any ideas what's ...Show All
Windows Forms Problem in installing an application made in .NET and MS-Access 2000
I want to insall an application made in VB.NET and MS-Access 2002. It installs successfully every time, but when I try to run it, it generates the following exception on some systems: HERE IS THE EXCEPTION: ------------------------------ An unhandled exception has occured in you application. If you click Continue, the application will ignore this error and attempt to continue ...Show All
.NET Development .NET Framework 2.0 Beta 2 setup FAILED!!!
Hi everybody, I Developed a small application in Visual Studio 2005 Beta 2. I tried to deploy that application in a machine running Windows XP SP2. I downloaded the file dotnetfx from microsoft .NET 2.0 Framework Beta 2 Redistributable page and I tried to install it on my deployment machine.... I tried everything to make it work, but the .NET Framework 2.0 does not install on my machine. I renamed the mscor*.dll on the System folder, I'm logged on as the administrator, I gave all the authorization to change the registry. Then I changed the deploy machine, I tried with a tablet PC and didnot work the same!!! Any Idea woul ...Show All
SQL Server Show multiple order records in single row
I have two tables CompanyTab and OrderTab .CompanyTab table contain one record for each client while OrderTab table contain multiple orders for clients. I have data in both table like CompanyTable ID Name 1 name1 2 name2 OrderTable OrderId CompanyTabID 1 1 2 1 3 1 4 1 In my query I want to show all orders in single row. ID Name Orders 1 name1 1,2,3,4 2 name2 null Is anybody can help on it. Thanks Arvind There is no easy way to do this in versions before SQL Server 2005. You could write a CLR aggregate in SQL Server 2005 that performs the string concatenation. But this method has it's own limitations. For example ...Show All
Game Technologies: DirectX, XNA, XACT, etc. D3DXAssembleShaderFromFile function question
Hi I am looking for a discription about the shader error codes which are generated by this function: hrA = D3DXAssembleShaderFromFile( (LPCWSTR)TCFilename, NULL, NULL, 0, &pCode, &pDebug); As far as I know it is possible to get an error discription if there is any by using ( char *)pDebug->GetBufferPointer() this function. I tried to find more information about these error codes but couldnt find any in the forum and internet. If somebody would provide me with more informations about these error codes I would appreciate. (Internet URL etc.) Thank you. Martin Do ...Show All
Visual Studio Team System Event Viewer error 3000 (TFS Warehouse)
We see to get two of these error events logged every hour on the hour. Is there something here we need to fix Event Type: Error Event Source: TFS Warehouse Event Category: None Event ID: 3000 Date: 12/13/2005 Time: 9:15:48 AM User: N/A Computer: MYVSTSSERVER Description: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 12/13/2005 5:15:48 PM Machine: MYVSTSSERVER Application Domain: /LM/W3SVC/3/Root/Wareh ...Show All
Visual Studio object DataSources at design time
object datasources can be attached to a SSRS report at runtime but was wondering if there was design time IDE support we would like to expose our Business objects not the database at design time I must be missing something but I can easyily use an xml file as input to reporting Services and it will happily cosume it at design time but I can not see an easy way to do the same at DESIGN time in VS Reporting . There must be an easy way to create a DataSet from an xml file and the xml tree appear in the data source window. It is too bad that the DatasetDataSource Control was removed from the Beta as it seems to do what we want. ...Show All
Visual Basic accessing a property of a collection class from one of its members
I have a collection class (Book) which contains a list of "Page" objects. I implemented the Book class as inherited from CollectionBase so it has a built in List to keep track of my Page objects. One of the properties of the Book is Author. How can I access that Author property from within a Page object that is a member of the Book Here's a section of the relevant code: Public Class Book Inherits CollectionBase Dim mAuthor as String ' this section lets me add "Page" items to the collection class Public Function Add(ByVal value As Page) As Integer Return List.Add(value) End Function End Class Public Class ...Show All
.NET Development Connecting to a Database Using VB6
I know in VB6 they have a dataview window and VB.Net has the server explorere..How does VB6apps connect to databases Using ADODB is one way....setup a connection object very much like you do in ADO.NET... http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnbegvb/html/oledbisanswer.asp ...Show All
Smart Device Development Smartphone emulator
Sorry if this is a stupid question. i am quite new to this field..where do i find the smart phone emulator in vs.net 2003 i only see the pocket pc emulator thanks Bugzz Please re-read the link I sent you. SP2002 is not a supported platform for managed development. I.e. You need SP2003 for NETCF. Please re-read the link I sent you. Cheers Daniel ...Show All
Windows Forms Maintaining the selected row after sorting a DataGridView
Hi, Simple question, hopefully there's a simple answer: How can I maintain the same selected row even after a sort on a DataGridView In other words, after new items have been added to the binding source and a sort has been forcefully been carried out (in the custom BindingList), how can I ensure that the selected row is the same row as the one selected before the sort Bear in mind, I'm doing the sorting in a custom BindingList so I can't just handle the Sorted or SortCompare events and implement my own logic there. Thanks, Jiten You will have to record some info that can uni ...Show All
Windows Forms DataGridView - dotted selection rectangle
Hi, when I click on a cell in a DataGridView, a dotted selection rectangle is drawn. How can I prevent that Also, when reordering columns, a selection rectangle for the header cell is drawn How can I prevent that as well as I do my own drawing for column reordering. Thanks, Tom You can handle the CellPainting event and mask out the DataGridViewPaintParts.Focus and then call the base Paint method with the new paint parts. In this version there isn't any built in support for using the built in column reorder but customize the way it looks. You'll need to handle the whole column reorder code and perform ...Show All
