1
vote
1answer
66 views
Delphi 2010 - package problem, File not found error
I have a problem with a application with plugins. Originally, everything was compiled into a single exe, but now, I want to take out some of the code into a bpl on its own. The code that is shared by …
1
vote
3answers
75 views
How to have a specific 404 for a folder using ASP.NET ?
This is a bit tricky and I'd be glad if you guys could give me some pointers on this one. Here is what I want to do:
A user tries to access
myapp.com/data/123456.mp3
test.mp3 doesn't exist
The …
0
votes
1answer
102 views
Flex RemoteObject Source not found
Our flex project, which works fine in its current environment with coldfusion 7 single server.
We moved this project to Coldfusion 8 multi server, and updated the remoteobject paths relative to the …
0
votes
2answers
70 views
Visual C# error when changing anchor for multiple controls
Visual C# 2008 is giving an error when I attempt to change the anchor for multiple controls simultaneously. This error does not occur when done individually.
Property value is not valid.
…
1
vote
0answers
110 views
WSS 3.0 on Windows 2003 Server with Forms-Based Authentication ‘File not Found’ Error
Hi,
We have WSS 3.0 running on Windows 2003 Server with Forms-Based Authentication. It has been running for months but now if I now try selecting ‘Register’ or ‘Forgot password’ I now get a ‘File not …
0
votes
3answers
157 views
Include all files when debugging in Visual Studio?
How do I setup Visual Studio 2008 to include all files in the project root when debugging?
I have a few files in the project root folder which are not copied to the bin/debug folder so when I am …
1
vote
3answers
538 views
Silverlight WebPart in SharePoint
Hi,
I'm making a WebPart for SharePoint that will instantiate a Silverlight UserControl and feed it some data. My problem is that when I have created my sample-WebPart and just instantiate a …
0
votes
2answers
4k views
Linux error while loading shared libraries: cannot open shared object file: No such file or directory
Program is part of the Xenomai test suite, cross-compiled from Linux PC into Linux+Xenomai ARM toolchain.
# echo $LD_LIBRARY_PATH …
0
votes
2answers
133 views
no such file or directory but the directory is in the path
Hello I am compiling a program with make but I get the error of No such file or directory but the file is in a directory of the path.
I have this #include "genetic.h", that file is in a directory …
6
votes
5answers
203 views
What are the most helpful features of effective 404 File Not Found error pages?
When a user comes across your site's 404 File Not Found error page, it is most likely not what they were looking for. Here, you have the opportunity to turn a dead end into a resource that can help …
