Travis White's Q&A profile
Software Development for Windows Vista 5342 install problem
I keep getting an blue screen after first reboot when trying to install 5342. I have a asus k8v se deluze motherboard with latest bios. amd 64 3000+, geforce 6800gt, 1 gig ddr. Everytime it goes to reboot after intial installing screen it goes to windows setup boot screen then crashes. I installed 5342 using same iso on another machine with much less hardware and installed fine. Anybody have any ideas I tried insta ...Show All
Visual Studio VSS Repository structure and baselines
hi Please help me that in formal software devlopment culture how can a repository can be structured for code and other configuration itmes like Srs and desgin documents. It really depends on what you are planning to store in VSS database. Please review following articles: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvss/html/vssbest.asp http://msdn.microsoft.com/library/default.asp url=/library/en-us/d ...Show All
SQL Server SSIS Configuration
Hi, My requirement is to have the connection strings for the source and destination to be a parameter for the packages that way they can be changed from the sql job scheduler. Please let me know how to go about it. Any help will be highly appreciated. Thanks Vijaykishan See dtexec.exe command line reference, in particular /Set parameter: http://msdn2.microsoft.com/en-us/library/ms162810.as ...Show All
.NET Development Data Adapter Table Mapping question vs2005
I would like to have the user type in a query statement, click on a [Test] button and have the query results show in a datagrid. I'm stuck on the data adapter.TableMappings. This changes depending on the query the user inputs. Thanks, MikeD dsQueryResult = new System.Data.DataSet(); daQueryResult = new System.Data.SqlClient.SqlDataAdapter(); myCmd = new SqlCommand(); &n ...Show All
.NET Development ADO.NET/Access DB Insertion Exception
I’m working with an Access Database and ADO.NET. I have a record insertion routine that works on some tables and not others. The exception is “syntax error in Insert Into Statement” and it’s from an improperly constructed string. Public Function InsertRecord( ByVal NewRow As DataRow, ByVal Table As DataTable, Optional ByVal Update As Boolean = True ) As Boolean 'works NewRow(DataRecords.ciRecordNum) = Ta ...Show All
Windows Forms Howto add custom clipboard operation to DataGrid
Hi, is it possible to override the builtin copy-to-clipboard operation of the DataGrid-class and to replace the standard OnKeyDown (e.g.) handling by a custom one. We already have a custom GridView class derived from DataGrid. Regards, Walter Platform: XP, .NET1.1, VSNET2003 First, let me point out that I do not know what I am doing. But I did do what you are talking about. I added a context m ...Show All
.NET Development 64bit Memory Limits!?!
I have been evaluating the 64bit .NET Framework and have run into a very disturbing problem… an out of memory exception when I attempt to allocated over 2G of memory within a single array (or any object for that matter). I am working with 6G of memory of which I am able to allocate up to 6G of ram using multiple arrays (3) however any given array can not exceed 2G. I would love to hear if this is by design and why, or even better if there ...Show All
Visual C++ Flicker on custom draw control (ocx) after enabling XP Manifest
Hello, I've developed an OCX using Visual Studio 6 and MFC; this OCX subclasses the standard Button class and performs custom drawing of its surface and has been working without problems since 1998... If I add the control to a MFC application, developed using VS.NET 2005 with VC++ and MFC, I can see that the control flickers when the mouse rolls over the button surface (internally I call the COleControl::InvalidateControl MFC function) in order ...Show All
.NET Development WSE3 Kerberos Security
Hello, I'm writing an application using WSE3. The messaging is great. I have tried to secure my web-servie using KerbrosSecurity. I having difficulty with this: The OS i'm running on is Windows XP SP2. I have configured both the client and the service to use policies which use Kerberos. When the request (contain the kerberos encryption and sign) reach the service, the service thorw an "invalid token exception: bad username or password". I have t ...Show All
SQL Server SA password
Hi expert, I just install SQL server express. Very smooth installation and allow me login into the server by using window authentication. How i want to login as sa. if I using sa as login and SQL Server authentication. I cannot login to ther server. Thanks. Hi, http://support.microsoft.com/default.aspx scid=kb;EN-US;Q285097 HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Visual Studio Team System Exam 70-306. Visual studio version?
I want to give the following exam. Exam 70-306 Developing and Implementing Windows-based Applications with Microsoft Visual Basic .NET and Microsoft Visual Studio .NET However, i want to give it for Visual Studio 2005. Does anyone know which version of Visual Studio is covered in the exam If it is not Visual Studio 2005, when is Ms planning to bring it. Thanks for your time!! hi good day. im new ...Show All
SQL Server matrixData parameter scope must be set to a string constant
Hi all, I am using the runningValue to set alternating color for the MatrixColumn I have. Basically I have 2 dynamic Columns, group 2 is under group1. Group1 is Catagory, Group2 is Style. The data field is one field - in this case, sales. I need to alternate background color for each catagory. I used iif(runningValue(Field!Catagory_Name.Value,CountDistinct,Nothing) Mod 2, "#...","#...") to set backgroundColor for Group1 ...Show All
Visual Studio 2008 (Pre-release) Callback to windows form
I have just started acclimatizing to WCF and VS2005 and would appreciate some help with a really basic newbie problem. I am trying to modify the duplex CalculatorService sample to use a windows form client instead of a console. The service calls the client callback methods ok and the parameters get passed to the client, but I can't get the data to display. My first conclusion was that the callback comes in on a different thread so I have ...Show All
Smart Device Development netcf 1.1 and Windows Mobile 5.0
Whether the application developed using netcf 1.1 work on Windows mobile 5.0 pocket pc Regards, Senthil. Hi Senthil, Yes, no problem. Windows Mobile 5.0 based devices have the .NET CF 1.0 SP3 in ROM. Regards Michael ...Show All
.NET Development Web Service state question
Hello, Is it possible to maintain a database connection via a web service If I have 1000 clients hitting a web service, is there a way to have them all use the same database connection instead of opening a connection, passing some sql, then closing the connection I assume this is not possible, if it is not what suggestions would you offer Thank you. its not possible, the connection must be expli ...Show All
