kerberos.dll's Q&A profile
SQL Server SQL Server 2005 Sep CTP setup failed.
Setup attempted on a clean install of Windows XP SP2. The log file Summary.txt contains: Microsoft SQL Server 2005 CTP 9.00.1314.06 ============================== OS Version : Microsoft Windows XP Professional Service Pack 2 (Build 2600) Time : Wed Sep 21 22:04:53 2005 MachineName : Could not find a package to install on the installation media. SQL Server Setup failed. For more information, review the Setup log file in %ProgramFiles%\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt. Time &nb ...Show All
Software Development for Windows Vista Dataset not getting filled with newly added record
Hi, I am facing a strange problem in my web application. My web application has got thwe following architecture. Website -> WebService - > BusinessLayer, DataAccessLayer -> Microsoft Data Block -> DB. Now the problem is after creating a new request in the db, and then calling the getlist method after new insert doesnt reflect the newly added row in the dataset returned. ie after InsertRequest(Dataset ds), i call GetRequests() which returns me a datatset. the dataset returned doesnt refelect the newly added record through the first method. What could be the problem. Can somebody help me out. ...Show All
.NET Development Service and COM don't work with Windows XP Service Pack 2
I have a service application created with VB.NET that creates a COM object. The service works fine in Windows 2000, but in Windows XP with service pack 2 it doesn't because it receives the "Access denied" error. If I create a windows form application instead of a service, it works fine even in Windows XP with service pack 2. Can someone help me Run dcomcfg.msc and check the security settings (Launch and Access permissions) of this out-proc server (under DCOM Config). By default only SYSTEM and SELF are granted access permissions, you should add Administrator. Willy. &n ...Show All
Visual C# MessageBox behind console window when run in debugger (F5)?
I have a message which looks like this: MessageBox .Show( "Init failed!" , "Trace" , MessageBoxButtons .OK, MessageBoxIcon .Exclamation); When I double-click on the .exe file in the debug directory the MessageBox appears on top of the console window (it's a C# console application). But when I press F5 to run it in Visual Studio 2005 the MessageBox appears behind the console window (it peeks out at the bottom of the console window). How do you get it to appear in front of the console window Have this sometimes aswell. add "this" as first parameter. MessageBox.Show(this, ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Windows Game Testing standards
Hi, I'm looking for a set of standards to QA test a game against. Actual gameplay aside, we're interested in making sure the game performs admirably in the 'Plays well with Windows' category. To give a few examples: Alt-ENTER should switch from Full Screen to Windowed mode. Clicking the game in the taskbar should minimize or restore it. The game should regain focus properly when Alt-TAB is used. There are all kinds of little things that are taken for granted with normal Windows apps that just seem to break when it comes to games. We've written a good suite of tests, but it would be nice to have a solid guide to go on. Does ...Show All
Visual Basic BackgroundWorker - How to run 100 of the same process simultaneously
Hi, I need to run 100 of the same processes simultaneously - just passing in one parameter which will be different for each instance. I was looking for how to do this with Background worker - does anyone have any similar examples Regards Michael Green Overview of Background worker Components http://msdn2.microsoft.com/en-us/library/8xs8549b.aspx Background Worker Class Contains examples http://msdn2.microsoft.com/en-us/library/system.componentmodel.backgroundworker.aspx Your going to need to create multiple instances of background workers. ...Show All
Software Development for Windows Vista Could you tell me how should I do to enable the work flow foundation can be used?:
I have installed vs.net 2005 in my computer just now and there is no something which indicates the work flow foundation is available. So I downloaded the file of " Visual Studio 2005 Extensions for Windows Workflow Foundation Beta 2_2(EN).exe" from http://www.microsoft.com/downloads/details.aspx FamilyId=5C080096-F3A0-4CE4-8830-1489D0215877&displaylang=en. But the product code is required to install it. could you tell me the product code or another way to have the wff available. Thank you! There should not be a need for a product code. Which version of VS 2005 do you have If you are getting an error can you please post t ...Show All
Microsoft ISV Community Center Forums Access
I've been trying to use visual basic to format a table in access. I have a horrible mess of a table, which has multiple rows of information, in which i have to pulled different information from depending on what is in the first column of the row. I figured on using if statements and variables to determine the contents and what i need to pull out, however, i cannot figure out the way to actually denote the cell in the function. Like if i want to denote column cell A1 of Table SomeTable, how would I state that Is it even possible or is there a better way to do it Thanks! How you address it depends on how you ha ...Show All
SQL Server New Guy Question: Which came first ... the chicken or the checkpoint file?
Hello all...here's a question from a newbie ... I'm attempting to configure my SSIS package to use a checkpoint file. I've checked the docs, and I believe I've set all the package properties for this ... except they are looking for the name of the checkpoint file. I've tried a couple of experiments such as c:\myCheckpoint.txt and c:\myCheckpoint.xml ... just for grins ... to see if SSIS would generate a checkpoint file for me at the start of the package ... no luck: Message: Checkpoint file "C:\myCheckpoint.xml" failed to open due to error 0x80070002 "The system cannot find the file specified.". From these runtime errors I'v ...Show All
Software Development for Windows Vista How to use the cancel handler?
I have two workflows A and B. In workflow A I have the instance Id of workflow B. How do I gracefully cancel workflow B from workflow A Is this where the cancel handler should be invoked How When the cancel handler completes does the workflow exit Thanks. Can we trap the cancel event raised by using ' Terminate this workflow now. ' link on WrkStat.aspx page I was trying to capture but was not successful. Please advice. ...Show All
Visual Studio Team System How can TFS be installed with an existing Sharepoint?
New TFS setup fails if Sharepoint is already being used. After passing the health check, the TFS setup fails with this message: "Windows SharePoint Services is not using the required Team Foundation Server configuration database (STS_Config_TFS). To proceed, you must exit setup and uninstall Windows SharePoint Services. Then, reinstall Windows SharePoint Services in accordance with the Team Foundation Installation Guide, and run setup again." I am not sure if/how I can reinstall sharepoint, since I am trying to install TFS on a server where BizTalk 2006 is already installed. Since BizTalk is using Sharepoint too, won't that break i ...Show All
Visual C++ include guards gray out code
It appears that there is a bug with how the VC8 IDE detects and grays out excluded code. When using standard inclusion guards, like so: #ifndef HEADER_INCLUDED_ #define HEADER_INCLUDED_ // code here #endif ...all of the code between the inclusion guards turns gray. Until this is fixed, is there a way to disable graying out excluded code RITZ wrote: You could use #pragma once for now. #pragma once isn't portable. Also he could have a third-party library which uses these double inclusion guards. In manu scenarios #pragma once cannot be used. I cannot reproduce the problem eit ...Show All
.NET Development SqlCommand Timeout
I have C#(2003) console program that inserts 150k new rows into a SQL 2000 table. The job runs daily at 2AM when the server is bascially idle. It fails with a SqlCommand Timeout approx once every 3 attempts. Restarting one or mulitple times will resolve the issue. The timeout is set to the default of 20 seconds. I have run PSSDIAG on SQL mulitple times and get consistent results. CPU Util is 20% or <, IO Read and Write rates are under 100 I/O second (Dell Server with Raid 5 SCSI Disk, 6 physical drives) and minimal page faulting is occuring (< .5 avg.) When looking at the SQL TRACE files I can see the timed out insert statement fo ...Show All
SQL Server Row Count - Variable Name is Case sensitive
I defined a variable called "NoOfRecords" for a Data Flow Task and within the Data Flow Task I am outputting records from Flat File to RowCount before doing anything else. I typed Variable name as "NoofRecords" in Advanced Editor for Row Count and it didnt like it. It gave the following error. Error at Load Customers[Row Count [138]]: The variable "NoofRecords" specified by VariableName property is not a valid variable. Need a valid variable name to write to As soon as I changed the VariableName to NoOfRecords, it worked. It looks like a case sensitive issue. Hi Sutha, Variable names are indeed case sensitive. This is By Design. ...Show All
Visual Studio Express Editions Moving to next TextBox without using TAB key
In DB Express, how can I automatically move to the next TextBox to enter more data without having to use the TAB key or the mouse between each entry, when the entries are all only one character Thank you. This solution works! And since I have about 100 scores between 0 and 9 to enter on my page the time saving is considerable. Chipala ...Show All
