MyBB Community Forums

Full Version: need vb.net help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Gotta do a vb.net project for college. It has an installer (courtesy of visual studio) and everything installs fine. However the application doesnt have write access to its own folder... None of the users do. Which makes it really hard to download and automatically install updates Confused

How might i fix this?
Grant access?
Ok I solved that problem by moving all user created data to AppData Local where they have write access. Now mysql is being retarded. It'll connect locally but the connection won't work if we try an external server Confused

http://wsi.codeplex.com
Make sure the firewall is not blocking your app
hmmm good point. I assumed it was being blocked at my end (IE by the app) but i suppose it could be the sevrer. How do I allow ALL IP's to port 3306?
I have no idea.
Note that it may not be the firewall, I was just pointing out something that could be the problem but it may not be as well
Yeah Smile I'll give it a go anyway Smile thanks