Jiri Lichtenberg's Q&A profile
.NET Development Getting WebException on every other attempt to UploadData
Hi, I am trying to POST data to webpage. My code below works fine the first time, and I am able to read the response. But on the second execution of the same code, I get an error that says: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. When in debug mode, the exception occurs and it stops on the line: Dim res As Byte () = web.UploadData(strWebpage, "POST" ...Show All
Windows Forms Problem referencing a dll that is used by many other dlls help
Hi I thought the best way to program was by making many object to make application easier to upgrade and maintain. Well I did that and i am having many problems whenever I change a dll. Scenario I have a 3-4 dlls which are referenced&n ...Show All
Windows Forms Icons in TreeView disappear in WinXP
I uses icons in a TreeView. When the program runs in Windows 2003, it looks fine; but the icons disappear when the same program runs in windows xp. The program is built in Whidbey Beta2. In Beta1, this problem does not exist. If You have Application.EnableVisualStyles() in code remove it. It has helped me For more details look this: http://rungesrand.blogspot.com/2007/09/what-happened-to-treeview-icons.html ...Show All
Visual Studio Team System Problems running V1.35 on Win 2K
Hi, I've been having problems getting v1.35 of FxCop to launch from my "Start" menu. I've tried uninstalling/reinstalling several times but to no avail. On startup I get the "FxCop.exe has encountered a problem and needs to close. We are sorry for the inconvenience." message together with the option to send the error report. My colleagues have no such issue and the only difference I can identify is that they are all usi ...Show All
Visual Studio How to manually populate Find Results window
Howdy, Is there a way to programmatically populate the Find Results window without supporting the full Find/Replace framework (via IVsFindTarget etc..) Similar to creating custom tasks in the task list Thanks Eric Hi Eric, The Find Results window is not extensible right now so you won't be able to insert text there. However, you can do this via the output window via IVsOutputWindow and IVsOutputWind ...Show All
Audio and Video Development Welcome to the HD DVD Interactivity Authoring Forum!
Welcome to our Forum! This Forum is for people who want to discuss any topic related to authoring interactivity for HD DVD discs: questions and answers, comments, and feedback are all welcome here. Also, please check out other resources for HD DVD authors at http://www.microsoft.com/windows/windowsmedia/forpros/hddvd/default.aspx Enjoy! Sincerely, Steve Geffner Lead Program Manager, HD DVD Microsoft ...Show All
Windows Forms newbie to winforms
I'm new to winforms and I have a question. On a button.click event I have some methods Method1(); Method2(); Method3(); My question is : if I want to exit from method1() and not to run Method2() and Method3() how can I do I've tried Close(); Application.Exit() but it's still execute the remaining methods. Hmm...I would like to end this discussion here. It seems to me that this is getting into an unhealthy argument here and not adding valu ...Show All
SQL Server stored procedures in SQL Mobile
Can you create user stored procedures in SQL Mobile thanks Bruce No. SQL Mobile does not support stored procedures (SP) or triggers. You can code the SP logic in .NETCF application on the device itself. The volume of data that needs to be manipulated is manageable without SP. What are the typical applications scenarios you have in mind for SP in SQL Mobile - thanks Durga ...Show All
Visual C# Creating a splash screen
Hello everybody, I need help with creating a splah screen in Visual Studio 2005 in Visual C# Windows Application. Do you know any way, how can I make it It's very important! Thanks for your answers. Hope this might help you getting started http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetcomp/html/casoast.asp ...Show All
Visual Studio Team System Is GUI mapping possible in VSTS?
Hi, How will VSTS recognize the objects of web page Like in WinRunner we have GUI mapping to recognize that in a particular web page we have certain images and buttons. If they are recognized then where are the details stored this version of VSTS does not support GUI testing. you can use some 3rd party GUI automated test tools, such as Mercury's QuickTest Professional or AutomatedQA's TestComplete to create GUI tests. ...Show All
.NET Development Problem With Data Source And Web Service
i want to Add a web Srvice As a data source to my project I add it successfull but after thet it did not add to my data source and still i donot have a datasource how can i solve the problem can u give the code so that i can able to clarify that Any way cde shoup be something like ds=webservice.getdataset(sqtrsql) ...Show All
Windows Forms How to set the property of the form as Modal
I am calling form2 from form1 Form2's propery I want to set as modal How should I do this Thanks I think you're talking about a dialog window style..... this is an example.... Dim Window as new Form2 window.showdialog() Let me know if it w ...Show All
Visual Studio Team System Trying to run
I'm trying to run the 'Work Items' report. But when I do I get asked for the Iteration. I'm using MSF Agile so have three iterations but none is listed in the drop down box on the report window. Is there anyway I can get to run the report (this is running Team Explorer on the same machine as TFS is installed running as TFSSetup). Thanks, We are trying to come up with a workaround sql script - essentially the project dimension table should ...Show All
Software Development for Windows Vista Problem with SQLStatePersistence
I added the sqlpersistence service to my Workflowruntime (with a valid connection string). I have two events that i will trigger: SubmitEvent, and ScanEvent.. When I call my submit event the workflow gets to a new state where it is waiting for the scan event..\ At this point the workflow instance is idled. Now when I raise the ScanEvent with the same instance ID i get an error EventDeliveryfailed for the instance ID.. When I look in the innerexc ...Show All
Visual FoxPro memory usage
I want to know if I am not overusing the systems resources. The best way to get a sense of it I figured out could be memory usage estimates. I used four SYS() commands. the first snapshot was done when my major form just opened and the second one after I added a dozen tables, perhaps more to the pool. This is the result. Please tell me if it is OK and I am still in the safe range because I have no way of knowing. #1 Amount of memory Use ...Show All
