Gorbit's Q&A profile
SQL Server migrate SQL 2000 system users
I have installed a new SQL 2005 server and successfully moved a db from one to the other. The users from that db were also imported, but the system security was not. Users cannot access the SQL system to even attempt to login to the db. What am I missing to import/transfer/migrate the system logins from SQL2000 to SQL2005 Thanks David Take a look at http://support.microsoft.com/kb/918992/ Thanks, Peter ...Show All
Visual C# Updating SQL database
Hello. I am wondering exactly what kind of code is needed when I want to update an sql databse from a windows form. I have a form with two textfields, and a button called save. When I press that button, I want the information in the textfields to be saved in the database as a new column in the table that these textfields are taken from. So, i want to write the code in the click method of the button. I guess this is really easy, but I have never tried before, and my book doesnt really explain how to do it. Will really appreciate help :) Hi! Easiest way is to use DataSet, DataAdapter, WinForms data binding th ...Show All
SQL Server DTS 2000 on 64 Bit
Hi, I have certain DTS 2000 jobs which have to br run on a 64 bit system after upgradation. Is this possible Manish Moving to the IS forum, where you're more likely to get a response. Paul ...Show All
Visual Studio Tools for Office want to use Shapes::AddLine funtion to put a line in word.
I want to use word in my Visual c++ program. I want to use Shapes::AddLine(float BeginX, float BeginY, float EndX, float EndY, VARIANT* Anchor) funtion to put a line in word. I do not know how to set the last parameter of this function,that is VARIANT* Anchor. Please tell me and I thank you very much. This is a non-VSTO related question, but you can post it in the MSDN office.developer.automation newsgroup. Here is the link: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.office.developer.automation&lang=en&cr=US Thanks! Janet Robinson Program Manager VSTO Te ...Show All
Visual Studio Team System Post build steps and TFS
Hi all, I have a big broblem with TFS Here is the problem: I have a solution containing more than 200 C++ projects. Each of them has some post build steps that copies the output (and also configuration files such as XML) to a specific relative pathed directory. This works fine on desktop computers, but it does not work on TFS. What I observe is that TFS tries to move all output files to a central directory (Binaries\Mixed Platforms\Release for instance) at the same time the post build step is executed. The result is: Some files are not moved to the central output dir ( Binaries\Mixed Platforms\Release), (In case copy is ...Show All
Visual C# Documentation in Web Applications
Hi, I would like to generate some xml documentation of a web application in C# with Visual Studio 2005. I have generated the xml the documentation in Windows applications, but I can’t find any way to do it with Web projects. Is there any way to do it Thanks in advance. GhostDoc is a free Visual Studio 2005 add-in that generates XML documentation. Here is a link: http://www.roland-weigelt.de/ghostdoc/ ...Show All
Visual Studio how can i display HTML string In Crystal report
Hi All, I need ur help for problem described below, i have a html string (In <TR> <TD> format contain HTML tags) now i want to display it in Crystal report i tried with simple string but it displaying me the whole string instead of formated output i.e. if <b>test</b> then it would be bold in crystle report display. but it showing the whole string as it is. i want formated output. like in above example it should be bold test.this should be applicable for all tags for table also(<tr> <td>) waiting for reply.. You want to use html tags to format your text like making text BO ...Show All
Windows Forms Is taskvision free?
What are the terms and conditions for using TaskVision as the basis for an application used for commercial purposes Hi Mike (and any other reader), I am not trying to be difficult or a trouble maker, I have been burned in the past, and I am a bit gun shy. Here are the two sections I am questioning: 2. That you are not all ...Show All
Visual C# Retrieving the COM class factory for component{} - 8007007e
Hi, I am trying to take screenshots of any open Internet Explorer. I have writen the code and it works fine when I run the site in debug mode. Once the site is published I get the following error: Retrieving the COM class factory for component with CLSID {9BA05972-F6A8-11CF-A442-00A0C90A8F39} failed due to the following error: 8007007e. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: Sys ...Show All
Software Development for Windows Vista Trouble with InvokeWorkflowActivity
I'm having some trouble using the InvokeWorkflowActivity in a project of mine. I got the workflow created, and the workflow that I am intending to call. If I don't have the InvokeWorkflowActivity at all, everything compiles just fine. I add the InvokeWorkflowActivity, I set the TargetWorkflow, and bind the one parameter. Then, when I got to compile, I get this error message: Activity 'invokeWorkflowActivity1' validation failed: Workflow definition for callee workflow ' MySecondWorkflow ' could not be loaded. Anyone have any suggestions Is the workflow you are trying to invoke in a different project There is ...Show All
Smart Device Development My Pocket PC IE browser does not read XML files!!!!
Hi all, When I uploaded an XML file from my PC to my Pocket PC and tried to open the file with the pocket pc IE explorer, it gives me a blank page, and doesn't show me the contents of the XML file, is there any known issue that I don't know regarding this problem Thanks in advance.. MEDO:where can I find the registry editor of Windows Mobile 2003 You need a 3rd party tool... http://www.kilmist.com/ppcRegistryEditor.htm ...Show All
Windows Search Technologies How to kill a process that is not even listed in task manager?
Hi, I'm having a problem to kill a process. For your information, the process is not even listed in the task manager. I would like to delete that particular file, but it seems like there's a process of software currently associated with that file. When i try to rename, move or delete that file, an error came out saying: "Cannot delete filename: It being used by another person of program. Close any programs that might be using the file and try again." For your information later, i am remoting this computer from my site. I don't know wether by restarting the server would solve this problem, as if that the only one thing i wouldnt want to ...Show All
Visual Studio Team System Can a Context variable be set from a Datasource?
I want to run a user registration recorded webtest for each username stored in a database. I've: - recorded such a test - Added a datasource - Added a context variable (sUsername) - Set the Username page field to use the context variable But I cannot see how to set the context variable from the datasource The only thing that can be done in the context variable Properties window is set the value to static text. I tried using the same syntax that worked for setting the Username page field to the datasource value ... {{TestData1.Username.Username}} ... but that didn't work (it was treated as static text). If I can bind ...Show All
Visual C# Messagebox.show
I am new at this so be easy. I have a messagebox.show that I want to display the result of a SQL select statement in. How do I do this please. I am using C# 2005. Here is a little dirty piece of code, you must use a StringBuilder, finetune the code and format the message. But it is a example: DataSet result = ...; string message = string .Empty; foreach (DataTable table in result.Tables) { message += String.Format( "--- Table: {0} ---\r\n", table.TableName ); foreach (DataRow row in table.Rows) { for ( in ...Show All
SQL Server remove deployed reports from server
How can I remove reports that have been deployed to my reporting services server Do you want just to delete the reports You can do it from internet explorer, type the reporting site then click Show details and then you can select and delete the objects that you want. I hope it helps you. ...Show All
