[WP8.1 Native C++] Release mode creating Debug dump file on device

Hello,
My WP8.1 Native C++ game is creating Debug dump file while testing with a real WP8.1 device, even though it is published under Release mode. Is this normal? or should I be concerned? The game is not crashing or anything, just outputting the debug
file which is around 50-60MB.
I am using Directxtk and CurrentAppSimulator.

Thank you for all the help :)
VS2013 is now able to download and find some of the PDB Symbols, like kernelbase.dll
but not all of them.
Here is the result:
Loaded 'D:\WPSystem\SharedData\PhoneTools\AppxLayouts\d1d054a5-e56e-4979-92a3-c04098e6065aVS.Release_ARM.Syeef\App.exe'. Symbols loaded.
Loaded 'C:\Windows\system32\NTDLL.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\KERNELBASE.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\COMBASE.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\D3D11.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\D2D1.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\DWRITE.DLL'. Symbols loaded.
Loaded 'U:\PROGRAMS\WINDOWSAPPS\Microsoft.VCLibs.120.00.Phone_12.0.30113.0_arm__8wekyb3d8bbwe\vccorlib120_app.dll'. Symbols loaded.
Loaded 'U:\PROGRAMS\WINDOWSAPPS\Microsoft.VCLibs.120.00.Phone_12.0.30113.0_arm__8wekyb3d8bbwe\msvcp120_app.dll'. Symbols loaded.
Loaded 'U:\PROGRAMS\WINDOWSAPPS\Microsoft.VCLibs.120.00.Phone_12.0.30113.0_arm__8wekyb3d8bbwe\msvcr120_app.dll'. Symbols loaded.
Loaded 'C:\Windows\system32\MSVCRT.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\RPCRT4.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\KERNEL32LEGACY.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\MINCOREDLOAD.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\DXGI.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\GDI32.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\OLEAUT32.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\MINUSER.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\CoreMessaging.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\SecRuntime.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\SECHOST.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\ModernApiExtHost.dll'. Cannot find or open the PDB file.
The thread 0xca0 has exited with code 0 (0x0).
Loaded 'C:\Windows\system32\CRYPTBASE.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\BCRYPTPRIMITIVES.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\CoreApplicationShim.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\TWINAPI.APPCORE.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\WINTYPES.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\SHCORE.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\PsmApp.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\EMClient.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\AgHostSvcs.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\KERNEL.APPCORE.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\PhoneBrokerClient.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\CRYPTSP.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\RSAENH.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\BCRYPT.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\ProcThreadExtHost.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\wpcoreutil.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\AppModelProxy.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\CoreUIComponents.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\orientation.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\ADVAPI32LEGACY.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\ShellChromeAPI.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\AppChromeAPI.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\SSPICLI.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\PCWUM.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\ACTXPRXY.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\WINDOWSCODECS.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\qcdx11um8626.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\msvcr120.dll'. Symbols loaded.
Loaded 'C:\Windows\system32\MRMCORER.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\BCP47LANGS.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\WINDOWS.UI.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\NINPUT.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\DCOMP.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\DWMAPI.DLL'. Symbols loaded.
First-chance exception at 0x777835D7 in App.exe: Microsoft C++ exception: Cn::XH at memory location 0x00E4E8A8.
Loaded 'C:\Windows\system32\Windows.UI.Core.TextInput.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\TextInputFramework.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\Windows.Phone.Devices.dll'. Symbols loaded.
Loaded 'C:\Windows\system32\CFGMGR32.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\WINDOWS.GRAPHICS.DLL'. Symbols loaded.
First-chance exception at 0x777835D7 in App.exe: Microsoft C++ exception: Cn::XH at memory location 0x00E4E600.
Loaded 'C:\Windows\system32\CompClient.dll'. Symbols loaded.
Loaded 'C:\Windows\system32\StorageProxy.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\WINDOWS.STORAGE.APPLICATIONDATA.DLL'. Symbols loaded.
First-chance exception at 0x777835D7 in App.exe: Microsoft C++ exception: Cn::XH at memory location 0x00E4E908.
Loaded 'C:\Windows\system32\qcdx11compiler8626.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\msvcp120.dll'. Symbols loaded.
Loaded 'C:\Windows\system32\Windows.ApplicationModel.Store.TestingFramework.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\ZTrace.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\ZMF_Client.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\WEBSERVICES.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\TaskHostSvcs.dll'. Cannot find or open the PDB file.
Loaded 'C:\Windows\system32\phoneinfo.dll'. Symbols loaded.
Loaded 'C:\Windows\system32\WINDOWS.STORAGE.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\SHLWAPI.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\POWRPROF.DLL'. Symbols loaded.
Loaded 'C:\Windows\system32\PROPSYS.DLL'. Symbols loaded.
I am not getting any other errors apart from these.

