|
I have a Belkin wireless router and all devices including my laptop can connect to the internet. However I can't get my laptop running on Windows XP to connect to my printer through my PC running on Windows Vista. I read all the posts but nothing works...
Started by david on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
What about your AV protection....
Look for the "Password protected sharing" under " Sharing and Discovery" and turn it off .
In Vistas "Network Sharing Center" there are specific options for file sharing, password protected file sharing and printer sharing .
|
|
Hi All,
I am surprised that I can't initialize my fields in structs, why is it like that? Like:
struct MyStruct { private int a = 90; }
but it's a complie time error. I don't know why it's a problem? Please explain this to me.
Started by Praveen on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The reason.
Dupe of this thread.
Statements to the constructor, which can't happen with a struct in C#.
|
|
I'm sure I'm doing something dumb, but I can't tell what it is.
On my remote host, I have a subdir with a bunch of files. When I request this directory, I can see a listing of the files within this dir.
However, if request any file suffixed .php, my browser...
Started by bob on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you are using a FastCGI version of PHP, have you started the FastCGI backend? If you are using Apache and mod_php, are there errors in the Apache logs?
What web server are... .
Resource not available (HTTP 503) depends a lot on your server configuration .
|
Ask your Facebook Friends
|
Hello. I use a template for my website and I fill its cells with an Image control and set that with the URl of picture, but when I upload my website I can't see that Picture.
I Created a new folder for all Images and use Master page for this website.
...
Started by mohammad reza on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Like this:
<asp:Image runat="server" ImageUrl="~/image/header.jpg" />
Instead of:
<asp:....
Try formatting your paths using "~".
This can happen if the path to the image is incorrect .
Please include your ASP.NET code that shows the ImageUrl path .
|
|
Hi,
I'm having this problem and I reached a deadlock, I would try anything I've reached a deadend. My problem goes like this:
I have a Perl/CGI script installed on Fedora 9 machine running apache2, this script have a config file which placed in the same...
Started by w43L on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
It needs to have at least execute permission in all of the directories up to... .
The user apache probably doesn't have permission to one of the parent directories .
Maybe some other process has a write lock to file? Try lsof to see who is holding it open .
|
|
I just moved my site to a new web host, and after changing the database-login file, it still can't connect. I get the following error:
Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' ...
Started by sirconnorstack on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
So my advice to anyone else having this problem is REALLY check to make.
Is the MySQL server on the same host as the web application? If not, you can't use a socket into the server name when I logged in.
|
|
Q: I Can't Get On My Account. Can't Get Any Reset Options To Work . Can't Check M
Started by margaretharrah2 on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at helpowl):
|
|
I installed my new drive and put Ubuntu server on it. It was working fine except ubuntu server was a bit to raw for me. So, then I decided to go back to my old drive and use the new drive as a second drive (the old OS was still on the old drive). The ...
Started by stephenmm on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
Try:
fdisk....
But then, there might also be a problem with the disk itself .
The second disk might not show up as /dev/sdb but as /dev/sdc or /dev/sdd if you have 4 ports .
There is a certain order to the SATA ports, at least on the boards I've seen so far .
|
|
Q: I Can't Download My Pictures From My Usb To My Favorites, I Can't See Them! Help Hey there, I goy a problem with my coby frame dp700wd. I can't see my pics on my favorites so i can't sabe any pictrure, please help me!!
Started by angelvelengerxwolf on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at helpowl):
|
|
I'm using the MFC class CDatabase. To establish a connection to SQL Server, I'm calling OpenEx() with a connection string. My problem is that the object seems unable to interpret the DSN part of the string. The connection string looks like this:
ODBC;...
Started by Tommy Herbert on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I suppose the interesting question is what information did you enter in the dialog to create the DSN?
Edit: You may also want to take a look at this site , which has a lot of connection... .
You seem to be missing a password and the hostname of the server .
|