meetsenthilbtech's Q&A profile
Visual Studio Team System I need to extract Team Test Load Agent from VS2005 Team Edition
I want to use MSTest on remote machines. But I could not find Team Test Load Agent in *.msi file ( or in one or few executable files). The final goal is testing our products on remote "clean" machines only with our product and needed MSTest environment installed. When I'm trying to download it I see only the link to VS2005 Team Edition. Any way, the problem exist and I need to get executable file(s) with minimal required environment to run mstest.exe. Note: My company has MSDN Subscription and recieve all crresponding disks in time. Sergio, Load Agent is not included with MSDN subscriptions or any version of VS 2005. It must be purchased separately. Keep in mind that we ...Show All
Game Technologies: DirectX, XNA, XACT, etc. InvalidOperationExceptions playing XACT Cues
Hmm, this is quite odd ... this error seems to pop up after a while of me playing Xact cues $exception {System.InvalidOperationException: This resource could not be created. at Microsoft.Xna.Framework.Audio.Cue..ctor(UInt32 handle, String name) at Microsoft.Xna.Framework.Audio.SoundBank.GetCue(String name) at ProjectPulse.Piper.Update(GameTime gameTime) at Microsoft.Xna.Framework.Game.Tick() at Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e) at Microsoft.Xna.Framework.GameHost.OnIdle() at Microsoft.Xna.Framework.XboxGameHost.Run() at Microsoft.Xna.Framework.Game.Run() at ProjectPulse.Program.Main(String[] args) } System.Exception {System.InvalidOperationException} For the time being, my title has no v ...Show All
SQL Server Update statement quickie
i have the follow SQL for an update... UPDATE tblStudyServices SET tblStudyServices.StudyLT = 1 FROM (SELECT S.PatientID FROM tblStudyServices S INNER JOIN tblPatient P ON P.PatientID = S.PatientID INNER JOIN PAS.dbo.[PAS Patient Details] PT ON PT.[CaseNote Number] = P.Casenotenumber INNER JOIN @filteredAdminKeys [PAD] ON [PAD].[PAS key 1] = PT.[PAS key] INNER JOIN @filteredConKeys PCE ON PCE.[PAS key 1] = PAD.[PAS key 1] AND PCE.[PAS key 2] = PAD.[PAS key 2]) AS Results WHERE tblStudyServices.PatientID = Results.PatientID i would like to extend this so that it would update (set StudyLT=0) the other records that dont meet the criteria is there a quick way to do it Cheers, Craig Hi Mugambo you are c ...Show All
Visual Studio Team System XML report does not show excluded and absent messages.
Hi all, I have an FxCop project with certain active, excluded and absent messages but while I save the report, the excluded and absent messages are not saved in the XML. Only active message are saved. The option in project default for excluded and absent messages are checked still the report doesnot contain excluded and active messages. I want all the messages in the report. Please anybody help me in solving the problem.Thanks in advance. Although the Project default's show that excluded and absent messages are checked, can you check the actual Project's option (Project -> Options) Regards David ...Show All
.NET Development bring up an aspx page from an MFC dll
Hi, Is there a way to bring up an aspx page from an MFC dll, preferrably with data posted to that page at the same time Thanks, Mike I don't see why not: open an Internet Explorer window and navigate to the desired aspx page. However, this question has nothing to do with XML technologies. Please find a more appropriate forum. Best regards, Anton ...Show All
Visual C++ Converting System::Byte to System::Char
In a C++/CLI app, what is the correct way to convert a System::Byte value into a System::Char For example: the System::Byte stores the number 65. How do I convert it into a System::Char of 'A'. You can simply Byte to Char Byte b = 65; Char c = b; //Simply assign Console::WriteLine(c); // Other way without using variables Console::WriteLine((Char)65); ...Show All
Visual Basic AxInterOp/InterOp -> forms -> threading
Hi, I have got a question about AxInterOp and InterOp. When I add a com control to my form, it automatically adds two references to my project; Ax<>.dll and <>.dll. After some research I found that the Ax-dll is the actual component used for the form (visibility) and VS automatically uses it when I add that control to my form. The problem is; I need that control to be running in another thread, and I don't need the control to be visible on a form or something. I thought that would be possible somehow, so I started experimenting a bit. I thought that I could use the <>.dll class for that, because the Ax<>.dll did not work; it resulted in a threading error that I couldn't use it because it wasn't running in a single-t ...Show All
SQL Server Newbie Advice Installing SSRS
Hi, I've decided to install SSRS (2005) on my windows XP machine. I'm not very familiar with IIS (i'm currently using version 5.1) and I think between IIS and SSRS, i've managed to break something. I've been looking at various articles to try and get some clarity on my predicament. However, i'm not getting any joy with them.s I have located the logfiles (which I can provide). Unfortunately, I have no idea how to intepret the information contained therein. Can anyone help Many thanks in advance Clint Hi. I've updated the logs here . Thanks Clint ...Show All
SQL Server Need Line Breaks in Fixed Width File
Hello, I have a series of fixed width files, all with the same schema. I need to import the data into a SQL Server table. Each record in the flat file begins with 'D1'. The length of each record (string) is 380. There are cases where the record ends after position 193, and a new record appears in the current string beginning at position 194. So at position 194 'D' appears, and '1' appears at position 195. In the flat file, I need to insert a line break after position 193 if position 194 = 'D' and if position 195 = '1'. I'm guessing I would do this with a Script Component Transformation. Once the file is edited, then I can bring the data into the table. What might the script look like If you have any suggestions, samples, or know o ...Show All
SQL Server Primary Key in View
how to create view in sql server 2005 that recognize Identity And Primary key of base table SELECT COLS.table_schema ,COLS.Table_name ,COLS.COLUMN_NAME ,cols.CONSTRAINT_NAME ,ac.IS_identity FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE AS COLS INNER JOIN INFORMATION_SCHEMA.TABLE_CONSTRAINTS CONS ON COLS.CONSTRAINT_NAME = CONS.CONSTRAINT_NAME JOIN sys.all_columns ac ON OBJECT_NAME(ac.object_id) = COLS.table_name AND ac.name=COLS.COLUMN_NAME WHERE CONS.CONSTRAINT_TYPE LIKE 'PRIMARY KEY' ORDER BY COLS.CONSTRAINT_NAME, COLS.ORDINAL_POSITION as i wrote this pretty quick and didnt test it fully.. using it is on your own risk ;) Guldmann, platon.dk ...Show All
Visual C++ I need help about multithreading in TCPListener ...
In a TCPListener program I've coded, I used the sample codes about TCPListener I found in MSDN Library. But, when I execute this program, the interface doesn't give any response to other events such as clicking buttons, since the continuous loop prevents the other codes to be run. I know that I must do multithreading, but I don't know how to do. . Meanwhile, I also tried to use "BackgroundWorker" component, but it caused the data transfer to fail. Here's sample code, what can I do private: void ServerActivate() { try { Int32 port = 10000; IPAddress^ localAddr = IPAddress::Parse(myipBox->Text); ...Show All
SQL Server REnder Reports
Hi, Can multiple parameterised reports be combined(or rendered) into one PDF or MHTML format How is it done (ReportingServices 2005) Note: The reports generated have same structure but the values in the fields as the input parameter changes. Thanks in Advance Regards, Somu ...Show All
.NET Development Calling C# methods from a javascript
Hi, I need to call a C# method from a JSP.The C# application is a Windows application. How can it be implemented Thanks It might be complicated. I don't know anything about Java Server Pages, but if they support COM you might be able to access the C# windows application through .NET Interop. You will have to expose a COM interface. Another way might be to use web services. Give your C# appliaction a web-service front-end and have JSP use whatever it uses to contact your web service and operate the application. ...Show All
Visual Basic null TextBoxes in Database Entry Form
Hello, 1. The Form has TextBoxes c1,c2,c3 receiving currency and c4 which shows the totals: c4=c1+c2+c3 As it is now, an "Add New" Button_Click event initialize all the TextBoxes to "0.0". While this works, it places a burden on the user when entering data (he has to erase the "0.0" or might make a mistake say typing "1" without erasing "0.0" turning it into "10.0"). 2. How could the c4 always show some result, starting from the initial 0.0 to c4=c1 then c4=c2 c4=c3 or c4=c1+c2 or c4=c1+c3 or c4=c1+c2+c3 Thanks, Hi Spotty, Thanks for your time. The EntryForm is the front-end to a Database and a somewhat more complicated that it was posted originally. (It h ...Show All
Visual Studio Tools for Office .NET 2.0 Addins compatibility (KB907417) to pre-Office2003 versions
Dear all, I am a developer of IME (Input Method Editor) and I have tried to integrate IME with .NET 2.0 based GUI via managed C++. It worked fine on Office 2007. To Word 2003 and Excel 2003, it requires KB907417 ( http://support.microsoft.com/ scid=kb%3Ben-us%3B907417&x=5&y=8 ) to load the IME DLL normally. To pre-Office 2003 versions, however, there's no hotfix to make them support .NET 2.0 based DLL. Since Office 2003 allows users to keep older version of Word/Excel/PowerPoint, it dramatically worked on Word/Excel XP/2000 if there's also a patched Office 2003 on the same environment, although only Office 2003's Addins folder, which is "Program Files\Microsoft Office\OFFICE11\Addins", has the patched " ...Show All
