Questions tagged [profile]

Profiles are part of .NET Framework. Profiles allows you simply manage your users.

1800 questions
0
votes
1 answer

iOS - Distribution build fails for a Multi-Device Hybrid App error Code 65

I am trying to build a Multi-Device Hybrid app in Distribution mode and am getting the following error: C:\Users\szumpf\AppData\Roaming\npm\node_modules\vs-mda\node_modules\q\q.js:126 throw e; ReferenceError: interval is not…
szumpf
  • 21
  • 2
0
votes
1 answer

PowerShell profile.ps1 not running on start

I recently started to use PowerShell. I've been trying to set up my profile.ps1 to add an alias for vim. I edited the example profile.ps1 and then moved it to C:\Windows\System32\WindowsPowerShell\v1.0 Which seemed like the correct location as I got…
user1783150
  • 281
  • 2
  • 6
  • 13
0
votes
1 answer

Converting ASP.NET 'Web Site' Project to 'Web Application Project', where the project uses Profile heavilly

Here's a project to test anyone's sanity. At my company, my team maintains an ASP.net web-site project that makes heavy use of the Profile object on several pages. Maintainability of the site is at issue since we can't use web.config transformations…
Zachary
  • 143
  • 1
  • 8
0
votes
1 answer

ASP.NET Profile not updating certiain values? Probably a code issue

Alright, so I've been trying to make an ASP.NET website that uses basic profiling features, and so far I'm running into trouble with the code I have to display and edit profile information. Basically, in the top part of my page, it shows your…
0
votes
1 answer

Why do I get different results from profiler in Visual Studio 2010 RC

I have setup 1 project in VS2010 RC. A workflow console application that simply counts from 1 to 10000 and writes each number to console. When I execute "F5" this application it takes minutes to finish, but when i execute this application with…
Luka
  • 1
0
votes
1 answer

Not Getting Profile properties in Code Behind

I am trying to get Profile properties in the code behind. But I am not getting any intellisence like Profile.Homephone or Profile.CellPhone. When I try: Dim memberprofile As ProfileBase = HttpContext.Current.Profile Dim homePhone As String =…
user228777
  • 3,082
  • 9
  • 33
  • 50
0
votes
1 answer

AS3 User Profile Management Database?

I'm building an iOS app using Air for iOS. I want to add a user signup/log-in feature. Is there a website/service that can handle the backend of this? Is it just a matter of learning MySQL and doing everything on my own? I've searched all over the…
0
votes
1 answer

How to share a profile picture and get it in my chat app?

I made a chat application, it works fine, but I want to add a profile section, in this section the users can change their avatars (The avatar was a default picture) for any picture in gallery... at this point my app works well, the user can change…
0
votes
1 answer

Profiling shared library/plugins written in C++ for Python?

I've got a C++ library that lets me write plugins in C++ and then automatically exposes them to python. I'm working on some networking stuff in a plugin and I'd like to profile it with something like gprof, but simply compiling with -pg and running…
gct
  • 14,100
  • 15
  • 68
  • 107
0
votes
2 answers

Saving a qlistwidget after closing application

I have a program that allows for a user to create a profile that saves values using qsettings, the user accesses their profile by clicking on the name in a qlistwidget. I am trying to save the names of the profiles by using a text file but I am…
theChef613
  • 127
  • 1
  • 9
0
votes
2 answers

Maven Profile Variable web project not working

I´ve got a modular maven project that contains 3 modules. In one of those (WEB), the profile variable is not being recognized as an environment variable, but it takes que real name of it, as shown below:
William Miranda
  • 493
  • 1
  • 7
  • 13
0
votes
1 answer

FBProfilePictureView - Save UIImage to UserDefaults

How do I get the UIImage out from the FBProfilePictureView? I couldn't find a post that explained it properly so check out my answer below and feel free to edit it!
Declan Land
  • 639
  • 2
  • 11
  • 27
0
votes
2 answers

How can a user view profile info of other users?

I have stored profile info using this code ProfileBase userprofile = HttpContext.Current.Profile; userprofile.SetPropertyValue("FirstName", TextBoxFirstName.Text); userprofile.SetPropertyValue("LastName",…
Arvind Singh
  • 733
  • 1
  • 10
  • 31
0
votes
2 answers

Two provisioning profiles of same name with different expiry dates

I have released an ABC app through enterprise distribution. When one of my client loaded restore from his previous phone, the backup included the profile for ABC and when he reinstalled ABC on his new phone it added the profile of same name again…
0
votes
1 answer

Using a variable within GET

I'm trying to build something of a profile page, and am having a little bit of trouble. I want it to be so when you're on your own profile you have the ability to edit your profile, but while others those things don't show up, also when you click…
blaze-rowland
  • 117
  • 1
  • 4
  • 11
1 2 3
99
100