Profiles are part of .NET Framework. Profiles allows you simply manage your users.
Questions tagged [profile]
1800 questions
                    
                    2142
                    
            votes
                
                18 answers
            
        How to reload .bashrc settings without logging out and back in again?
If I make changes to .bashrc, how do I reload it without logging out and back in?
         
    
    
        Jed Daniels
        
- 24,376
- 5
- 24
- 24
                    241
                    
            votes
                
                43 answers
            
        A valid provisioning profile for this executable was not found for debug mode
I am getting this error while I am trying to debug my app on device.
I created development provisioning profile as it is mentioned at the developer portal. My development device is selected in the profile and I am selecting the correct profile from…
         
    
    
        xenep
        
- 3,375
- 4
- 20
- 19
                    149
                    
            votes
                
                17 answers
            
        Missing Push Notification Entitlement
I have an app for submission when it got rejected and I got the message
Missing Push Notification Entitlement - Your app appears to register
  with the Apple Push Notification service, but the app signature's
  entitlements do not include the…
         
    
    
        mirageservo
        
- 2,387
- 4
- 22
- 31
                    128
                    
            votes
                
                3 answers
            
        Is it possible to override the configuration of a plugin already defined for a profile in a parent POM?
In a POM parent file of my project, I have such a profile defining some configurations useful for this project (so that I can't get rid of this parent POM) :
wls7 
...
  
    
    
    …    
         
    
    
        Guillaume Cernier
        
- 1,311
- 2
- 9
- 7
                    117
                    
            votes
                
                7 answers
            
        How to analyze golang memory?
I wrote a golang program, that uses 1.2GB of memory at runtime.
Calling go tool pprof http://10.10.58.118:8601/debug/pprof/heap results in a dump with only 323.4MB heap usage. 
What's about the rest of the memory usage?
Is there any better tool to…
         
    
    
        sharewind
        
- 2,299
- 4
- 16
- 12
                    117
                    
            votes
                
                8 answers
            
        How to customize user profile when using django-allauth
I have a django project with the django-allauth app. I need to collect additional data from the user at signup. I came across a similar question here  but unfortunately, no one answered the profile customization part.
Per the documentation provided…
         
    
    
        Shreyas
        
- 1,410
- 3
- 11
- 15
                    116
                    
            votes
                
                6 answers
            
        How to add /usr/local/bin in $PATH on Mac
When I do 'open .profile' in the terminal I have the following:
export PATH=$PATH:/usr/local/git/bin 
Now I installed node.js for Mac and it says, 
Make sure that /usr/local/bin is in your $PATH.
How can I add /usr/local/bin to export…
         
    
    
        shin
        
- 31,901
- 69
- 184
- 271
                    110
                    
            votes
                
                10 answers
            
        How to assign Profile values?
I don't know what I am missing, but I added Profile properties in the Web.config file but cannot access Profile.Item in the code or create a new profile.
         
    
    
        zsharp
        
- 13,656
- 29
- 86
- 152
                    75
                    
            votes
                
                6 answers
            
        Do you know the Maven profile for mvnrepository.com?
I am trying to include some dependencies in my Maven project. These dependencies are not available in the default Maven 2 repository http://repo1.maven.org/maven2/.
They are available at http://mvnrepository.com/.
But I couldn't find the profile for…
         
    
    
        user786045
        
- 2,498
- 4
- 22
- 18
                    74
                    
            votes
                
                12 answers
            
        Getting the "real" Facebook profile picture URL from graph API
Facebook graph API tells me I can get a profile picture of a user using
http://graph.facebook.com/517267866/picture?type=large
which works fine. However, when you type above URL into a browser, the actual address of the image…
         
    
    
        ericbae
        
- 9,604
- 25
- 75
- 108
                    72
                    
            votes
                
                5 answers
            
        Spring profiles and testing
I've got a web application where I have the typical problem that it requires different configuration files for different environments. Some configuration is placed in the application server as JNDI datasources, however some configuration stays in…
         
    
    
        Udo Held
        
- 12,314
- 11
- 67
- 93
                    67
                    
            votes
                
                8 answers
            
        Where are the gcov symbols?
I'm trying to compile a simple app with gcov and getting the following link errors:
gcc AllTests.o CuTestTest.o CuTest.o -o TestTest
AllTests.o: In function `global constructors keyed to 0_RunAllTests':
/home/p7539c/cutest/AllTests.c:26: undefined…
         
    
    
        john146
        
- 977
- 2
- 11
- 15
                    65
                    
            votes
                
                8 answers
            
        How to reload user profile from script file in PowerShell
I want to reload my user profile from a script file. I thought that dot sourcing it from within the script file would do the trick, but it doesn't work:
# file.ps1
. $PROFILE
However, it does work if I dot source it from PowerShell's…
         
    
    
        guillermooo
        
- 7,915
- 15
- 55
- 58
                    63
                    
            votes
                
                4 answers
            
        Implementing Profile Provider in ASP.NET MVC
For the life of me, I cannot get the SqlProfileProvider to work in an MVC project that I'm working on.
The first interesting thing that I realized is that Visual Studio does not automatically generate the ProfileCommon proxy class for you.  That's…
         
    
    
        senfo
        
- 28,488
- 15
- 76
- 106
                    58
                    
            votes
                
                10 answers
            
        How to stop Selenium from creating temporary Firefox Profiles using Web Driver?
I am using Selenium Web Driver API with Java. Every time I want to debug my test cases, a temporary profile for Firefox is created in the temporary files directory. This is a headache in two ways.
It definitely is taking unnecessary time to create…
         
    
    
        Ranhiru Jude Cooray
        
- 19,542
- 20
- 83
- 128