ganders Posted August 26, 2005 Posted August 26, 2005 hi i have a little winform-application which is supposed to open a webpage and read its content to a stream. but i'm getting an excepetion about missing permissions. so i tried working with system.net.webpermissions but without success. can anybody point me into the right direction to get this problem solved? best regards Dim pClient As New System.Net.WebClient Dim pStream As System.IO.Stream pStream = pClient.OpenRead("http://www.cnn.com") Quote
Administrators PlausiblyDamp Posted August 29, 2005 Administrators Posted August 29, 2005 What is the actual exception you get? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.