المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : webBrowser and webRequest work in IDE but not from desktop [modified]



C# Programming
02-28-2010, 01:22 PM
I have made an app that has a webBrowser and uploads via ftp. When testing in the Visual C# IDE, all is well - the browser loads fine and ftp connections are established, allowing files to be uploaded successfully.

However, upon running the exe from my xp desktop, the browser control fails to load, and ftp does not connect http://www.barakasoft.com/script/Forums/Images/smiley_WTF.gif After scouring the internet for related posts and demos I'm still not sure why this could be. Incidentally, the other browser demos do not load either, so I'm inclined to think that it must be my firewall, port, other xp settings.

In a quick check in dos, port 21 (which is required apparently for ftp) is *not* open. Nor is port 80.. Should I need to speak to my isp about this? Why can I run the program ok in the ide? Is the compile failing to package any required connectivity associated files?

I very much hope that someone can help http://www.barakasoft.com/script/Forums/Images/smiley_smile.gif modified on Saturday, February 27, 2010 7:47 PM