Robert Darwin's Q&A profile
.NET Development Dataset Merge Duplicates
I gotta be doing something wrong: i'm Using the SqlClient namespace I need to detect changes in a SQL SERVER 2000 database.table I am, initially, setting a DataSet with the table (ds as Dataset) Then, at specified intervals, i'm setting another (different) dataSet with the Live data with the same SQL connection, and SQL query as the initial (dsLive as Dataset). I then MERGE the newly created dataset with the saved, "cached" dataset: ds.Merge(d ...Show All
.NET Development Problem running .NET application
I am having problems running ndoc (I have two versions, both generate the same error; the one I would like to use is from http://jonas.lagerblad.com/blog/ ). When I try to run NDocConsole.exe, I get the following error: Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Access is denied. File name: 'NDoc.Core, Version ...Show All
SQL Server Hi to all,Please help me
Hi i want to hide a particular row in crystal report. how could i do that. thnx trivikram You should ask over at the Crystal forum: http://forums.microsoft.com/msdn/ShowForum.aspx ForumID=77 . ...Show All
Windows Forms Drawing an custom icon in the caption area of a form
Is there any way to draw an icon, or image in the caption area of a form to the left of the 'X' close button Or perhaps add my own button there instead of an image It would also be cool if I could replace the 'X' close button with my own close button Snickel65 wrote: Is there any way to draw an icon, or image in the caption area of a form to the left of the 'X' close button Or perhaps add my o ...Show All
SQL Server Can I install MS SQL 2005 Dev on win 2003 web
Hello to everyone again to get info and support I relay on forums..... I buy Visual studio 2005 professional there is included MS SQL 2005 developer edition I buy Brand new DELL PC ($4750) with Windows server 2003 web edition I can not install MS SQL 2005 developer edition my curently cost to buy all these MS products was $1080CAD + $350CAD for win 2003 I didn't find normal to have no telephone suport and no version capability ...Show All
.NET Development problem with web services generated classes
i have a web service and a winforms client application, both written in c#, and i receve some objects from the webservice and load in a listbox. The proxy generated classes created by the wizard contains the correct member variables by they are exposed as simple variable and not as properties, so i'm not able to set the DisplayMember property of the listbox to selected the field to be shown, and i have to create an intermediate class ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Problem with Oct05 SDK and VC++ [Was:HELP ME PLEASE]
I've download the new DirectX (october2005)SDK uppdate, but i'm having problems create a Direct X application. It doesn't show-up in the new projects menu under Visual C++ or any of the other Languages. What would anyone recommend as the solution for this problem. Thanks jack for the help it worked out good. It been a while since i used C++ , so i'm more use to the VC++ 6.0 version. I guess i'l ...Show All
Visual Studio Express Editions Less than, greater than, equal to, date.
Trying to get this to work. I'm trying to prevent saving over a new version of a file. I've tried >=, <=, and =. I'm guessing that I can't compare dates like this. Bryan Dim MyStamp As Date = FileDateTime( "bay.txt" ) If FileDateTime( "bay.txt" ) >= MyStamp Then ' execute code here End If ok sorry i have tried this and it worked fine for me and i w ...Show All
SQL Server Bug in Microsoft SQL Server 2005 JDBC Driver
I am using the new Microsoft SQL Server 2005 JDBC Driver to connect to ms sql 2000. I am testing GMT date conversions in my application and found a bug in the way the driver converts DateTime columns in the ResultSet.getTimeStamp(int i, Calendar cal) method. The driver is not converting GMT dates to client time correctly in the time range og April 1, 9:00 pm to 10:00 pm EST through the rs.getTimeStamp(int, Calendar) method. The date is coming ba ...Show All
SQL Server Placing Database under Visual Source Safe Source Control
I have been trying to evaluate how SQL Server 2005 integrates with VSS. The only thing I can find is the ability to place a database 'solution' under source conrtol and that basically puts create scripts and change scripts under source control. Ultimately that is nearly worthless. What I would really rather do is place the DATABASE under source control so that a user would have to check out a table if they wanted to make a change. I would ...Show All
Windows Forms .NET Install Base Statistics
Does anyone know where I can find statistics on what percentage of Windows computers have .NET installed - Bryan I'm looking to make a business decision. Right now all of the software development I do for consumers is in VB6 or C/C++. Most Windows users already have the runtime libraries necessary for those languages, and don't need to download anything more than my program in order for it to wo ...Show All
Visual Basic Arrays and Listboxes
I am porting my vb6 code to vb.net, but I'm having difficulty changing the array and listbox code. Below is my newer vb.net code. It is pretty selfexplanitory: Dim arrappnames() ReDim arrappnames(lstAppNames.Items.Count) 'LOAD THE DATA FROM BOTH LISTBOXES INTO EACH ARRAY For xNames = 0 To UBound(arrappnames) &n ...Show All
SQL Server SSIS Connection Object and Expressions
I have been writing a custom source adapter that uses a file connection within the connection manager. If I hard-code a specific file then the component works. However if I use a file connection that has an expression defined which updates the connection, for example when you have a for-each loop looping over a set files. The file connection doesn’t seem to re-evaluate expression each time you access the file connection via the code. Is there s ...Show All
.NET Development BindingList<T> implementation
I have written a set of custom business objects along with a collection to hold these objects that can be bound to any UI control. To accomplish this, I wrote my collection class to derive from BindingList<T>. As my custom business object can of course contain custom child objects, does each business object have to implement IEditableObject, or will the generic BindingList class take care of this for me In other words, if the collection de ...Show All
Visual Studio Team System Workspace mapping lost when doing "Open from source control"
Hello All I have the following structure in TFS Source Control : My Server DH2 DH2Solution (holding my .sln file) DH2 (a WebSite) DH2.Installeur DH2.Installeur.Action DH2.Metier.Commun DH2.Metier.CRM some other DLLs When I want to get back the solution, here is the step I follow: Create a new workspace Map my strucuture : $/DH2 is mapped to C:\Projects\PDA\DH2 Then I do File / Sour ...Show All
