Tagged Questions

2
votes
1answer
595 views

Accessing %appdata% with vb.net

How can you access files in %appdata% through vb.net? e.g. C:\Users\Kuzon\AppData\Roaming\program. How would i access that file but on another windows 7 machine, also how would you do it on windows ...
2
votes
1answer
679 views

When should I opt for IsolatedStorage versus AppData file storage?

I've recently discovered the IsolatedStorage facilities in .net, and I'm wondering when I should use them for my application data versus when I should use (e.g.) Application.LocalUserAppDataPath. One ...
1
vote
2answers
181 views

Visual Basic how to get to %appdata%

I'm working on a project in Visual Basic and it's going to store all the data in a folder in %appdata%. I'm using Visual Studio 2010 I already tried this: ...
0
votes
1answer
182 views

Can 'Not putting my DB under the 'App_Data' affect the way Linq2Sql works?

I'm experiencing a problem while working with all my projects. I don't get Intellisense with Linq2Sql and, when I write partial classes in the model folder, properties created by the Linq2Sql designer ...