Profiles are part of .NET Framework. Profiles allows you simply manage your users.
Questions tagged [profile]
1800 questions
0
votes
1 answer
SQL Profile giving server not found exception
I'm trying to use Profiles in my program. Creating the necessary tables using aspnet_regsql.exe from the command line worked fine. However, A System.Web.HttpException exception is thrown saying it is unable to connect to the database when I try to…

CPride
- 95
- 3
- 11
0
votes
1 answer
Downloading data from the server in real time
I'm developing an Android app with such a small social network to exchange messages in real time (google gcm) and profiles of registered users. Until now to update the data of the users use an AsyncTask that fetches the data and images from the…

user3425988
- 5
- 3
0
votes
1 answer
Websphere profile and application deployment
My Websphere server has two Profiles and I want to deploy same application in both profiles. How these two applications will be accessed. Is each profile have different port to access it, so will differentiate the access?

Shambhu
- 37
- 1
- 8
0
votes
1 answer
How do i show either the stop or reload button but not both at all times in firefox
I put this in my userchrome.css in my profile directory.
#stop-button[disabled="true"] { display:none; }
#stop-button:not([disabled]) + #reload-button { display:none; }
but only the 1st line works not the 2nd one.

GlassGhost
- 16,906
- 5
- 32
- 45
0
votes
1 answer
Tumblr guest blog profile image within blog
I'm looking to add in the image of a guest poster into the main blog. Basically {PortraitURL-30} for the guest user.
In the blog I want to pull in the person silhouette, I can't seem to find the code anywhere if I use {PortraitURL-30} it'll just…

obkso
- 166
- 1
- 2
- 8
0
votes
1 answer
Get defaultGroupId of firefox.exe in Win7
I was trying to separate the group of windows per profile in Win7. I found out this is doable by creating a preference in ALL profiles of taskbar.grouping.useprofile and setting it to true and restarting browser of all profiles…

Noitidart
- 35,443
- 37
- 154
- 323
0
votes
1 answer
SCEP Payload Not working
I've sent a device a configuration profile with an SCEP payload. When the device downloads this config profile, it is supposed to connect to my Java SCEP server and write a CSR to its OutputStream in PKCS10 form. However, when I print the contents…

knight64
- 1
- 2
0
votes
1 answer
Django 1.6: Edit Profile: column username is not unique
I'm trying to create edit user profile functionality. But I get the following error. I feel like it's trying to create a new user instead of editing the existing one. So that might result into username not being unique. I've no idea what to…

James L.
- 1,143
- 22
- 52
0
votes
1 answer
Django 1.6 - edit profile - AttributeError at /editseekerprofile/
I'm trying to create edit user profile functionality. But I get the following error
Traceback:
File "/Library/Python/2.7/site-packages/django/core/handlers/base.py" in get_response
114. response = wrapped_callback(request,…

James L.
- 1,143
- 22
- 52
0
votes
1 answer
Meteor: Appending data to a users profile
I'm creating new users with the following:
Accounts.createUser({
username: t.find('#username').value,
password: t.find('#password').value,
email: t.find('#email').value,
profile : {
name: t.find('#name').value,
division:…

Tortex
- 163
- 1
- 1
- 12
0
votes
1 answer
How to make a mysite profile property display in a different way?
We have a string in AD which is actually storing a date in the YYYYMMDD format, which when you map it in sharepoint to a profile property, just looks plain ugly, e.g. 20091130. Our AD people are refusing to change the format of it in AD, so we were…
0
votes
0 answers
PHP user profile page doesn't show tables
I'm working on a website with where a user profile page is part of.
This is my code on top of the page:

user3428971
- 141
- 1
- 1
- 10
0
votes
1 answer
Error in loading facebook profile pic to android
my code..
ImageView userpicture;
userpicture=(ImageView)findViewById(R.id.userImage);
URL img_value = null;
try {
img_value = new URL("http://graph.facebook.com/"+id+"/picture?type=large");
} catch…

user3395433
- 123
- 2
- 10
0
votes
1 answer
google chrome suddenly deleted my user profile and doesn't save it when I recreate it?
I ran into a very weird problem lately, I'm using google chrome with three profiles, two of which are enterprise google apps. Suddenly one of them got deleted across all my devices (linux, windows 8 and os x 10.9). When I try to re-create the user…

sam.freeman
- 15
- 3
0
votes
1 answer
Remove tabs and pages from BuddyPress profile
i want to remove several tabs from the profile of any Buddypress user.
I know, that i can remove them with something like this:
$bp->bp_nav['groups'] = false;
This works fine and removes the tabs. The problem is that the pages are still there and…

Cray
- 5,307
- 11
- 70
- 166