PA's Q&A profile
SQL Server SSIS Deployment
Hi, I would like to deploy my SSIS Package in my web server rather than Database Server. So anyone please give me some suggestion to implement this. Also I wanted to know whether I should have a SQL Server instance in the server where I am deploying my SSIS package Its pretty urgent. Help please. Thanks & Regards, Prakash Srinivasan . You do not need to have a SQL Server instance install ...Show All
.NET Development .NET Framework - hotfix. Can I discard the original Framework?
I don't know where else to post this, but I just received an automated update hotfix for my .Net Framework that is 1,114 megs...this is in addition to the original .Net Framework that is also 1,114 megs. That's taking up too much of my disk space. I'd like to remove one of them if I can, but I don't know anything about the pros and the cons. Can I just remove the original and use the hotfix in it's place Thanks, Paul The update was pu ...Show All
Visual Basic XML comments
My group is attempting to standardize on XML commenting for all of our classes and methods. We like the "Insert comments" option in VS 2005 but would like to add an additional tag <history> to the comments section. I know that we could probably do this manually each time we add a new class, but I would like to be able to have this new section come up automatically when we insert the comment. Is there a way to modify the XML co ...Show All
SQL Server OLEDB error while trying to import MDB data into SQL 2005
Hello, I am getting an error while trying to import data into SQL 2005 from an existing Access MDB database. When I try this on another workstation there are no problems and the data is imported successfully. Could someone tell me what to look for or what setting I have incorrect. On the workstation with the problem I had removed SQL 2000 Personal Edition and installed SQL 2005 Standard Edition. Also, I have both Visual 2003 and 2005 i ...Show All
SQL Server Backup File I/o Error
Guys, Apologies if this is in the wrong section. I have a SQL 2000 database which I backup to a folder on the hard disk using the following command in a Server Agent: BACKUP DATABASE [Multilog] TO DISK = N'C:\MSSQL7\BACKUP\multilog_backup' WITH INIT , NOUNLOAD , NAME = N'Multilog backup', NOSKIP , STATS = 10, NOFORMAT Recently it has been failing with the following error message: Nonrecoverable I/O error occurred on file 'C:\Multilog ...Show All
Windows Forms newlines in listbox population
Hello again, I have a listbox that I managed to populate. I populate it from a textbox, but before that the textbox is populated from a txt file. the problem is that when I populate it it doesnt appear as a list in the listbox, but rather as 1 long item in the listbox. I populate it first to the textbox because Im not sure yet how to populate the listbox directly from the txt file (Im new to programming). when the text in the textbox appea ...Show All
Visual Studio Team System Latest version MSF Agile Process Template
I’d like to know which is the latest version of the MSF Agile Process template. have this version that came with a trial version of the Team Foundation Server- "MSF for Agile Software Development - v4.0" however this templete has less Reports ( "Work Items by State" for example) than the version "MSF for Agile Software Development - Beta 3.100.2", which you can donwload at msdn. is there another version released ...Show All
Windows Forms getting the index of a character in ListBox
Hello, i have a ListBox with allot of text on each row. I would realy like to get the index och the character I'm clicking on with my mouse.. I have tried to get it by taking out the x-cord from mouse on the listbox and dividing it with the Font-size. But it is not 100% accurate. Is it possible in some way The font I'm using is Courier New. Regards Well, I need to have the visual effect; when you shoose a row th ...Show All
Visual Studio Team System Beta2: Cannot create a Team Project
I am not able to create a new team project. I'm logged in as a domain user with local administrator membership. On the last screen of the wizard I get this Process creation failed with error: "Initializaton failed for plugin(s): "Microsoft.Pcw.wss"" Here's the log content: 04/22/2005 01:48:54.478 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://syd-3rtest:8080/bisserver/EleadWebService.asmx " from the registr ...Show All
SQL Server Tool from SQL 2000, Missing in SQL 2005?
My favorite tool ever in SQL 2000 was a little utility, a front end if you will for querying the system tables. It was under the tools menu and if you typed say 'account', you could find all objects containing the name 'account'- stored procs, tables, columns, etc. A GREAT little tool that few people seemed to use. Now I have 2K5, can't remember its proper name to google it by, and can't seem to find it anywhere, though I suspect it is burried s ...Show All
Visual C# Is this a bug or by design? Settings declared internal when autogenerated???
In relation to this question I had concerning how to access settings that are declared in another project: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=116815#116815, I have some concerns with the way VS2005 beta 2 sets up the Settings file. When you create a Settings config file, it creates a Settings class that is marked internal to the Properties file. For example, the generated code from one I just created looks like: namesp ...Show All
Visual Studio Print Preview Problems and Two Questions
I'm having problems with Print Preview on a LocalReport. The "Generating Report" message stays on screen even after the toolbar becomes re-enabled. I can print, via the print button, refresh, and go back to the normal view. However, the problem does not occur with the sample Web Log Analyzer project. I have deleted the report and recreated it (several times). The only thing I haven't done is to compare the XML of my report and the Web Log report ...Show All
Visual Studio Team System Getting the Changeset Number
Just wanted to ask is there a way to obtain the changeset number during or immediatly after check-ins (via VS2005) programmatically for a file Is there an event I can listen for on the TFS server The reason being for our build process we record all the files checked-in into TFS onto a webpage, we would also like to display the changeset number for that file too. Thanks alot -Chris Y ...Show All
Visual Studio What are the limitations of the "Export Template" feature ?
Hi, I want to create custom templates for projects and items. I used the great "Export Template" feature but some limitations appear : - I don't manage to limit the scope of an item to a specific project (I tried to set the TemplateGroupID property of the project..., .vsi file...). - Set the build action of an item based on an item template. I'm afraid that it's really time for me to use another solution (the old school solution) : insert keys ...Show All
Visual Studio 2008 (Pre-release) about richtext
Hi I'm new to avalon and i've a small doubt on richtext box. Here i'm entering some message in rich text box and i dont know how to save that message also how to load external file(.rtf) into current richtext box. thanx Nagu Several things to note here. Looks like you are extracting the text dataformat from the problem you describing. From the code provided, it can be seen that the rtf format is ...Show All
