I having problem migrating reports of RDLC from vs2008 to vs2013

Error Message
Report execution in the current AppDomain requires Code Access Security policy, which is off by default
in .NET 4.0 and later.  Enable legacy CAS policy or execute the report in the sandbox AppDomain
Please guide me step by step so that I can resolve this error as earliest as possible
I have even referred the link 
https://social.technet.microsoft.com/Forums/en-US/b4d3ea19-bb1c-45e9-9fdc-25dfbc2bbdbe/custom-assembly-in-report-viewer-with-net-framework-4?forum=vsreportcontrols
As of now I am not able to resolve it Kindly oblige and help me in resolving this error

Hi A Jarrett,
Thanks for your reply.
I sugegst you will need to check if if
these files can be created in VS2013. 
Since the VS2008 is really old version, and generally we open an old project with the closed VS version, for example, I sugegst you could check whether you could open all files in VS2010, and then test it with VS2013.
In addition, I suggest you can try to open the your project solution using File | Open Project... and then pass the path to the solution project file check this issue again.
I find a similar thread about how to convert project from old version VS to VS2013, you can try the jsck's suggestion to check your issue.
https://social.msdn.microsoft.com/Forums/vstudio/en-US/3d128a21-f3b5-430e-b146-60eea577194f/converting-vs-2005-project-to-vs-2013?forum=visualstudiogeneral
Best Reagrds,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Problem migrating Toplink Workbench project from 9.0.4.5 to 10.1.3.1.0

    Hi all,
    I am having problems migrating my Toplink Workbench project from 9.0.4.5 to 10.1.3.1.0! I used the Toplink Workbench to open and convert the existing project. The conversion succeeded, but when I tried to export the mappings I got this:
    java.lang.NullPointerException
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWRelationalPrimaryKeyPolicy.adjustRuntimeDescriptor(MWRelationalPrimaryKeyPolicy.java:174)
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWRelationalTransactionalPolicy.adjustRuntimeDescriptor(MWRelationalTransactionalPolicy.java:85)
         at oracle.toplink.workbench.mappingsmodel.descriptor.MWDescriptor.buildRuntimeDescriptor(MWDescriptor.java:423)
         at oracle.toplink.workbench.mappingsmodel.descriptor.MWMappingDescriptor.buildRuntimeDescriptor(MWMappingDescriptor.java:860)
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWRelationalClassDescriptor.buildRuntimeDescriptor(MWRelationalClassDescriptor.java:791)
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWTableDescriptor.buildRuntimeDescriptor(MWTableDescriptor.java:955)
         at oracle.toplink.workbench.mappingsmodel.project.MWProject.buildRuntimeProject(MWProject.java:932)
         at oracle.toplink.workbench.mappingsmodel.project.MWProject.exportDeploymentXML(MWProject.java:804)
         at oracle.toplink.workbench.mappingsplugin.ProjectDeploymentXmlGenerationCoordinator.exportProjectDeploymentXml(ProjectDeploymentXmlGenerationCoordinator.java:46)
         at oracle.toplink.workbench.mappingsplugin.ExportDeploymentXmlAction.execute(ExportDeploymentXmlAction.java:27)
         at oracle.toplink.workbench.framework.action.AbstractFrameworkAction.actionPerformed(AbstractFrameworkAction.java:134)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Anyone seen this error before? This is very critical for us. Please help. Thanks.
    Regards,
    gkk1969

    I am seeing the same problem when i try to do Export to Java Source
    java.lang.NullPointerException
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWRelationalPrimaryKeyPolicy.adjustRuntimeDescriptor(MWRelationalPrimaryKeyPolicy.java:174)
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWRelationalTransactionalPolicy.adjustRuntimeDescriptor(MWRelationalTransactionalPolicy.java:85)
         at oracle.toplink.workbench.mappingsmodel.descriptor.MWDescriptor.buildRuntimeDescriptor(MWDescriptor.java:423)
         at oracle.toplink.workbench.mappingsmodel.descriptor.MWMappingDescriptor.buildRuntimeDescriptor(MWMappingDescriptor.java:860)
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWRelationalClassDescriptor.buildRuntimeDescriptor(MWRelationalClassDescriptor.java:791)
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWTableDescriptor.buildRuntimeDescriptor(MWTableDescriptor.java:955)
         at oracle.toplink.workbench.mappingsmodel.project.MWProject.buildRuntimeProject(MWProject.java:932)
         at oracle.toplink.workbench.mappingsmodel.project.MWProject.exportProjectSource(MWProject.java:824)
         at oracle.toplink.workbench.mappingsplugin.ProjectSourceGenerationCoordinator.exportProjectSource(ProjectSourceGenerationCoordinator.java:68)
         at oracle.toplink.workbench.mappingsplugin.ExportJavaSourceAction.execute(ExportJavaSourceAction.java:31)
         at oracle.toplink.workbench.framework.action.AbstractFrameworkAction.actionPerformed(AbstractFrameworkAction.java:134)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1113)
         at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:943)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

  • I recently had to swap out my iphone 4s and I am having problems restoring photos and videos from icloud.  I get a message on my phone that says " the URL you are requesting is not found on this server".  Pics and videos have been deleted too.

    I recently had to swap out my iphone 4s and I am having problems restoring photos and videos from icloud.  When I restored my phone from icloud, half of my pics and videos have been deleted, the pics that were restored on my phone are very blurry, and the videos won't play.  I get a message on my phone that says " the URL you are requesting is not found on this server".  I have erased and reset my phone twice, but every time I do it, more pics and videos are deleted.  I have backed up to icloud and iphoto, however, some of the pics are no longer on iphoto either.  Is there someway to get the videos to play on my phone again?  Make the photos not as blurry as they are now and to restore the pics and videos that have been lost?  I really would love to have them back, this phone is supposed to be the best and right now it doesn't seem to be.  Please help if you can.

    I too have noticed that once i restored from iCloud. Pictures blurry and videos wont play!
    Need help too!!

  • I am having problems exporting my time lapses from quick time pro i need to save my files as photo jpegs but the standard video compression window will not open fully,

    i am having problems exporting my time lapses from quick time pro i need to save my files as photo jpegs but the standard video compression window will not open fully, it just keeps my mac (old 1.6Ghz 2.5 GB sdram G5 still good for most stuff i need) spinning for ever but i can see compression type H.264 selected and the other setting but i can not select any other options as it still thinking but never opens! why is this happening how do i get round it?
    my work flow is: 300 images shot on a 5d mark II medium jpegs opened in Light Room cropped to 16:9 then exported and opened in quick time i can save a .mov H264 giving me files sizes of 14 mb for a 16 second time lapse, mp4 9 mb. the only way i can get large files is saving as a self contained movie then i get 300mb files.
    i need to save my files 1920 x 1080 photo jpeg codec as i want HD quality.
    i am sure there is a simple way round this?
    thanks guys!

    It is very difficult to offer troubleshooting suggestions when the "os version" you are using is unknown as each os has their own troubleshooting solutions. 
    How large is your hard drive and how much hard drive space do you have left? 

  • I am having problems copying and pasting clips from one project timeline to another. When I do this they often alter in length. Sometimes by two frames. Other times they lose a chunk off the end of the last clip in the sequence. Has anyone else found

    I am having problems copying and pasting clips from one project timeline to another. When I do this they often alter in length. Sometimes by two frames. Other times they lose a chunk off the end of the last clip in the sequence. Has anyone else found this?

    You need to give a lot more information about the media specifications and the project properties you're using in the different projects.

  • HT204150 I'm having problems with random contacts disappearing from icloud. I have a saved text from a contact that displays her info but when I look for her in contacts it's missing.

    I'm having problems with random contacts disappearing from icloud. I have a saved text from a contact that displays her info but when I look for her in contacts it's missing.

    It is locked to your sisters carrier.
    She would have to ask her carrier if they unlock iPhones and if she qualifies for this service.

  • HT1386 I am having problem syncing my itunes data from my computer to my ipod and ipad. My data is not fully transferred.  Can someone help me?

    I am having problems syncing my itunes data from my computer to my ipod and ipad.  The data from my computer is not transferring.  Can someone help me?

    What happens when you try to sync?
    Does any media sync?
    Was the iPod previous synced to another iTunes library/computer?
    Have you successfully synced from this iTunes library/computer before?
    Do the songs play in iTunes?
    Do you have the right boxes checked to sync?
    iTunes: Syncing media content to iOS devices and iPod        

  • Hi guys yesterday i had my house robbed and they took my iMac which i purchased in 2011. so i went out and purchased a new iMac today but im having problems transfering all my music from my iPhone 5 to it. Any suggestions???

    Hi guys yesterday i had my house robbed and they took my iMac which i purchased in 2011. so i went out and purchased a new iMac today but im having problems transfering all my music from my iPhone 5 to it. Any suggestions???

    iTunes Store- Transferring purchases from your iOS device or iPod to a computer.http://support.apple.com/kb/ht1848
    Or you can use a third-party utility such as Phone to Mac - Pod to Mac.

  • Is there any way to automate converting just sln files from VS2008 to VS2013 ?

    My general problem is that we have a large number (approaching 300) of "local" sln files that have not been converted from VS2008 to VS2013 although their underlying vcproj files have (so they are now really vcxproj / vcxproj.filters pairs). 
    This happened because these projects were converted along with "global" sln files that also contain these projects and are in fact used to build product.  The "local" sln files are more geared toward development, so the idea has
    been to upgrade them over time as they need to be worked with in VS, which is still an option.  It should also be noted that these "local" upgrades must be done so that they do not redo the vcxproj files in any way or needed adaptations get
    zapped and must be redone by hand.
    So ... does anyone have a suggestion how to automate the conversion of these remaining sln files
    without affecting the connected proj files?  devenv /upgrade does not seem to have the ability to leave the proj files alone unless I am misreading.

    Hi A Jarrett,
    Thanks for your reply.
    I sugegst you will need to check if if
    these files can be created in VS2013. 
    Since the VS2008 is really old version, and generally we open an old project with the closed VS version, for example, I sugegst you could check whether you could open all files in VS2010, and then test it with VS2013.
    In addition, I suggest you can try to open the your project solution using File | Open Project... and then pass the path to the solution project file check this issue again.
    I find a similar thread about how to convert project from old version VS to VS2013, you can try the jsck's suggestion to check your issue.
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/3d128a21-f3b5-430e-b146-60eea577194f/converting-vs-2005-project-to-vs-2013?forum=visualstudiogeneral
    Best Reagrds,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Repost: Still having problems w/ Safari 4 freezing from iTunes Store links

    Hey all,
    A week ago I posted about having problems with links from the iTunes store. A helpful user suggested I use the Onyx application to reset all caches, etc. I did, and my problem was solved...
    ... or so I thought. Within a day, a new iTunes store link froze Safari. I used Onyx again, and again it seemed to solve the problem. Until today, when again, iTunes store links freeze Safari.
    I can't figure out what might be causing it. I've eliminated all Safari extraneous extension/plug-ins, and the websites I haven't been visiting any "weird" websites.
    I'll describe the problem again to see if a fresh perspective can help.
    Ever since the Safari 4 beta (I now have the full Safari 4), any iTunes store link will freeze Safari. The link could be a webloc from my hard drive, a link from another web page, anything. A new window/tab will open with the grey box that says, "Loading." This is where it freezes. I do not have a spinning beach ball, and right-clicking on the dock icon does not say Safari is unresponsive. However, Safari will not respond to commands. Clicking on the dock icon does not bring Safari to the front, and if I have Safari in front anyway, menu options will not work. I can't close the window, click in anything on said window, switch to another window... nothing. My only solution is to force quit.
    For the record, I'm running Safari 4 on a Power Mac G4 (Quicksilver, yes, I know, it's ancient) with OS X 10.4.11. I have all the security updates.
    Any and all help is GREATLY appreciated!!
    Best,
    George Garner

    Hey all,
    A week ago I posted about having problems with links from the iTunes store. A helpful user suggested I use the Onyx application to reset all caches, etc. I did, and my problem was solved...
    ... or so I thought. Within a day, a new iTunes store link froze Safari. I used Onyx again, and again it seemed to solve the problem. Until today, when again, iTunes store links freeze Safari.
    I can't figure out what might be causing it. I've eliminated all Safari extraneous extension/plug-ins, and the websites I haven't been visiting any "weird" websites.
    I'll describe the problem again to see if a fresh perspective can help.
    Ever since the Safari 4 beta (I now have the full Safari 4), any iTunes store link will freeze Safari. The link could be a webloc from my hard drive, a link from another web page, anything. A new window/tab will open with the grey box that says, "Loading." This is where it freezes. I do not have a spinning beach ball, and right-clicking on the dock icon does not say Safari is unresponsive. However, Safari will not respond to commands. Clicking on the dock icon does not bring Safari to the front, and if I have Safari in front anyway, menu options will not work. I can't close the window, click in anything on said window, switch to another window... nothing. My only solution is to force quit.
    For the record, I'm running Safari 4 on a Power Mac G4 (Quicksilver, yes, I know, it's ancient) with OS X 10.4.11. I have all the security updates.
    Any and all help is GREATLY appreciated!!
    Best,
    George Garner

  • Migrate reports to 9i from 6i - HELP!

    How can I migrate reports from 6i to 9i without re-create them ALL through Report Wizards? THANKS!

    Absolutely!
    However with Reports 9i, remember that Button object and Chart objects (OG) are obsolete.
    You have to convert your reports that have OG objects to the new improved Chart object and, of course, you'll loose Button objects.
    Read the following for more information:
    http://otn.oracle.com/products/reports/htdocs/faq9i.htm#59
    Regards
    Sripathy

  • Having problem installing Snowleapord, going back from lion.

    I own MBP 2.66C2D 13" 2010, I downloaded and installed lion very first day, before that i was felling my system response is getting quiet slow, after intalling lion i felt that i should refresh my machine from scratch so i can have every thing back (talking about speed), what i did i restarted the machine and used command+r to get into recovery mode of lion, there i erased my main HDD and selected the option to reinstall lion, after couple of clicks i noticed that lion is again downloading, i already have installation disk which i made after downloading lion first time, so i thought that i should reinstall snow leapord from the dvd and then install lion from that disk, i again restrated my book after inserting leapord dvd and holded option key there i selected dvd as a boot drive and my system started asking me about language then when i was moved to the screen where i was suppose to tell system in which drive it should install leapord my main and only HDD was comming with full free space but there was small yellow exclamation mark and when i selected that disk it said cant install in this disk, this is my first mac i bought it last year never tried to do this before, i was long time windows user, i would like anyone to help me what i did wrong and what im lacking, please reply as soon as you guyz can i cant keep my system in this position tomorow will be momday and i have to prepare my system for starting the week.

    Ok JaEvo, i finally resloved the issue, i couldnt installed snow leapord then i left the idea of installing that, what i did i restored my lion back frm my time machine backup, everything was there where i left that, so accessed my lion dvd and noticed that my dvd had only one file and i.e. Dmg file, i read the article again of making lion dvd so i realised that i made that dvd by just copying dmg file on my dvdand pressed burn button on my finder, so finally i erased that dvd and used disk utility to burn that image on dvd so after burning process i got 3-4 files & folders in the disk, then i restarted my system and holded c till i saw he apple logo and little gear, after almost 10 minutes i again came to lion restore page the i erased me main HDD and gone back to option where i selected install new copy of lion, lion gave me 30 minutes in begening and saying it will download some component and in 5 minutes my system restarted and installation began, took almost 15-20 minutes, then every thing started freshly i made account & etc, but for those who are having problems with lion i must say do clean installation if lion and see how Lion will roar on your machine, soon we will see 10.7.2 and i believe we will have so many small bugs fixed.
    Thanks for everyones support, this will help others.

  • Having problems on removing old apps from App Store update is not working wright the change made my iPad go crazy

    Having problemes with new up date can't delete apps from iBook nor App Store everything change and it stink.

    You need to describe your problem and what is happening in a lot more detail than that, if you wish for help.
    Pete

  • Having problem upgrading Power PC G4 from 10.3 to 104

    I want to install Tiger 10.4 on my G4 Power PC dual 450 machine in order to run some new applications.
    I have purchased the DVD for 10.4.3.
    I tried to "upgrade" the current operating system (10.3.9) but after the software runs to the end of the install process, I get the message that it was "unsuccessful" and I should "try again". Subsequent tries also failed.
    Next I tried installing using the "archive and install" option. Same results.
    I noticed in the literature that a firmware upgrade might be needed before the install but no warning message was given (instructions say that the install software would advise if necessary). So I really don't want to update the firmware and get into other problems.
    Does anyone know what problem might be present and how to fix it.
    Thanks for any suggestions.

    Leo:
    Welcome to Apple Discussions.
    Is the Tiger install disk you purchased the Full Retail Version, or is it a gray computer specific disk? This is important, because computer specific disks are intended only for the computer to which they are specific while the Fulll Retail Version is a universal install that has drivers for all Macs that support the OS.
    Next, I suggest that you first make a backup/clone of you entire volume. A bootable clone on an external firewire drive works best as you can boot the computer from it, in case of emergencies.
    Then I would Repair Disk
    Insert Installer disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu (Panther and earlier) or Utilities menu (Tiger) and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.T Status of HDD at the bottom of right panel, and report if it says anything but Verified)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    If DU reports errors it cannot repair you will need to use a utility like Tech Tool Pro or Disk Warrior
    And finally, if you have the right install disk, have backed up your computer and are sure that you are not installing to a problem volume here are directions for installing.
    Installation Process
    • With computer shut down insert install disk in optical drive.
    • Hit Power button and immediately after chime hold down the "C" key.
    • Select language
    • Open Installer and begin installation.
    • Select installation option
    • Choose to Customize and deselect Foreign Language Translations and Additional Printer drivers.
    Optional: Check box to install X11 (Tiger and later) BSD Subsystems (Panther & earlier).
    • Proceed with installation.
    • After installation computer will restart for setup.
    • After setup, reboot computer.
    • Go to Applications > Utilities > Disk Utility.
    • Select your HDD (manufacturer ID) in left side bar.
    • Select First Aid in main panel.
    • Click Repair Disk Permissions.
    • Connect to Internet.
    • Download and install Mac OS X 10.4.11 Combo update (PPC) (Tiger)
    Computer will restart.
    • Repair Disk Permissions as previously.
    • Go to Apple Menu > Software Update.
    • Install all updates.
    Computer may restart after updates.
    • Go to Applications > Utilities > Disk Utility.
    • Select your HDD (manufacturer ID) in left side bar.
    • Select First Aid in main panel.
    • Click Repair Disk Permissions.
    cornelius

  • Problems migrating contacts' phone numbers from droid HTC to droid 4.

    Hello- Advice please. Just bought Droid 4. Set up FB and Gmail accounts with no problems. Contacts migrated from Droid HTC. EXCEPT contact's actual phone numbers. Anyway of getting these numbers back? Thanks!

    that's one of the reasons i use backup assistant, for folks with phone numbers & no email from way back, before the upgrade to the droid x in dec '10.
    if the numbers were in ba, they should be there. i've used ba for years without any problems.
    ba won't do a backup if a contact is in gmail contacts.

Maybe you are looking for