Thomas Waldron's Q&A profile
.NET Development Where does the assemblies loaded?
Hi all, I've the following doubts., Say I've a assembly Myassembly.exe and when i run it it is loaded into a AppDomain.Where does the referred assemblies gets loaded For ex:My assembly refers mscorlib by default and say it refers another user-defined assembly MyLibrary.dll.Now ,where both mscorlib and MyLibrary will be loaded Will it be in the same Appdomain as MyAssembly or If not ,if it it gets loaded in another AppDomain then Remoting w ...Show All
Visual Studio 2008 (Pre-release) Where is the svcTraceViewer?
I hope this isn't a dumb question but I put together a sample service and I was adding in the diagnostics to play around with the Trace Viewer that Pallmann mentions in his book (Programming "Indigo") and I can't find the freaking thing. Is this still around I'm not using the latest CTP bits so the version I'm running is what Pallmann based his book on (beta 1 I believe). I have my cool client.e2e and service.e2e files but ...Show All
Visual Studio Team System Difference between avg. page time and avg. response time
I notice that there are 2 similar measures: Page/somepage.aspx/avg. Page time and Requests/somepage.aspx/avg. Response time In all test runs, the value of avg. Response time is far larger than the value of avg. Page time. What's the difference between the two Avg. Response Time is the average time for individual requests, like aspx, html pages, or gifs. Avg. Page Time is the time to load an entire page, whic ...Show All
.NET Development DataSet.HasChanges Problem
I have WinForm with BindingResource. When I edit one Column with OverFlow value and call BindingResource.EndEdit() But DataSet.HasChanges = Null. Please explain to me why Best Regrads, Mai Sy ...Show All
Visual Basic Help on how to use crystal reports on vb2005 project?
Can someone help me on how to insert crystal reports component or how to use it in a vb2005 project Dominic Begginer programmer You can start with these help topics: http://msdn2.microsoft.com/en-us/library/ms225242(en-US,VS.80).aspx and http://msdn2.microsoft.com/en-us/library/ms227881 Best regards, ...Show All
Microsoft ISV Community Center Forums Closing a dependent file in Excel97
I am trying to set up programming for an Excel97 spreadsheet. Because the file (call it Alpha) takes a long time to save, I want to put the code in another file (call it Beta) and call it from Alpha. I have that figured out, and the references set up. The problem is that I want Beta to close automatically when I close Alpha. I tried putting a Close command in the Before_Close subroutine, but then I get an error message telling me that I cannot c ...Show All
Microsoft ISV Community Center Forums VS 2005 Beta 2
My boss ask me to evaluate Visual Studio 2005 before official luanch in this Q4. My company do not have MSDN Subscription. Can Microsoft Partner Program member access beta version 2 of Visual Studio 2005 and other related resources without MSDN Subscription Hi, You can order the Beta2 from here: http://msdn.microsoft.com/getthebetas/ Also note that The SQL Server 2005 June CTP is a public download. http://www.microsoft.com/sql/2005/p ...Show All
Windows Forms How to debug ClickOnce application ?
I want to know if is possible to debug with VS205 a clickonce application, to attach the process to the debuger. I tried to attach the debug to the process in the process list, but I can not capure events. Giuseppe Hmm... I'm not a debugger expert... what has worked for me in the past is to have the project loaded in Visual Studio, then when the Debug dialog comes up, select the current Visual Studio instance that has your project loa ...Show All
Windows Forms Closing application?
I am wondering how Application.Exit, Me.Dispose and End are different when it comes to closing an application (File --> Exit menu) Which one should I use Thanks No. me.Dispose only disposes the form's components. You need to explicitl ...Show All
Windows Forms displaying pdf, .chm files within a C# application
hey guys, need your help on this one.... currently i am working on an application that indexes all the pdf files, .chm, .doc etc. files in a particular folder. then the user types in some keyword say 'asp.net' then the app must filter out documents that contain the keyword asp.net. now i want to highlight the words asp.net that appear in the documents. so i need pdf viewer components and also .chm files. hoe can i do this ...Show All
Visual C# GDI+ Multi Thread
I am using GDI+ to draw to the graphics object when an OnPaint event occurs. However, if you draw lots of things, the form becomes unresponsive until all of the drawing is done. Is there anyway to put the OnPaint event in another thread, so the form can remain responsive while the painting occurs hi, i think this might help you &n ...Show All
SQL Server Can't install SQL2005 (unexpected failure)
here is the message I got from %ProgramFiles%\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt. The current system does not meet the minimum hardware requirements for this SQL Server release. For system requirements, see Hardware and Software Requirements, in the readme file or in SQL Server Books Online. There was an unexpected failure during the setup wizard. You may review the setup logs and/or click the help button for more info ...Show All
Windows Forms What image formats are supported for toolbar controls in studio 2005?
What image formats are supported for toolbar controls in studio 2005 Same as those supported by System.Drawing/GDI++. That would be at least png, jpg, bmp, gif and tif. ...Show All
Visual Basic data to array or dataset????
I have a win form (visual basic) with a datagridview I fill the datagridview with the query filltoday Query filltoday SELECT dbo.T_Employee.FirstName + " " + dbo.T_Employee.Name AS "Full name", dbo.T_TimeRegistration.EmpId, dbo.T_MachGrp.Description, dbo.T_TimeRegistration.StartTime, dbo.T_TimeRegistration.EndTime FROM dbo.T_MachGrp, dbo.T_ProdBillOfOper, dbo.T_ShopDoc ...Show All
Visual Basic How to Consume a web service methods
Hi every one, It feels good to be back; thanks for all your proffessional help am very grateful. I pass my first project with all your help. I have this very big problem, it with deploying and consuming a web service. I write a web service and use it method on my windows app and it's work. But when I deploy thesame app to another computer as a client on a netwotk it keep given me an unhandle error that it can't find any refference to the web ser ...Show All
