Click here to Skip to main content
15,921,210 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: changing the text in button please wait and disable it Pin
uglyeyes15-Mar-06 19:32
uglyeyes15-Mar-06 19:32 
GeneralRe: changing the text in button please wait and disable it Pin
Steve Pullan16-Mar-06 10:59
Steve Pullan16-Mar-06 10:59 
AnswerRe: changing the text in button please wait and disable it Pin
Dave Kreskowiak16-Mar-06 3:46
mveDave Kreskowiak16-Mar-06 3:46 
AnswerRe: changing the text in button please wait and disable it Pin
vijaykumarnukala17-Mar-06 12:01
vijaykumarnukala17-Mar-06 12:01 
QuestionHow to create the dll in vb.net 2003?? Pin
Ron.S15-Mar-06 17:08
Ron.S15-Mar-06 17:08 
AnswerRe: How to create the dll in vb.net 2003?? Pin
CWIZO16-Mar-06 2:27
CWIZO16-Mar-06 2:27 
AnswerRe: How to create the dll in vb.net 2003?? Pin
john_eight20-Mar-06 16:45
john_eight20-Mar-06 16:45 
Questiondirectory write access denied. Pin
uglyeyes15-Mar-06 15:25
uglyeyes15-Mar-06 15:25 
Hi All

i am running my web application for dating website in local host prog. when the user try to do file upload i am uploading the file in a temp directory but i get following error.

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.UnauthorizedAccessException: Access to the path "C:\Inetpub\wwwroot\dating.net\pix\temp\victor2_6316133322.jpg" is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode)
at System.Web.HttpPostedFile.SaveAs(String filename)
--- End of inner exception stack trace ---
at System.Reflection.RuntimeMethodInfo.InternalInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean isBinderDefault, Assembly caller, Boolean verifyAccess)
at System.Reflection.RuntimeMethodInfo.InternalInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean verifyAccess)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Microsoft.VisualBasic.CompilerServices.LateBinding.FastCall(Object o, MethodBase method, ParameterInfo[] Parameters, Object[] args, Type objType, IReflect objIReflect)
at Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn)
at Microsoft.VisualBasic.CompilerServices.LateBinding.LateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack)
at ASP.editphotos_aspx.Upload_Click(Object source, EventArgs e)

i gave all access to anonomous user the project folder and permission inherits to temp directory too. in the directory web sharing i also gave write permission i dont know what went wrong. please help thanks

AnswerRe: directory write access denied. Pin
CWIZO16-Mar-06 2:28
CWIZO16-Mar-06 2:28 
AnswerRe: directory write access denied. Pin
Dave Kreskowiak16-Mar-06 3:44
mveDave Kreskowiak16-Mar-06 3:44 
GeneralRe: directory write access denied. Pin
uglyeyes16-Mar-06 20:32
uglyeyes16-Mar-06 20:32 
GeneralRe: directory write access denied. Pin
Dave Kreskowiak17-Mar-06 1:32
mveDave Kreskowiak17-Mar-06 1:32 
GeneralRe: directory write access denied. Pin
uglyeyes17-Mar-06 2:32
uglyeyes17-Mar-06 2:32 
GeneralRe: directory write access denied. Pin
uglyeyes17-Mar-06 2:41
uglyeyes17-Mar-06 2:41 
QuestionScanning text one word at a time Pin
Robert199915-Mar-06 15:15
Robert199915-Mar-06 15:15 
AnswerRe: Scanning text one word at a time Pin
CWIZO16-Mar-06 2:30
CWIZO16-Mar-06 2:30 
AnswerRe: Scanning text one word at a time Pin
progload16-Mar-06 7:00
progload16-Mar-06 7:00 
QuestionTooltip on Comboboxes Pin
Bag-oSaVB15-Mar-06 14:49
Bag-oSaVB15-Mar-06 14:49 
AnswerRe: Tooltip on Comboboxes Pin
Dave Kreskowiak16-Mar-06 4:01
mveDave Kreskowiak16-Mar-06 4:01 
QuestionUsing SQL Express from Visual Basic 6 Pin
Chandana Subasinghe15-Mar-06 13:12
Chandana Subasinghe15-Mar-06 13:12 
QuestionDocumentation to use flash8.ocx in vb.net windows forms Pin
MAP Tiger15-Mar-06 6:56
MAP Tiger15-Mar-06 6:56 
AnswerRe: Documentation to use flash8.ocx in vb.net windows forms Pin
Chatura Dilan15-Mar-06 14:45
Chatura Dilan15-Mar-06 14:45 
QuestionRe: Documentation to use flash8.ocx in vb.net windows forms Pin
MAP Tiger15-Mar-06 22:49
MAP Tiger15-Mar-06 22:49 
QuestionHow to create optional text boxes Pin
isjerelijah15-Mar-06 6:43
isjerelijah15-Mar-06 6:43 
AnswerRe: How to create optional text boxes Pin
noshaba mariam15-Mar-06 17:29
noshaba mariam15-Mar-06 17:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.