Profiles are part of .NET Framework. Profiles allows you simply manage your users.
Questions tagged [profile]
1800 questions
0
votes
1 answer
pprofile.Profile().print_stats() display in IPython
I tried pprofile to profile Python code line by line.
import pprofile
profiler = pprofile.Profile()
I printed the statistics to the Ipython console using
profiler.print_stats()
This works, however, the plotted table has a lot of rows and the upper…

user3276418
- 1,777
- 4
- 20
- 29
0
votes
1 answer
Need a quick way to mass update PropertyValuesBinary field for all users
we are using the asp.net profiles provider in our app and I need to update one particular property for most of our users. Does anyone have a console app or sample code written? We are not storing the properties in string format. This binary stream…

hp.
- 513
- 6
- 15
0
votes
0 answers
How to create user profile with django-registration?
In django 1.7 I use django-registration to handle user registration and I'd like to automatically create a UserProfile instance for each newly registered user.
So in models I have:
class UserProfile(models.Model):
username =…

supermario
- 2,625
- 4
- 38
- 58
0
votes
1 answer
displaying custom fields (profile) in a view
I have added some custom fields to the profiles in connections. Now I would like to create an overview (a view or list) and display the values.
How should I do this?

Patrick Kwinten
- 1,988
- 2
- 14
- 26
0
votes
0 answers
deleted the Import Products Stock Profile from my Import/Export profiles
I accidentally deleted the Import Products Stock Profile from my Import/Export profiles. Can anyone give me a screen shot of this profile or confirm the settings. My store is live and I don’t have a development environment set up (i know), so any…
0
votes
0 answers
Making personal profile after Devise / Omniauth-facebook authentication
I'm relatively new to the RoR community and I'm trying to make a personal profile for each users after their authentications through the original Devise or Omniauth-Facebook. I am sort of stuck on where to go after implementing authentications…

ahk
- 17
- 7
0
votes
1 answer
Dottrace Dead vs. Garbage
After reading the dottrace documentation I realized that:
Dead objects are objects deleted before the end point of the snapshot.
Garbage objects are objects allocated after the starting point and deleted before the end point - in other words,…

Moshe
- 555
- 3
- 14
0
votes
1 answer
MDM profile installation failed in iOS sdk
I am doing MDM installation in iOS SDK right now on local server.I have created the PEM file and installed that on local server.Then I create the configuration profile using the iPhone Configuration Utility and tried to install on the device.When I…

Imran
- 1,715
- 2
- 20
- 42
0
votes
0 answers
SqlProfileProvider: What's the difference between typeof(string) and Type.GetType("System.String") in SettingsProperty?
I was writing a custom profile provider and had to handle data coming from WCF. Now basically my Profile Provider makes a bridge over WCF to another Profile Provider and I was implementing the GetPropertyValues. Since a SettingsPropertyCollection…

IvanL
- 2,475
- 1
- 26
- 39
0
votes
0 answers
Is it possible to access Bluetooth with ARM assembly?
I've done some research into creating a simple app that could act as a Bluetooth input device, and discarded the project after finding that it would not currently be possible to use the human interface device profile without rooting the…

Alex Coats
- 115
- 2
- 16
0
votes
3 answers
Logging profile updates in PHP
I have a edit profile page in my social media website.
When users click submit on the form. I run an update query to obviously update the users field in the database.
How can I optimize this scenario to include the logging of which particular fields…

cwiggo
- 2,541
- 9
- 44
- 87
0
votes
1 answer
SonataAdmin User's profile and avatar
I am using SonataAdminBundle. In the upper right corner there is a menu with a logout button and the user's avatar.
What I can't find is how to access to user's profile to change among other things, the avatar and his password.
Someone can help…

Lisandro
- 73
- 6
0
votes
0 answers
Get Eclipse to select a maven profile when deploying to tomcat
Can anyone tell me how I can get a profile to be picked up when running a web project from inside eclipse. This is my latest attempt, which does not work (file-dev.xml not parsed). I have a war project which has a dependency on a jar project. Th jar…

orion_kid
- 405
- 1
- 7
- 20
0
votes
1 answer
Is it possible to import Magento Products using MAGMI from the a script while specifying a single profile, but with multiple import files
Is it possible to import Magento products using MAGMI from a script by specifying a single profile, but with multiple import files?
For example, I have hundreds of brands - each with their own import file. Can I write a simple script that will loop…

ctroyp
- 1
- 3
0
votes
0 answers
hibernate @TableGenerator in error after enabling maven porfiles in a java project
I have enabled maven profiles in a maven porject and after doing this I had an error in eclipse saying:
No generator named "UserIdGenerator" is defined in the persistence unit
I have the enity Id-s in my java hibernate project generated by…

simonC
- 4,101
- 10
- 50
- 78