Takalth's Q&A profile
.NET Development Delay on first call to web service
As a learning experience, I've written a Windows Forms app which accesses the xmethods StockQuote web service: http://services.xmethods.net/soap/urn:xmethods-delayed-quotes.wsdl (I'm using .NET 2.0 and Visual Studio 2005.) The (synchronous) calls to the getQuote method of the service take place in the DoWork handler of a BackgroundWorker. It takes 10 seconds or more for the first call to getQuote to complete; all subsequen ...Show All
Visual C++ VS8 2005 Projects only work on my PC
Until recently I've been using VS.NET 2003, now I have VS8 2005. And none of the project I make work on other computers. They only work on my PC, when i try to run the program on another PC I get this error: C: \FilePath This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem . Why is that How can I fix it Also, when I compile VS.NET ...Show All
Smart Device Development How to close the former form?
Hi. I have built a login form which links to a main form. After check user's ID and password, i use such codes: Dim newForm as New mainForm mainForm.show() Here i do not know how to close the form login form, me.close() and me.disposal() do not work well. anyone can help me thanks! Hello Joey, Do you really close your loginform or just hide it And on which form is the MessageLoop runnin ...Show All
Windows Forms debugging on clean machine
I have a clean machine (WinXP)... I am running a .net app and its crashing however as I do not have vstudio intsalled - I don;t get a the crash message inside a debugger. I know its cuase of version numbers etc - but I have  ...Show All
Software Development for Windows Vista How to draw text on video
hi, i have seen the RGBFilter sample but i want draw a changing string on the video, and the string is changed according the time. For example, when i click a button on my software, it triggers the function to show the string on the video, after ten second, i want to draw another string on the video, how to do that any suggestion is appreciated! I have seen this done a number of ways. Which way is easiest will probably depend on the ...Show All
Visual Studio 2008 (Pre-release) Why is it possible to generate proxy with svcutil for localhost only?
Why is it possible to generate proxy with svcutil for http://localhost ... only You can generate proxy for remote services also,can you please give us more info about this problem. -Thank you Madhu ...Show All
Windows Forms How to do that if WebRequest.Abort() before BeginGetResponse-CallBack?
Hi When I send BeginGetResponse() to the server, then WebRequest.Abort() before BeginGetResponse-CallBack, the WebReuest is correct aborted, but the BeginGetResponse-CallBack still runs a few later. So, it will get a WebException. Because cann't call EndGetResponse() after WebRequest.Abort() H ...Show All
Visual Studio Team System DoNotCastUnnecessarily: Release vs Debug
When I compare the outputs of FxCop for my assemblies in Debug and Release build modes, the results are very different. The Debug report shows 233 more issues that are all related to "DoNotCastUnnecessarily" messages. Is the compiler optimizing things for a release build and that's why I don't see the messages in my Release report That's interesting (and worrying) that the optimizations are disabled i ...Show All
SQL Server Join filter failure
Hello there, I'm experiencing a really weird problem: I have a SqlCE subscriber connecting via IIS to a SQL Server 2005 database. The database publisher/distributor and the web server are on different machines (IIS being in a DMZ) and I want to avoid the use of Kerberos delegation to share priviledges on the snapshot folder. I configured the web synchronization to accept basic authentication and obviously the subscriber sends @internetlogin and ...Show All
Visual C++ LNK2019 problems
I'm currently migrating a DLL which compiles and links fine on Visual Studio .NET 2003 over to Visual Studio 2005. Its using a couple of custom libraries provided by a thrid party (but source included). I've recompiled the external libraries without a problem, and the linker can find them fine. I have to specifically tell the linker to ignore libcmt.lib and libcpmt.lib, as for some reason it tries to link them in (I'm compiling as a multi-threa ...Show All
Visual Studio Team System How-to Remove or reattach TFS Version Control repository?
Hello! We are currently experimenting and playing around with TFS. We have gotten pretty familiar with TFSDeleteProject.exe. Few things have left pretty in-the-air and I couldn't find the answers myself. 1. Is there any feasible way to remove existing source control repository entirely If we experiment branching of "real projects" we'd like to get rid of some of the tests entirely. 2. Related to the deleting, suppose we ar ...Show All
Visual Studio Express Editions Need that Component!!!
Hi folks! Im have to write an application for our biz that enables us to keep track of our support calls. Entries shall be stored on a SQL2000-Server. But thats basicly of no interest now. I neeeeeed to have the control from this screenshot over here: http://www.windowsforms.net/images/V2AppCollage.PNG Its the outlook-like that displays the inbox-email. Instead of displaying Emails, I wanna list the database-entries which represend t ...Show All
.NET Development Are you required to install the server certificate on the client for UsernameForCertificateSecurity
I am using the turnkey UsernameForCertificateSecurity assertion and have installed certificate on server. Am I required to install the server certificate on each windows forms client that connects to web service Also, in the web config file should the Authentication element be set to Windows or none Has anyone got this to work >>Am I required to install the server certificate on each windows for ...Show All
Windows Forms Display Updated Windows Form
This should be so easy, but I cannot find an example anywhere... In a long running job, I want to be able to display the ongoing record count on the screen, say for every 1000 records input. But I cannot get the form to update and display - only the initial empty form remains on the screen. I've tried Activate and Show but neither seems to "wake up" the form and update it. I'm updating the controls that display the counts ...Show All
Visual Studio Team System Error 32000 and reinstall Foundation Server
During signle server installation, I get the error: Error 32000. The Commandline "D:\ProgramFiles\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\sdk\bin\tfsadaminst.exe" /install DIONYSUS 2420 TFGSS Hyperknowledge\TFSSETUP' return non-zero value:1 Also, the installation guide mentioned that I need to restart the pc during installation but it didn't ask me to restart the machine when I install the foundation server. Any idea how to solv ...Show All
