ZO6's Q&A profile
SQL Server Auto Process Messages in Target Queue
I am little confused with this statement, can please some one clarify! Create QUEUE ReceiverQueue WITH STATUS = ON , ACTIVATION ( PROCEDURE_NAME = dbo . process , MAX_QUEUE_READERS = 1 , EXECUTE AS 'dbo' ) Does this mean when a message reaches to ReceiverQueue, it will automatically processed by dbo.Process procedure Create PROC dbo . process As Begin DECLARE @conversationHandle UNIQUEIDENTIFI ...Show All
Visual Studio Team System Publishing unit test results without TFS
Hi, I want to publish some unit test results to a system testing team without the use of TFS. I've recently moved over from a java project were all junit test results were published to system test in a junit report. This is idea for my organisation. Here the system test team are totally separated from development so TFS is not an option, and they will only accept code into system test if similar junit style unit test reports can be provided ! ...Show All
SQL Server changing SQL server service account
Guys, I have got WINDOWS 2000 Advanced Server and MS SQL SERVER 7.0 running on my live server. Now when we are planning for replication, we have found that SQL server will require to run under a domain account. At the moment there are so many ASP pages running on our server accesses different databases created using SQL server 7.0. Most of them are DSN connections to the database. Now if i create a domain account and restart the server and MS SQ ...Show All
Visual Studio Express Editions Cannot load VB Express Edition on my Computer will not install no error message
Please help. Cannot install VB Express Edition on my Computer. Have Windows XP, 2003 Professional Edition. Can you help with what might be interfering> No error messages whatsoever. Thank you, supermsd Have you checked to make sure that you machine meets the req, SP2 and such. Also I would perform a windows Update then try. ...Show All
Visual C# Can you put a Image into a ListView with a Grid?
I was woundering is it possible to put a Image into a ListView "Grid Style" There is a nice article on code project that added some extra functions to the ListView control: C# List View v1.3 . You can also get the bounds of an sub item and put a PictureBox over the ListView. ...Show All
Visual C# How to launch process in c#.net web application(on button's click event)
Hi All, using System.Diagnostics; Process process = new Process(); process.StartInfo.FileName ="msimn.exe"; process.Start(); This code runs perfectly with Console Application but I need to run same " msimn.exe" on button's click event in web application..I have tried but unable to do that.. Pls..let me know how to do that ,Thanks in advance Leena & ...Show All
Visual Studio How email a report as an attached .pdf
Just wondering if there is a white paper or article to tell me how to do the following: I have a report that I access in VS in local mode. This has nothing to do with the web or HTML. I simply have a report and I would like to make it easy for the user to email this report (as a .pdf) to someone else. How do I do this Raj, you're a STUD!! I got your link to emailing a report. I haven't looked at ...Show All
Visual Studio Express Editions Database Update Allows Additions but not Deletions?
Hi, I’ve created some code to add new rows to my database which works fine, and after restarting the program, all new rows are still there. (I’ve modified the database parameter from ‘Do not copy‘ to ‘Copy if newer’.) Another subroutine I’ve created removes certain rows. While the program is running this works fine! However, when I restart the program the deleted rows are back in the database! This seems really stran ...Show All
Windows Forms Visual Studio .Net 2003 error: Exception occurred while painting the label for property
Hi: I am pretty much baffled, suddenly I cannot use Visual Studio 2003 due to the following error: - each time I am launching VS 2003, when I click to open a project I get a pop-up error box with the title "Microsoft Development Environment" and the message: "An Exception has occurred while painting the label for property [Atributes, Misc, etc...]. See below for details." The [..] name changes depending on the pro ...Show All
SQL Server SSIS in .NET 2005
Hi All, I have a .NET 2005 application that uses SSIS programming class library to load and execute SSIS package stored in SQL Server 2005 (in msdb). I created the setup project that added automatically all the dlls required for that, and it is all included in .NET 2.0 as far as I know. Now, every thing goes OK on the development machine (XP SP2) against local SQL Server 2K5. But I deploy the application in ano ...Show All
Visual Studio Tools for Office add text to anywhere in MS word document
Hi, I created app to send form data to Word. Its working properly. But now I want send that data anywhere in the document. For example begining, end and center. Here Im not talking about align text. Acctually I want send those data to certain palces. Please Help me You can learn how to use bookmark controls and XML nodes in the VSTO on-line help documentation in the MSDN Library. Here are two sections to start you on your way. Thank ...Show All
Audio and Video Development blend image use VMR9
I blending an image on the video use VMR9,when the video is rendered in it's native size,the image is ok,but when the video is resize(such as 320X240 to 640X480),the image is blured. What is the size of the image that you are blending I assume the native video size is 320x240. When you stretch it to 640x480 you should see slight blurring (or specifically aliasing) of the video also. Are you seeing that the im ...Show All
SQL Server move data from SQL 2005 to DB2/as400 using DB2OLEDB
I have a simple SSIS package that I want to move data from SQL 2005 to DB2/AS400. In order to use OLEDDB destination, I installed HIS2004 that provides DB2OLEDB support. For simplicity and testing purpose, I created a connection pointing to a SQL table that contains only one ccolumn "last_name" of type "nvarchar(50)". This is my source, I then created another connection using DB2OLEDB pointing to a table on DB2 that co ...Show All
.NET Development One more time
Ok guys 10th time lucky I think (Hope) I am trying to build a VERY BASIC Windows Form Application using Visual Studio 2005 and C# I have a MSQL db attached to the application, on the table are 2 columns IDNum (int) Primary AutoIncrement Nombre (varchar(50)) on the form I have TextBox called txtIDNum A button called btnSubmit another TextBox called txtNombre What I want to happen is someone types a number in the txtIDNum. Press the submit button ...Show All
Visual C# Using C# Express!
Hi! I'm using C# Express, I created Console Application. I wantn't run my program in Quick Console, I want run my program in the console window... Hi, I guess your reffering to the instance where your console just pops out after your program executes. If you want to see your output before the console closes then you would have to put a readline (Console.ReadLine()) statement at the end of your program. But if you want to execute it in the ...Show All
