c# - Having troble with vb.net -


i path hard drive(example-c:\moje_web_app\examplesite.com\backup\logo.logo1.jpg) show on website(vb.net) logo.jpg find next message, should do?

system.io.filenotfoundexception: not find file 'c:\moje_web_app\examplesite.com\backup\logo\logo2.jpg'.
@ system.io.__error.winioerror(int32 errorcode, string maybefullpath) @ system.io.filestream.init(string path, filemode mode, fileaccess access, int32 rights, boolean userights, fileshare share, int32 buffersize, fileoptions options, security_attributes secattrs, string msgpath, boolean bfromproxy, boolean uselongpath, boolean checkhost)
@ system.io.filestream..ctor(string path, filemode mode, fileaccess access, fileshare share, int32 buffersize, fileoptions options, string msgpath, boolean bfromproxy, boolean uselongpath, boolean checkhost)
@ system.io.file.internalreadallbytes(string path, boolean checkhost) @ system.io.file.readallbytes(string path) @ altoswebservice.getlogo() in c:\users\korisnik\documents\visual studio 2013\websites\examplesite.com\app_code\altoswebservice.vb:line 109

look @ filename c:\moje_web_app\examplesite.com\backup\logo\logo2.jpng

it have file extension typing error jpg.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -