Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
8answers
3k views

Where is mstest.exe located?

I need to run mstest from the command line - where in the world is this exe located? Can anyone give me a clue? Edit: I only have Visual Studio 2010 installed
2
votes
5answers
456 views

Windows Standard File Locations

Could somebody point me to a document which lists all the standard file locations in windows and what one should and shouldn't use them for. Something like User Application Data -> ...
2
votes
2answers
359 views

File Structure / Architecture for AJAX Site?

I'm building a site using ajax and am trying to decide where to put the files that supply the data for the ajax requests. For example, I am going to have a .js file that can be included in a page ...
0
votes
0answers
12 views

Background images are not being referenced correctly

Ok, first off, I know that the code referenced below has to do with a Joomla! site, however, I have had this problem on more than one site, not all of them using the Joomla! framework. Now the ...
0
votes
3answers
206 views

How to use Yii controller located in folder rather than default `protected/controller`?

In Yii, when access to <app-host>/index.php?r=<mycontroller>/<myaction>, the framework will start to run code in protected/controller/<MyController>Controller.php I want to ...
0
votes
0answers
47 views

Android: Store location of Raw files in array

I'm writing an app displaying html pages. By swiping or via a menu the different pages become visable. the html pages are stored ar R.raw.file1 R.raw.file2 It is switching between the files with ' ...
0
votes
1answer
120 views

locating files in XNA(4.0)

I am currently working on a game project in XNA 4.0 we currently read our levels in by referencing .txt files (considered xml but .txt works fine) we are able to reference the levels as referenced ...
0
votes
2answers
31 views

Displaying files from out of httpdocs location

The files are going to be stored in a folder next to httpdocs. Thus, it will make hard to display those files to internet user. How I'll overcome this problem? I mean, I want to display/serve those ...
0
votes
3answers
186 views

problem installing apk file

hey guys,i created a google map based application in android using eclipse..i created an apk file of the application and transferred the apk file to my google nexus one phone...but after successfully ...