Greenstrike's Q&A profile
Audio and Video Development How can I create a auto-activate button to jump to another button on the same menu?
Requirement: When the disc enter the playlist, the auto-activate button is activated and showed for 1 to 2 seconds, then it jumps to another button on the same menu based on user's preference. ...Show All
SQL Server The process could not connect to the distributor....
I have a small problem, I get this following error when trying to start the snapshot agent "The process could not connect to the distributor 'distributor name'. NOTE: The step was retried the requested number of times [10] without succeeding. The step failed. I thought it was related to users or rights but i am using the same user than in previous replication with the server and the rights haven't been altered. I don't know if someone has some knowledge of what to do or a workaround solution, any help would be greatly appreciated. Thank you in advance. Which version of SQL server are you using If you are using SQL 2005, the Window account under which snapshot agent process runs is used to co ...Show All
SQL Server How do SQL 2000 service packs play a role in upgrading?i.e.Can SQL 2000 Standard with no SP be upgraded to SQL 2005 Standard
How do SQL 2000 service packs play a role in upgrading That is, can SQL 2000 Standard with no Service Packs(SP) be upgraded to SQL 2005 Standard, or does SQL 2000 Standard have to have a certain service pack Hello Priya, It is possible to upgrade without SP1. I have recently upgraded a workgroups 2000 to SQL 2005 WGP and it went smooth. I dont see any reasons why SQL 2000 Std wont be upgradable to SQL 20005 Std if SP is not installed. Thanks, Rubal Jain ...Show All
SQL Server How to detect bad data out of fact in tables and how should we deal with them before integrating them to the data warehouse?
Hi, all here, Thank you very much for your kind attention. I am having a query about how to find out bad data out of fact (I mean the value is out of the defined data field type) automatically in a large transactional table, and how to deal with those bad data before integrating them into the data warehouse Is there any third-party softwares to deal with detecting bad data and dealing with them Thank you very much in advance for any helpful and advanced guidance. With best regards, Yours sincerely, Constraints are really the only way to ensure data integrity at the database layer. You can try enforcing integrity at the application layer, but in my opinion the database should always be t ...Show All
Visual Studio Express Editions C# setup
hi, I made a program in C# and I would like to distribuate it to friends into an setup.exe file. I could find a program already who could make this setup.exe for me by clicking the right things in the wizard. But the problem is it just compiles the data and then just extracts it into it's normal form. And people who don't have C# installed can't use the program then. Can somebody help me by giving me a free program who can create my C# project into a setup.exe file but so others can use it to without having to install C#. (I only have the free version of C#, so I can't do it directly using a setup project) Many thanks! the program will not install anything - your program is just a program, no ...Show All
Visual Basic FolderBrowserDialog Question
vb.net 2003 How can configure the folderbrowserdialog command to come up by default to a specific folder I dictate. For example, My Music. Thanks, Dim fbd As New FolderBrowserDialog With fbd . RootFolder = Environment . SpecialFolder . MyMusic . ShowDialog () End With ...Show All
SharePoint Products and Technologies Content Types & Page Layouts
I am currently working on creating a Web Content Management platform for a client. The platform should be able to support multiple sites, with different applications and look and feel. I have chosen a single sitecollection for all sites, to enable template reuse and content syndication. Currently I am working on defining Content Types an Page Layouts for a specific subsite, and some of those only applies to that subsite. Therefore I have created those content type on the subsite level, but when i try to create a Page layout using the Sharepoint designer only the content types located in my site collection are displayed. Can i define Page Layouts for subsites, or do the underlying content types always have to reside in the site col ...Show All
Visual Basic printing multiple paged documents. Te following line only equates true once!!
I am trying to print a list from 4 arrays with the code below. The arrays all have the same number of items so that their indexed values are printed on the same line. There are 50 entries for each array. I want no more than 35 lines per page. I have run the code below as well as some variations of it, and I can only get one page with the first thirt-five lines printed. I can’t get the second page with the remaining 15 sets of information to print. Can someone give me a clue as to what I need to do print the complete set of lines, 35 on page one and 15 on page two Here is the code. Private Sub PrintCashGiftsButton_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PrintCashGiftsButton.Click ...Show All
.NET Development problem in client/server application
Hi every one, I developed a client/server application . client connect to server correctly if both are under the same router (in the same Lan) , but the problem arised when the client and the server arenot in the same Lan they cant connect together. I checked the router configration ,it was correctly setup. please if you have expirense in this problem help me. Thanks for reading my message------------ bola shokry wrote: I think , you dont read my message carefully I said : I configured my router and the problem still exist. any way thanks RizwanSharp. if you have any other help please tell me thanks again I surely did understand your answer and I was just a ...Show All
Game Technologies: DirectX, XNA, XACT, etc. persistent backbuffer OR renderTarget (on 360) possible?
I want to disable backbuffer clear. Though I have removed the Clear from my draw func it still gets cleared to black on Xbox360. Run the same thing on PC and the mystery clear doesn't happen (stuff I'm drawing correctly smears across the screen). I also tried to workaround w/ ResolveBackBuffer to a texture and draw this back at the beginning of each frame but thats not working for me either. In this case my Draw() looks like: Draw Backing Texture using Quad Draw new items ResolveBackBuffer -> Backing Texture I even tried double buffering the backing texture w/ no luck. Thirdly, I tried RenderTargets, but they also seemed to be getting cleared each frame as well! I would think there's gotta be a way for rendertarget contents ...Show All
.NET Development Installed 3.0: Now what?
I believe I have successfully installed the 3.0 Framework, but I see little evidence of it on my system. Shouldn't there be something Is there a readme that says what I actually installed I found a readme on the web, but it is about trouble shooting issues. I want to know what I can do with what I installed. I don't see any new references in VS.NET. I don't see any new Control Panel or Administrative Tools items. I do see C:\WINDOWS\Microsoft.NET\Framework\v3.0 with some MSI files in it. Do I need to run each one There is a WPF.msi. Do I have to run it to create WPF apps Am I ready to run WPF apps The 3.0 Framework like the previous ones is pretty quiet when installed as it should really only be used when ...Show All
Visual Studio Team System Testing Backup/Restore Procedure Using the 180-Day Trial Version
Hi, We are currently evaluating TFS/TS. As part of our evaluation our system administrator need to practice the backup/restore procedure for TFS according to the documentation provided in MSDN. Q1 : If he performs a full backup for the TFS including (SQL Server DBs) and then format the PC, afterwards, he reinstalls Windows OS then TFS trial version again and finally restores the TFS backup (That contains our projects), will the evaluation period be restored to the point of time of the backup Is the backup valid in this case ( By the way we are using a Single-Server Installation Structure ) Q2 : Are full backups taken to TFS data of the 180-Day trial version applicable after we upgrade to the licensed version Thanks in advance. ...Show All
Visual Studio 2008 (Pre-release) LINE Preview for C# missing - during Visual Studio 2005 Project creation !
Hi - I installed LINQ Preview (May CTP) on my machine today (LINQ Preview show-up in the Start-Program Files) and when I try to create a project in the New Project dialog, I don't see the 'LINQ Preview' entry at all. Is there something I am missing Do I need to have .NET Framework 3.0 Runtime for this (I tried this but for some strange reason this installation failed!) This is what I have on my machine Visual studio 2005 Team System, Windows XP (SP2), .NET Framework 2.0. I have only installed the C# components in my Visual Studio 2005. I am confused! Any help would be greatly appreciated. Thanks, Sanjeev You should find a bin directory in the LINQ Preview directory (in Program Files). In th ...Show All
Visual Basic How to disable the refresh method of Picturebox
Hi : I Have PictureBox Control the user can draw over this picturebox some lines and he will save it to file . but when the form that contains this picturebox has minimized or sended to back when the user get the form to top again the drawed lines over the picturebox were gone . and the picturebox has refreshed . i want to disable the refresh method to make the picturebox save the changes . is it possible thanks ................ looking at the problem from the wrong angle....you don't want to disable the refresh you want to redraw everytime the picturebox refreshes...this is done corectly by using the pictureboxes paint event to do ...Show All
Game Technologies: DirectX, XNA, XACT, etc. 3D Studio file viewer/renderer with source code and a bunch of effects
I've just posted an XNA-based (beta 2) 3D Studio file viewer, with source code, that handles a bunch of things like per pixel lighting, bump mapping, shadows, environment mapping, mirrors, and transparent objects. The link is here: http://www.threesixbox.com/project/ id=6c3eea10eb Hopefully some of you will find it useful. ...Show All
