Alien72's Q&A profile
SQL Server SQL Express - Access Denied Error Code 5
Hi, The install of SQL Express with advanced services on my WinXP Pro PC seemed to go fine but now I look at it and see that the actual SQL server hasn't installed. The log files says: Product: Microsoft SQL Server 2005 Log File: ...SQLSetup0003_HKM1_SQL.log Last Action: Install Finalise Error String: Failed to set registry settings for server network libraries. The action is SetShilohRoot. The error is 5 (Acces is denied) Also getting the same error for product: SQL Server Database Services. Any help would be greatly appreciated. It seems that the installer either didn't have permissions to your registry or that the registry was blocked in some way. If you're an admin when you run the program (unless yo ...Show All
Visual Studio Team System How one can sense that there a Check in happens to something
Hi all, I wonder about TFS source control in something as one developer check out some part in a solution project .... class .. etc. and after he done his work he checked it in ..... so how the other developers could be noted about that check in ...... as the others can know anything about that code that has been checked except that the person who checked in told them about that check in so he can get the latest version ........ so is there a solution to infrom the team about the different check ins that happened thanks The most common solution is checkin emails. An administrator can configure checkin emails to be sent to a DL, or users can subscribe to checkin events in areas of the tree they care about. There are lots of samp ...Show All
Software Development for Windows Vista Workflow Queue Item not being processed
I created a custom EventListener Activity that creates a queue and then subscribes to it. However, when add a queue item to the queue, it is never processed by the activity. I also have a custom Scheduler Service, so I know work is being scheduled and executed for this workflow instance. The QueueNames are correct. The workflow instance in question executes until my EventListiner activity. It then persists and unloads. After some external work is completed, an item is queued up and the workflow is reloaded and schedule for execution. It then persists and unloads without running my activity This worked in Beta 2.2 and I haven't read anything that would indicate a change to how this worked. Any help would be greatly appreciated. ...Show All
.NET Development How to randomly delete 1 row from a DB ?
Hello, I'm writing a program with the help of VB 2005 Express. It is connected to a DB using SQL Express Server 2005. In my program I want to randomly delete some rows from the table. I use the VB code: Dim WhichOne As Integer = rnd() * 40 (where 40 is the amount of entries in the DB) Dim DeleteQuery As String = "DELETE * FROM Table LIMIT '" & WhichToDelete & "', '1'" Dim DeleteCommand As New SqlCommand(DeleteQuery, myConnection) DeleteCommand.ExecuteNonQuery() If for example WhichOne = 17, it should execute an SQL query: DELETE * FROM Table LIMIT '17', '1' Which imo should delete the 17th entry in the table. Now I get an error on the execution of the SQL command, but what is it that I'm doing wrong ...Show All
Visual Studio Team System VS crashes when opening Team Explorer
When I try to start the Team Explorer VS crashes and the two following entries are in the event log (older first): .NET Runtime version 2.0.50727.312 - Fatal Execution Engine Error (7A062A61) (80131506) Faulting application devenv.exe, version 8.0.50727.42, time stamp 0x4333e699, faulting module ntdll.dll, version 6.0.6000.16386, time stamp 0x4549bdc9, exception code 0xc0000005, fault offset 0x00061635, process id 0x19e8, application start time 0x01c71715177b2bdd. OS: Vista Ultimate RTM After installing everything I succeded in connecting to TFS and get the latest version. But after the next reboot VS just startet crashing. Tried to uninstall & reinstall TFS Client, but this did not change the behaviour seen before. ...Show All
Visual Studio ctc compilation failure - Error 9 CMDS: Unknown subsection header
I have a VSPackage project and I'm getting the following failure after editing the resource file Error 9 CMDS: Unknown subsection header C:\\MyProject\\Project\\CtcComponents\\PkgCmd.ctc 47 MyProject The line number 47 is at fault, but it looks good. CMDS_SECTION guidMyProjectTypePkg The usual stuff is in the PkgCmd.ctc file, no menu or toolbar additions. I think the error is not pointing me to the correct spot. the Guid does exist in the guid.h and guid.cs files. Has anyone seen this before. I cannot build my project. I have noticed that there appears to be a duplicate PkgCmd.ctc file generated by the Ctc compiler, at least when I search for the guid two occurances of the same code appear in different files (VS locates the file at ...Show All
Windows Forms help ToolStripDropDounButton
hi all. on my toolstrip i have a ToolStripDropDounButton, with one sub menu. when i click on the small arrow, for getting the sub menu, the click event of the ToolStripDropDounButton is fired and the sub menu is shown also. how can i make it drop down it's sub items when clicking on the arrow, and fire the click event only when clicked on the button itself Check this thread for code that can do this. ...Show All
SQL Server Cluster Mirroring
I've read a lot of the information about this topic in MSDN. My boss askme to understand and to let working an example application of Cluster Mirroring. The problem is that i dont understand well yet what is a Cluster and what is the main idea behind it. If someone really understand and can explain me clearly whats behind it, i will be very grateful. Thanks a lot for the help. ( Sorry for me english :( ) Ok, Basically a cluster is a two-headed monster. Chop one of it's heads off and nothing will happen, it will still carry on chasing you. In computer terms, the simplest cluster is a two-node cluster (two headed monster) , two physical computers sharing the same name and IP address. If one of the computers making up the cluster ...Show All
SQL Server SSIS package designer lookup component GUI error?
Has anybody seen this issue already If you try to "enable memory restriction" from the Lookup component GUI you need to input both 32 and 64 bit size of maximum memory. However when clicking "OK" on the editor you get a message like : TITLE: Microsoft Visual Studio ------------------------------ Error at Update Execution Logs [Lookup folder path 1 [4429]]: Failed to set property "MaxMemoryUsage64" on "component "Lookup folder path 1" (4429)". ------------------------------ ADDITIONAL INFORMATION: Exception from HRESULT: 0xC0204006 (Microsoft.SqlServer.DTSPipelineWrap) ------------------------------ BUTTONS: OK ------------------------------ You can only set the p ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectX, XNA, Or XNA Game Studio?
Dear, I Am A Beginer In Game Development, But Professional In C# And C++.Net 2005. I Want To Start Learning 3D Game Development Where I Have 2 Main Questions: 1- C++, C++.Net 2005, Or C# Is The Fastest And The Powerfull Language For Creating 3D Application 2- What Is The Graphic Library I Have To Learn And What Are The Difference Between XNA, DirectX, And XNA Game Studio I Hope To Help Me In My 1st Steps. Thx Alot The ZMan wrote: Oh give me a break :-) of course I know of *all* the games in managed DirectX... I keep the list... Maybe I was wrong to say *ALL* but the bottom line is that there are almost no jobs out there being a game developer unless you are an absolutely solid C++ developer. I know - I tried ...Show All
Software Development for Windows Vista Is VB6 supported on Vista?
Has anyone tried to install VB6 and compile VB6 scripts on Vista Hello there, I have installed VB6 as described above I am getting an error: "Automation error - Error accessing the OLE Registry" when VB opens Can this be resolved Thanks Andrew ...Show All
Visual Studio Team System Can PREfast for Drivers Version 8 be used in Visual Studio 2005 projects?
Hello, I am currently using MS Visual Studio 2005, and I am aware that it does not contain PREfast with it. However, I found out that PREfast is installed in the Driver Development Kit, which can be downloaded for free. Right now, the most recent version of PREfast is in PREfast for Drivers Version 8, which is in MS Windows 2003 Server SP1 DDK. So, I'm sort of wondering if I can just download the DDK and use the installed PREfast there to perform static code analysis on my VS2005 projects. Is that possible I'm really looking forward for your reply... Regards, doyle I am not familiar with all of the changes made to the version of PREfast that ships with the DDK and how to configure that build environment to use the sta ...Show All
SharePoint Products and Technologies MOSS 2007 farm installation issue
We have installed MOSS 2007 Farm setup having 4 servers in total as follows. 1. SRV1 - Acting as SQLServer 2. SRV2 - Acting as SSP Server and hosting Admin site, search and indexing services 3. WEBFRONT01 - Web frontend server running 'Web Application Service' 4. WEBFRONT02 - Web frontend server running 'Web Application Service' When I create a web application and site collection through Admin site, the site gets created on both the web frontend servers, which is fine. But only one of the web frontend servers is able to serve incoming request. i.e. If I try http://WEBFRONT01 I get to the page, but when I try http://WEBFRONT02 I automatically get redirected to http://WEBFRONT01 and I get to see the page. If I swi ...Show All
Visual Studio Documentation Compiler - Sandcastle
We did code complete of documentation compiler ( code named "Sandcastle") on June 15th and currently we are testing the tool building our .NetFramework documentation. We would like to release the CTP version of Sandcastle in Microsoft download center by next week. The perf in our testing has been great as we are able to build the entire framework content in less than 1 hour. I am in the process of going through final check and code signing required to post this in our download center. Please expect the CTP in the next week or so and I will provide an update here as soon I post the CTP. Anand.. Will source code be available I know this is a redundant question, but the way in which you've architected the application trou ...Show All
SQL Server Installing Sql 2005 on Vista - checkboxes grayed out.
When I try to install SQL 2005 Enterprise edition on Vista - the checkboxes for everything but what i think is the client tools are grayed out. I get 3 warnings - Sql server edition os system compatibility iis feature requirement edition change check IIS is enabled, i have installed sp1(i thought this would fix the compatibility issue) and i think the edition change is because i have redone this about 6 times now - and it detects that i have done this before. so i click next on the install wizard and get to the check box tree and the only one available to check is the workstation components. what am i doing wrong thank you - this was very helpful. one more question. is vist ...Show All