Similar Messages

  • How to Create a Dump file  for a MaxDB database

    Hi
      I have to create a dump file for a database in MaxDB.
    IN MaxDB How to Create a DataBase and How to Connect to
    MaxDB.

    Hi,
    what exactly do you mean with a 'dump file'? Are you referring to a backup?
    You should be able to find your answers here: http://dev.mysql.com/doc/maxdb/maxdb_faq.html.
    If not, please let me know.
    Regards,
    Roland

  • Can we create export dump files on client side??

    Hi,
    Please see this link
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_overview.htm#i1010293
    Check the "NOTE" which says that
    All Data Pump Export and Import processing, including the reading and writing of dump files, is done on the system (server) selected by the specified database connect string. This means that, for nonprivileged users, the database administrator (DBA) must create directory objects for the Data Pump files that are read and written on that server file system. For privileged users, a default directory object is available
    So does this mean, the dump files can be created only on the server???
    What if i want to create the dump file on my client c:\
    Is it possible??
    As per my knowledge, this was possible in 9i
    Thanks

    Yes in the "orignal" export ,it was possible to have a client side dump file.But the Export DataPump uses the Directory parameter which maps to a directory on the server side only and the option to give an absolute path for the dump file on the client side is removed,the files can be only on server side.
    Aman....

  • Cannot create a dump file for a process

    Hi fellows,
    I have a problem creating a dump file for an application. The application consists of C++ and C# dlls. It runs in Windows 7 64bit environment.
    I constantly receive the following error:
    ERROR_PARTIAL_COPY:  Only part of a ReadProcessMemory or WriteProcessMemory request was completed.
    and only a part of the dump is created ~ 400 MB (should be ~900 MB) although there is enough space on the disk drive.
    I have tried the following options:
    - Task Manager -> Create Dump File
    - windbg (64bit version): .dump /a
    This happens only on two machines and not on all the rest (~20 more).
    All of them are equipped with Windows 7 64bit, the application is build in 64bit
    Note that if I use the option /mA when calling .dump it creates the dump without errors. From the MSDN documentation:
    The /mA option is equivalent to /ma except that it ignores any failure to read inaccessable memory and continues generating the minidump.
    My questions are:
    1) What can be the case when the memory being read is inaccessable
    2) Why does it fail creating the dump file for only 2 machines

    Okay, after reading the post here are the results I got:
    0:013> !vprot 0x800000000
    BaseAddress:       0000000800000000
    AllocationBase:    0000000800000000
    AllocationProtect: 00000004  PAGE_READWRITE
    RegionSize:        0000000200000000
    State:             00001000  MEM_COMMIT
    Protect:           00000004  PAGE_READWRITE
    Type:              00040000  MEM_MAPPED
    0:013> !mapped_file 0x0000000800000000
    No information found for 0000000800000000: error 161
    1) windbg is unable to tell me which the mapped file is
    2) I have tried it several times and strangely always the problematic adress is 0x800000000 ... isn`t that weird ?

  • Create database dump

    iam having one requirement,i.e. when the user presses the one button from front end,it has to create database dump.
    Is there any possibility to create databse dump file using pl/sql procedures?

    Hello,
    Whats your oracle version? You can make use of datapump and you can use pl/sql procedure to export schema level or table level dump. But question is what is purpose to provide an interface to do that and if you got number of users pressing one button you will be having a serious sitaution on your hand.
    Regards

  • When trying to attach a document, a dump file is created and SBO crashes.

    Good day all,
    When a user try to attach a document, using the Browse Button, SBO crashes and creates a dump file. The same happens when "manager" tries to attach a file from that PC. From other PC's there is no problem. We can access the attachments folder from that PC. The path also points through the server, (through the network), and not to C drive.
    Does somebody maybe have a solution? SAP 2007A SP01 PL05.
    Kind regards

    Hi Carin ,
    Have you assinged the proper path to the Attachment Folder in the " Path Tab "
    of  Administration --> System Initialization  --> General Settings .
    If the path is assinged to some network place and not working .
    Then once try to assing some local machine path and then try the same ..
    If the problem solve with local path  .. then there may be some problem with the network .
    Hope it Helps
    Thanks
    Ashish

  • Dbms_datapupm, dump file permissions

    Oracle 11.2.0.2
    Using dbms_datapipe APIs I can successfully create the dump file. However, that file does not have read or write permissions, so the UNIX user can not zip and ftp the file as required, not can it chmod the permissions. Please, advise. Thanks.

    Use ACLs. For example:
    hpux > # whoami
    hpux > whoami
    oradba
    hpux > # Create directory /tmp/acl_test for datapump files
    hpux > mkdir /tmp/acl_test
    hpux > # set directory /tmp/acl_test access to rwx for owner (Unix user oradba) and no access to group and other
    hpux > chmod 700 /tmp/acl_test
    hpux > # set ACL access to directory /tmp/acl_test file itself to rwx for user oracle
    hpux > setacl  -m u:oracle:rwx /tmp/acl_test
    hpux > # set ACL access to any file created in directory /tmp/acl_test to rwx for user oracle
    hpux > setacl  -m d:u:oracle:rwx /tmp/acl_test
    hpux > # set ACL access to any file created in directory /tmp/acl_test to rwx for user oradba
    hpux > setacl  -m d:u:oradba:rwx /tmp/acl_test
    hpux > # show directory /tmp/acl_test ACLs
    hpux > getacl /tmp/acl_test
    # file: /tmp/acl_test
    # owner: oradba
    # group: appdba
    user::rwx
    user:oracle:rwx
    group::---
    class:rwx
    other:---
    default:user:oracle:rwx
    default:user:oradba:rwx
    hpux > # create Oracle directory object
    hpux > sqlplus / << EOF
    hpuxcreate directory acl_test as '/tmp/acl_test';
    hpuxexit
    hpuxEOF
    SQL*Plus: Release 11.1.0.7.0 - Production on Mon Aug 22 15:27:56 2011
    Copyright (c) 1982, 2008, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL>
    Directory created.
    SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0
    - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    hpux > # datapump export
    hpux > expdp / JOB_NAME=acl_test TABLES=T_INDEX_USAGE PARALLEL=1 COMPRESSION=ALL
    REUSE_DUMPFILES=Y DIRECTORY=ACL_TEST dumpfile=acl_test_%U.dmp logfile=acl_test.
    log
    Export: Release 11.1.0.7.0 - 64bit Production on Monday, 22 August, 2011 15:28:0
    7
    Copyright (c) 2003, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit
    Production
    With the Partitioning, OLAP and Data Mining options
    Starting "OPS$ORADBA"."ACL_TEST":  /******** JOB_NAME=acl_test TABLES=T_INDEX_USAGE PARALLEL=1 COMPRESSION=ALL REUSE_DUMPFILES=Y DIRECTORY=ACL_TEST dumpfile=acl_test_%U.dmp logfile=acl_test.log
    Estimate in progress using BLOCKS method...
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 0 KB
    Processing object type TABLE_EXPORT/TABLE/TABLE
    . . exported "OPS$ORADBA"."T_INDEX_USAGE"                    0 KB       0 rows
    Master table "OPS$ORADBA"."ACL_TEST" successfully loaded/unloaded
    Dump file set for OPS$ORADBA.ACL_TEST is:
      /tmp/acl_test/acl_test_01.dmp
    Job "OPS$ORADBA"."ACL_TEST" successfully completed at 15:28:40
    hpux > # directory /tmp/acl_test listing
    hpux > ls -l /tmp/acl_test
    total 64
    -rw-r-----+  1 oracle     dba           1036 Aug 22 15:28 acl_test.log
    -rw-r-----+  1 oracle     dba          20480 Aug 22 15:28 acl_test_01.dmp
    hpux > # copy datapump files (to prove we can read them)
    hpux > cp /tmp/acl_test/acl_test_01.dmp /tmp/acl_test/acl_test_01_copy.dmp
    hpux > cp /tmp/acl_test/acl_test.log /tmp/acl_test/acl_test_copy.log
    hpux > # delete files
    hpux > rm /tmp/acl_test/*
    /tmp/acl_test/acl_test.log: 640+ mode ? (y/n) y
    /tmp/acl_test/acl_test_01.dmp: 640+ mode ? (y/n) y
    hpux > # delete directory
    hpux > rmdir /tmp/acl_test
    hpux > But based on "Oracle does have rights for the directory" and "UNIX user does have rights for the directory too" all you need is ACL for non-oracle UNIX user:
    setacl -m d:u:unix_user:rwx directory_pathSY.

  • Cannot export a dump file

    Dear all experts,
    I need your helps please. We have oracle enterprise 9i2 installed and oracle fail safe installed on the server. We run cluster.
    All of a sudden, i ran into a problem to create a dump file for backup.
    at the command prompt i type in:
    c:\exp
    c:\username
    c:\password
    After entered all the correct usename and password, it quickly responded with error messages as below
    EXP-00056: ORACLE error 12560 encountered
    ORA-12560: TNS:protocol adapter error
    EXP-00000: Export terminated unsuccessfully.
    Please note that i use the oracle client 9i2 on client machine.
    even i logon to the server where Oracle database server installed, but i got the same error message.
    Now we are so worry since we cannot backup database using exportint dump file.
    We are now at critical moment. Any helps are greatly appreciated.
    Thanks a million.

    even i logon to the server where Oracle database server installed, but i got the same error message.
    For server side:
    Did you set ORACLE_SID environment variable ?
    Are you sure Windows service OracleService<instance> is running ?
    Are you sure database instance is up and running ?
    Can you connect with SQL*Plus to database instance from server ?
    For client side:
    Did you set ORACLE_SID environment variable ?
    Are you sure listener is up and running on server ?
    What is the output of tnsping on the client ?
    Please note also:
    While useful, database exports are not a substitute for whole database backups. They cannot provide the same complete recovery advantages of physical-level backups. For example, you cannot apply archived logs to logical backups in order to update lost changes.

  • How to list out the tablenames alone from EXP Dump File

    Hi,
    We are creating a dump file by using EXP command through a Parameter file.
    Now, from this exp_backup.dmp file, I just want to find out the list of tables, which got exported.
    I don't have access to the Parameter file used for exporting data. Please share your views, suggestions, thank you.

    Hi,
    did you try to get the details logfile created for your export dump ?
    try strings on your dumpfile
    strings <dumpfilename>
    Regards
    Veda

  • Multiple imports from same dump file

    Hi,
    I have to import multiple related schemas - to avoid having to create multiple dump files can I just export them into one dump file (owner= a,b,c etc) and then run
    simultaneous imports
    like : export <dba_user> owner=a,b,c file=all.dmp
    --in newdb
    nohup import <dba_user> fromuser=a touser=a file=all.dmp &
    nohup import <dba_user> fromuser=b touser=b file=all.dmp &
    nohup import <dba_user> fromuser=c touser=d file=all.dmp &
    my doubt is - if the 3 import processes simultaneously read from teh file, can there be some issue?
    thanks

    Hi,
    Why not try
    import <dba_user> fromuser=a,b,c touser=a,b,d file=all.dmp &Regards
    Anurag

  • User can't delete Dump file (data pump)

    when I do expdp in 10.2.0.4, the dump file is created but the user don't have permission to delete those dmp files. Every time i need to login as 'oracle' user then only I can delete it. But I want that user should do it by itself.
    Please let me know if there is any way to create a dump file by user who can delete it by his own.

    Either you may need to follow as I suggested above or as below.
    Create the specific directory for each OS user who is using expdp utility and create the directories in Oracel (SQL), assign this directory to the database user.
    i.e.
    OS User - Scott
    Database User - Scott
    login as super user
    $ cd /u01/oradata/expdp
    $ mkdir scott
    $ chmod 700 scott
    Login to sqlplus as sysdba
    SQL> conn /as sysdba
    SQL> create or replace directory scott_dmp as '/u01/oradata/expdp/scott';
    SQL> grant read,write on directory scott_dmp to scott;
    Regards,
    Sabdar Syed.

  • Performance Diference between debug mode and release mode

    Hi ,
    I have been running an C++ multithreaded application with below technical specification on Production for more than an year.
    OS - Solaris 10 , Opteron
    Compiler - Sun Studio 11
    Bit Mode - 64
    I wanted to know what is the difference in the debug mode of an C++ application compiled with -g option and a release mode compiled with an optimization apart from the size of the binary and availability of debug information in case of a crash.
    1) Does it degrade the performance of the application? If yes by what extent?
    2) Does it use more memory?
    3) Will switching from Debug to Release mode with some optimization coupled with any kind of risk like byte guard etc which could lead to dumps and all? If yes what could those be?
    4) Which optimization level should be used?
    Regards,
    Ankur Verma

    If you compile without any optimization (with or without -g), you will see a noticeable difference in performance in most programs compared to compiling with a reasonable level of optimization. How much difference depends on the nature of the program, and what percentage of time is spent in code regions that can benefit from the code improvements.
    If you add -g, function inlining is disabled, which can dramatically reduce program performance. You can't debug a function that is generated inline, which is why this option disables inlining. (The +d option also disables inlining.)
    If you use -g0 instead of -g, function inlining is preserved.
    If you use -g0 with optimization, you get the advantages of optimization while still allowing limited debugging. (Local variables are not visible.) Beginning with Sun Studio 12 update 1, the current release, -g with optimization enables function inlining, so the effect of (for example) "-O -g" becomes the same as "-O -g0".
    A few optimizations are disabled with -g or -g0, the exact difference depending on the compiler release and patch level. Most programs won't see a difference in performance.
    Since you are running on Solaris 10, you should upgrade to the current release, Sun Studio 12 update 1. You will get many improvements and some new diagnostic tools. The new release is a drop-in replacement for Studio 11. You don't have to recompile any existing binaries, but you will want to recompile to get improved performance.
    [http://developers.sun.com/sunstudio/]

  • Code runs fine in debug mode but hangs when compiled in release mode

    I am struggling with the following problem. I have code which runs fine when it is executed in debug mode. However, when I compile it in release mode and run the executable, the code freezes and does not work. The code acquires images from a Hamamatsu camera. In the debug mode I am able to continuously acquire images. However, in the release version, the code hangs after acquiring the first image.
    I am using LabWindows/CVI version 7.
    I would greatly appreciate if I can get any help/suggestions in resolving this problem?
    Thanks!
    Regards,
    Sripad
    Solved!
    Go to Solution.

    Sripad:
    If you search this forum for "debug release crash" or "release version crash" or similar phrases, you'll find that this is a pretty common question.  Look through the other posts you find here to see if anything is applicable to you.
    The debug version does some things like padding variables so you can sometimes overrun your declared variable space without overwriting the next variable.  In the release, the variables are packed, so if you overrun one, you are overwriting another.  Just one possible difference.
    You can do some things in your release code to see where things get lost, like (temporarily using printf statements after multiple statements at the start and end of your loop to try to identify that failing line of code.
    Look through other threads to find other ideas.

  • Event receiver works perfectly in debug mode, but fails in release mode

    Here is my item added event which works perfectly and gives read permission to CCfield user in debug mode, but doesn't give permissions to CCfield user when item added event is triggered in release mode:
    base.ItemAdded(properties);
    try
    SPListItem item = properties.ListItem;
    string idnumber = Convert.ToString(properties.ListItem["ID"]);
    string itemurl = properties.ListItem.Url;
    SPWeb web = properties.Web;
    item.BreakRoleInheritance(false, false);
    //item.Update();
    string ccfield = Convert.ToString(properties.ListItem["EmailCc"]);
    string STRFirst = "&lt;" ;
    string STRLast = "&gt;";
    int Pos1 = ccfield.IndexOf(STRFirst) + STRFirst.Length;
    int Pos2 = ccfield.IndexOf(STRLast);
    string ccfield1 = ccfield.Substring(Pos1, Pos2 - Pos1);
    SPUser user = item.Web.EnsureUser(ccfield1);
    SPRoleAssignment roleAssignment = new SPRoleAssignment(user);
    roleAssignment.RoleDefinitionBindings.Add(web.RoleDefinitions["Read"]);
    item.RoleAssignments.Add(roleAssignment);
    catch (Exception e)
    throw;
    Any help?
    sk.Rakhishma

    Event receivers run using the permissions of the user who triggered the event. If your user does not have rights to manage permissions then you will need to run your security code with elevated permisisons.
    SPSecurity.RunWithElevatedPrivileges(delegate()
    { your code here } )
    Note that RunWithElevatedPermissions will not work with Sandbox code.
    Mike Smith TechTrainingNotes.blogspot.com
    my SP customization book

  • Project runs Ok in debug mode but not in release mode

    I have an application developed with VC++ 6.0 and measurement studio. The application controls SCXI-1161/1166 relay boards to connect the UUT. The application runs ok in debug mode, but in release mode the application can't drive the relay boards. I have tried to change optimizations mode, it didn't work. Who can tell me how to solve the problem? Thanks!

    It sounds like you have an older version of our SWITCH driver which relies on our DAQ driver. I would recommend uninstalling the Traditional DAQ, DAQmx, and SWITCH drivers and then installing the newest version. At this point you have 2 options:
    1) You can download Traditional DAQ 7.4, DAQmx 7.4, and NI-SWITCH 2.4 drivers bundled together here: ftp://ftp.ni.com/support/daq/pc/ni-daq/7.4/
    2) You can install the latest version: NI-DAQmx 7.5 here: http://digital.ni.com/softlib.nsf/websearch/CF7ECC​EA4C4CC7DE86257038004D88AE?opendocument&node=13206​... This has support for all of our USB DAQ devices (if you're not using them then you may not want to worry about installing this now) and then install Traditional DAQ 7.4 here: http://digital.ni.com/softlib.nsf/websearch/C36A54​ADDA3DC33D86257038004E55E6?opendocument&node=13206​... and NI-SWITCH 2.4 here: http://digital.ni.com/softlib.nsf/websearch/9D6B8C​7FD41BF3D08625702E0072E294?opendocument&node=13206​...
    This should solve your problem.

Maybe you are looking for

  • Need to upgrade memory in ppc mac mini

    Does anyone know of a step by step guide with pictures to installing memory in a ppc mac mini? Need to upgrade to a gig to use some graphics software. Thanks, Steve

  • Data recovery from a disk that is unmounted

    Here is my problem: disk utility had indicated that I had a couple of bad blocks in my start up disk and recommended that it be replaced. Since I already had a second internal hard drive with plenty of room on it, I simply installed OS 10.4 on the se

  • Reports output as seperate HTML

    HI all, I have a situation I am using reports 6i and XP I have a report with 60 pages What i need to do is i need to generate report as each page as one html and save it some where For example I have 60 pages I need to get output in 60 html pages or

  • Help on EDI to IDOC scenario using seeburger

    Hi, Anyone plzz explain me edi 850 to idoc orders05  scenario. at the same time how generated idoc will creat salesorder. Thanks, Seenu.

  • Configure client ports for RTMFP

    We are redesigning our Flash application to use RTMFP in place of RTMP, and we are interested in knowing exactly which ports our client app will try to use when connecting with RTMFP. From reading the documentation provided, it appears that the hostp