Having issues viewing interactive parameters and group tree in Visual Studio 2013 design view.

Hey Guys,
I'm a web developer (front end and back end, kind of a one man army sort of deal) and my current employer wishes to use crystal reports to display the results of the online survey apps/tools I have been working on for the last few months. However, I have been having trouble getting the reports to render in browser, and a lot of the ui components of the browser based report viewer (the interactive parameters and group tree) will not render properly in the design view of visual studio (ive attached a screen cap of what I'm talking about) or in the browser itself.
I am new to crystal reports and its community and if I am leaving out any critical details or have posted in the incorrect section please inform me and I will make changes as necessary.
Additional info:
Visual studio version: 2013 professional (trial)
Plugin version (exe file name): CRforVS_13_0_9.exe (I also installed the 64 bit run-time from this)
Server and OS versions: IIS 7.5 on Microsoft Windows Server 2008 R2
Any help you guys could provide would be greatly appreciated.
Cheers,
-Mike

Hi Mike
First thing you want to do is uninstall CRVS SP 9 and install CRVS SP 10. SP 10 is the first SP to support VS 2013.
Once that is done, let us know if that helped any.
- Ludek
Senior Support Engineer AGS Product Support, Global Support Center Canada
Follow us on Twitter

Similar Messages

  • Windows 8.1 users: Visual studio 2013 design rendering issues

    Has any 8.1 user experienced this yet. I am pretty sure it' my laptop. John i know you was thinking about a yoga pro 2. Did you get One?
    Basically a form i wrote in 2010 from xp will appear massively different if ANY UI changes are made. The form will appear as expected and drawn up until this point.
    Image One attached is the form should appear. Image Two is after i add a random button that you can see. The whole form does not even render. It crunches it all together. I assume this is a laptop resolution issue?
    Graphics
    Monitor
    Name Generic PnP Monitor on Intel HD Graphics Family
    Current Resolution 1280x720 pixels
    Work Resolution 1280x698 pixels
    State Enabled, Primary
    Monitor Width 3200
    Monitor Height 1800
    Monitor BPP 32 bits per pixel
    Monitor Frequency 60 Hz
    Device \\.\DISPLAY1\Monitor0
    Intel HD Graphics Family
    Manufacturer Intel
    Model HD Graphics Family
    Device ID 8086-0A16
    Revision A
    Subvendor Lenovo (17AA)
    Current Performance Level Level 0
    Driver version 10.18.10.3412
    Count of performance levels : 1
    Level 1

    Hi Suvy,
    From your description, could you please tell me how you renew your developer license for Windows 8.1 from Visual Studio 2013 Community Edition?
    Generally, we can renew the developer license by going to PROJECT->Store->Acquire Development License… like the following screen shot.
    In addition, as you said that you get the error in the 'contacting license server' stage for too long and eventually doesn't proceed further.
    You mean that you did not get the developer license window which requires input the Microsoft account like the following screen shot, am I right?
    If yes, as you said that the Avast antivirus installed and running. I suggest you can try to disable or un-install it check if it can work.
    To make sure that it is not your VS IDE issue, please reset your VS settings, and then run it as the admin, test it again.
    You can also try to run your VS in safe mode to make sure that it is not the add-ins or the extension tools’ issue.
    http://msdn.microsoft.com/en-us/library/ms241278.aspx
    In addition, I got different ways to get a developer license, maybe you could check it here:
    http://msdn.microsoft.com/en-us/library/windows/apps/hh974578.aspx
    Best Regards,
    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.

  • CRVS2010 Beta - How do you hide the Group Tree for Visual Studio 2010

    Would anyone know how to hide the group tree in the Crystal Reports viewer for Visual Studio 2010.  I have tried
    DisplayGroupTree="False" and found the property doesn't exist in the new version for VS 2010.  I have search in the designer options and found nothing.  Note this report is for ASP.net.
    Thanks
    Dave.
    Subject modified as per the sticky post at the top of this forum; [Crystal Reports for Visual Studio 2010 Beta - read before posting|Crystal Reports for Visual Studio 2010 Beta - read before posting;
    Edited by: Ludek Uher on Sep 15, 2010 8:55 AM

    A simple search using the search box in the top right corner of this web page would have come up with the following KBase as one of the 1st - if not the 1st hit (for once, we beat Google    ).
    [1183704 - How to display or hide the Group Tree in CrystalReportViewer control through code in Crystal Reports 2008|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333133383333333733303334%7D.do]
    - Ludek

  • "Replace" vs. "Replace and find next" in Visual Studio 2013 Professional

    Hello,
    Sometimes, when doing a large/risky replacement, I would like to find a hit, do a single replacement, inspect the replacement, then find the next hit, do a single replacement, inspect the replacement, and so on, before finally
    doing ‘Replace All’. Visual Studio seems to find the next hit immediately after executing the current replacement. Is there a way to change this default behaviour? It would be a really nice feature.
    I have looked in Options > Environment > Find and Replace, but the options listed are not relevant to my requirement.
    Many thanks.
    Keith
    R K Howard

    Nope.  You can't do exactly that.
    There are alternative approaches though.
    ONE
    If you use the Replace In Files feature (Ctrl+Shift+H) you can select the scope of your find to be Current Document (or whatever is appropriate for you) and make use of the Result options to List results in a find results window.  Do
    a Replace All, and then you can curate your results individually by navigating through them in the find results window.  If you check "Keep modified files open after Replace All" then an undo operation on any modified file will restore
    the effects of the replace all, should you need to back out of your changes.
    The difference between this approach and your approach is that with my suggestion, all the replacements are made ahead of time, and it keeps a list of all such places that need to be reviewed.
    This is my preferred approach.
    TWO
    If you use the Find All feature it places a reference to each location in the Find Results window. (Find all is chosen by clicking the dropdown arrow to the right of the Find Next button in the Find window -- no keyboard shortcut for this that I
    know of.)  After each replacement you can click on the line you replaced and navigate back to it. If you're only going to do a few, this is a reasonable thing to do.
    THREE
    I don't usually find it too difficult to pre-visualize what the replacement will be.  I am curating the results before I do each replacement.  It selects the text for you so you can see
    where the replacement will go.  I realize that it doesn't show you what the replacement will be for something like a backreference, but it's not usually too difficult to figure out, is it?
    This might be the "suck it up" approach.
    FOUR
    Write an add-in.  It is possible, (although quite a bit of work), to augment Visual Studio in this way using a
    VSPackage.

  • Visual Studio 2013. Viewing a PDF file via the Web Browser control in Windows 8.1

    I am writing a Windows Forms application in which I need to view PDF files via the Web Browser control. When the control is given the Navigate() command, Windows takes over and asks which program I want to open the file with. All was fine with VS 2010 and
    XP. I have un-installed "PDF Complete", which was the default PDF viewer, but I now get asked for an alternative.
    Thanks in advance.
    Mike Saunders

    Hi Mike,
    It seems that we could use Internet Explorer to open a local .PDF file if it has the Adobe Reader. I doubt that the web control would be related to it. Like the MVP's suggset in the following thread, maybe it would be related
    to certain plug-in tools in your side like the adober reader.
    Reference:
    https://social.msdn.microsoft.com/Forums/en-US/a717117e-41ae-4775-9c28-d5a1042b396e/pdf-is-not-opening-in-web-browser-control-in-vbnet?forum=vbgeneral
    Best Regards,
    Jack
    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.

  • Unit Testing with Microsoft Sharepoint Emulators and Fakes with Visual Studio 2013

    Hi All,
    I have created Test Project and now creating Test cases for Sharepoint. I found a link on MSDN which suggests using Fakes framework but it supports VS2012 and I am using Visual Studio 2013.
    So how can I use it with VS2013 or is there any other way with which I can implement the Test cases with VS2013.
    Please suggest.
    Thanks in advance.
    Himanshu Nigam

    Hi HimanshuNigam,
    According to your descrition, my understanding is that you want to use Fakes framework to create test case for SharePoint project in Visual Studio 2013.
    If you want to test using Fakes Framework, you can use the codeplex extension to achieve it. It supports Visual Studio 2013.
    Here is a detailed article for your reference:
    Better Unit Testing with Microsoft Fakes
    About how to include the Nuget package, you can use the package with the link below:
    NuGet Package Manager for Visual Studio 2013
    Installing NuGet
    If you still have question about this issue, I suggest you can create a post in Visual Studio, more experts will help you and you can get more detailed information from there:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?category=visualstudio%2Cvsarch%2Cvsdbg%2Cvstest%2Cvstfs%2Cvsdata%2Cvsappdev%2Cvisualbasic%2Cvisualcsharp%2Cvisualc
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • Having issues with contacts... groups specifically... when I add contacts to a group and check back there are fewer in group than when i started.. they disappear??

    having issues with contacts... groups specifically... when I add contacts to a group and check back there are fewer in group than when i started.. they disappear??

    Hi
    in this scenarion control is not going inside the condition
    if (vo.getRowCount() == 0) and therefore VO is not getting initialized
    why u are counting the row of VO to initialize the VO ,if possible pls remove this condition check ,problem will be solved .pls let me know in case of any issues.
    thanx
    Pratap

  • I am having issues related to storage and I believe this is causing my computer to slow down. "Other" files part is the major occupier(180 GB). I have done Omni disk and multiple other cleaning(iTunes-device, restart, etc), yet have not been able to empty

    I am having issues related to storage and I believe this is causing my computer to slow down. "Other" files part is the major occupier(180 GB). I have done Omni disk and multiple other cleaning(iTunes-device, restart, etc), yet have not been able to empty any more space, nor to speed up my computer? Any suggestions? All your contributions are welcomed. Thanks. Mehmet Mazhar Celikoyar

    Below is the result:
    Hardware Information:
              MacBook Pro (15-inch, Mid 2009)
              MacBook Pro - model: MacBookPro5,3
              1 3.06 GHz Intel Core 2 Duo CPU: 2 cores
              4 GB RAM
    Video Information:
              NVIDIA GeForce 9400M - VRAM: 256 MB
              NVIDIA GeForce 9600M GT - VRAM: 512 MB
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0
              AirPlay: Version: 1.9
              AppleAVBAudio: Version: 2.0.0
              iSightAudio: Version: 7.7.3
    Startup Items:
              HP IO - Path: /Library/StartupItems/HP IO
    System Software:
              OS X 10.9 (13A603) - Uptime: 3 days 22:8:6
    Disk Information:
              ST9500420ASG disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 499.25 GB (220.49 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              HL-DT-ST DVDRW  GS23N 
    USB Information:
              Apple Inc. Built-in iSight
              Apple Internal Memory Card Reader
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Computer, Inc. IR Receiver
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
              com.rim.driver.BlackBerryUSBDriverInt          (0.0.64)
              com.livedrive.filesystems.livedrivefs          (2.1.14)
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [loaded] com.adobe.versioncueCS4.plist
              [loaded] com.creativebe.MainMenuHelper.plist
              [loaded] com.macpaw.CleanMyMac2.Agent.plist
              [loaded] com.magican.castle.plist
              [loaded] com.microsoft.office.licensing.helper.plist
              [loaded] com.rim.BBDaemon.plist
              [failed] com.zeobit.MacKeeper.plugin.AntiTheft.daemon.plist
    Launch Agents:
              [loaded] com.adobe.CS4ServiceManager.plist
              [loaded] com.hp.messagecenter.launcher.plist
              [loaded] com.hp.productresearch.plist
              [loaded] com.rim.BBLaunchAgent.plist
    User Launch Agents:
              [loaded] com.adobe.ARM.[...].plist
              [failed] com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist
              [failed] com.macpaw.CleanMyMac2Helper.scheduledScan.plist
              [failed] com.macpaw.CleanMyMac2Helper.trashWatcher.plist
              [failed] com.UninstallerTool.plist
              [failed] com.VolumeWatcherTool.plist
              [failed] com.zeobit.MacKeeper.Helper.plist
    User Login Items:
              BlackBerry Device Manager
              HP Scheduler
    3rd Party Preference Panes:
              Adobe Version Cue CS4
              DC30 Xact Driver Panel
              Flash Player
              Flip4Mac WMV
              Perian
    Internet Plug-ins:
              AdobePDFViewer.plugin
              AdobePDFViewerNPAPI.plugin
              Default Browser.plugin
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              Flip4Mac WMV Plugin.plugin
              iPhotoPhotocast.plugin
              JavaAppletPlugin.plugin
              OfficeLiveBrowserPlugin.plugin
              QuickTime Plugin.plugin
              SharePointBrowserPlugin.plugin
              Silverlight.plugin
    User Internet Plug-ins:
              OctoshapeWeb.plugin
    Bad Fonts:
              None
    Time Machine:
              Mobile backups: OFF
              Auto backup: NO
              Volumes being backed up:
                        Macintosh HD: Disk size: 499.25 GB Disk used: 278.75 GB
              Destinations:
                        TOSHIBA EXT [Local] (Last used)
                        Total size: 2 TB
                        Total number of backups: 5
                        Oldest backup: 2013-10-24 23:21:31 +0000
                        Last backup: 2013-10-25 02:59:08 +0000
                        Size of backup disk: Excellent
                                  Backup size 2 TB > (Disk size 499.25 GB X 3)
    Top Processes by CPU:
                   3%          WindowServer
                   1%          EtreCheck
                   1%          Microsoft PowerPoint
                   0%          BBLaunchAgent
                   0%          fontd
                   0%          aosnotifyd
    Top Processes by Memory:
              168 MB             Microsoft PowerPoint
              123 MB             Safari
              86 MB              Mail
              74 MB              WindowServer
              45 MB              com.apple.WebKit.Networking
              45 MB              com.apple.WebKit.WebContent
              41 MB              Finder
              41 MB              PluginProcess
              41 MB              mds_stores
              33 MB              Notes
    Virtual Memory Statistics:
              72 MB              Free RAM
              1.27 GB            Active RAM
              1.24 GB            Inactive RAM
              667 MB             Wired RAM
              2.58 GB            Page-ins
              111 MB             Page-outs

  • I am having issues updating my Photoshop and Illustrator CC?

    I am having issues updating my Photoshop and Illustrator CC? It keeps going to a page where it is telling me to download a trial. I already made my payment in December.

    Sign in, activation, or connection errors | CS5.5 and later
    Mylenium

  • I purchased an iPhone 3 and had photos on it. Started having issues within 30 days and could replace it. Moved photos to back up on iCloud. did not restore new phone from back up how can i save the new photos and retrieve the old ones?

    I purchased an iPhone 3 and had taken some photos on it. I started having issues within 30 days and could replace it. So I created an iCloud account and  saved those photos as a back up on iCloud. I did not restore my new phone from back up because I did not realize I needed to restore and not just activitate it. How can I save the new photos, apps, and other stuff but retrieve the old photos?

    If all you want is your old photos, you could backup your new phone using iTunes, then restore it from your iCloud backup, import the old photos to your computer, then restore it from the backup your made in iTunes returning your newer data to your phone.  If you want your old photos on your phone, sync them there from your computer using iTunes.  The process would look like this:
    Connect your phone to your computer, when it appears in iTunes on the left sidebar right-click on it and select Transfer Purchases; right-click again and select Backup.
    Disconnect from your computer and go to Settings>General>Reset>Erase All Content and Settings to return it to new
    Go through the activation setup, choosing to Restore from iCloud backup.  Make sure your phone is plugged into a charger and has access to wi-fi as this can take hours to complete.
    When complete, without connecting your phone to your computer, open iTunes and go to Preferences.  On the Devices tab check "Prevent...from syncing automatically"
    Now import the old photos to your computer (see http://support.apple.com/kb/HT4083)
    When done, open iTunes, right-click on the name of your phone on the left sidebar and select Restore from Backup, choose the backup you made in step 1.
    Go to the Photos tab and select the photos you want to sync to your phone and sync.

  • Having issues with netgear genie and air play with iOS 6

    Is anyone having issues with netgear genie and the fact they can not AirPrint with iOS 6.    Any solutions for this

    The list of AirPrint supported printers is here:
    AirPrint Basics
    Netgear Genie is not on this supported list so it is probably best to contact Netgear.

  • Hi, I had recently purchased ipad3 and but obviously have been having issues with heating up and some minor issues with video playback etc. Apple has agreed to replace my device. I need help in deciding whether i should get a new ipad3 or opt for ipad2.

    Hi, I had recently purchased ipad3 and but obviously have been having issues with heating up and some minor issues with video playback etc. Apple has agreed to replace my device. I need help in deciding whether i should get a new ipad3 or opt for ipad2. Seller is willing to replace it with ipad2 as well..
    Have also heard that the ipad3 revamped version is around along with the mini pad rumor..too much information - lot's of confusion pls help

    Lindsay,
    Your iBookG4 is still a pretty awesome Mac. Like already said, it has the power to run Leopard, but it depends if you have an internal DVD drive.
    Then I suppose you have to add up the cost of the OS, perhaps another 512MB RAM, iLife 08 and replacements for any favourite apps that you currently use (Leopard breaks a lot of stuff, but Intel breaks even more). Compare it to the cost of a new MacBook, which wil have all of that included and be 3-4x faster too.
    It also depends on what you want to achieve with your iBook. My PMG4 still cuts it today, I still use it in preference to my new Mac Pro, It's about the same age as your iBook, and I'll only stop using it when it becomes "painfully" slow. My 1 year old son currently uses the Mac Pro (parts for a Mac Pro are easier to replace than those for a PMG4).
    I think your choice is simple, if you can a cheap copy of Tiger, use that, it'll get your iPod Touch up and running. It came in DVD and 4 CD version (by request).
    Leopard will work for you too but a lot of the best eye-candy requires quite a meaty graphics card and you may need a RAM upgrade and replacement software - OS9 Classic is not supported in Leopard.

  • Display issue typing and using visual studio 2013

    Hi
    So i installed visual studio 2013 with update 4 last night and now i am having an issue with it. When i start up my project it doesn't show anything until i minimize and un-minimize the screen. Also when I to try type within the code there is no pointer
    shown and nothing is shown the screen i am typing or changing any text. Also with clicking on the explorer it doesn't highlight what i select and also when i right click within the explorer the properties disappear when i move over them.
    I have pictures that i have uploaded to look at;
    http://imgur.com/a/7WZWW
    Thanks

    Hello popp09,
    The issue sounds more like a problem related to your Graphic driver. Could you please make sure your "graphic driver" is update to date?You should also make sure you've applied all Windows Updates in your OS.
    Best regards,
    Barry
    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.

  • Visual Studio 2013 Setup and Installation gets stuck at system restore point. what are the issues?, help me out!!!

    Visual Studio 2013 Setup and Installation gets stuck at system restore point. what are the issues?, help me out ASAP

    Hello nitinrathod29,
    There are some possible fixes for this issue.
    Please check the following thread:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/47bc6990-00f2-4d85-b3f8-9de03c637f43/visual-studio-2013-update-2rc-stucks-on-creating-system-restore?forum=vssetup
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/81478f51-37bb-4dbb-bd0c-beade1fd50ab/visual-studio-2012-professional-installation-getting-stuck-creating-a-system-restore-point?forum=vssetup
    So here are them:
    1. Check if you have any software which may prevent the installer from running. For example, Windows Defender or any other software which may restrict your permissions.
    2. Just start the computer.
    3. Run the setup as admin.
    4. Check your UAC permissions.
    Best regards,
    Barry
    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.

  • Azure Visual Studio 2013 Integrated Sign Connectivity Issues

    I am having periodic VS2013 Ultimate and Azure tools 2.3 connectivity issues. I'd say it's all related to session timing out but it causes VS to crash sometimes and other times when using some Azure feature, right clicking 'Web Role' I get 'Object....null
    reference' messages.
    I can ask studio to connect to Azure, via right clicking Azure node of Azure branch in server explorer and it always tells me I'm currently signed in as the correct\current user but this seems to prevent the issue from occurring if I do this first thing
    everyday.
    How can I properly resolve the Visual Studio crashes and such? I'd say I've had Visual Studio 2013 crash more in the last 6 months than all prior VS crashes across my DEV lifetime....and I started developing long before Visual Studio was born :>)

    Hi,
    It's hard to reproduce this issue, please try to update your vs, then see whether this issue exist or not. You could also use another computer to do the same operation, if you encounter the same issue, please contact with azure support to
    get further help:  http://www.windowsazure.com/en-us/support/contact/
    Best Regards,
    Jambor
    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.

Maybe you are looking for

  • See who can  solve this problem 2

    today i going to do BDC Recording. however i face a problem after insert all the things it needed. Here the problem come, when i push on a pushbutton (PARK) the recording pop out a error. the error is : PARK is not possible in bdc recording. can anyo

  • Getting the ID of the page that is running an iView in EP5

    Hello, As stated in the topic, I'm using EP5. How can I get the ID of the page that is currently running an iView from within the iView code? Thanks ahead for any help, Yoav.

  • Impdp ORA-02421 on Oracle 10.2.0.1 and 10.2.0.2

    Hello, The impdp utility crashes the import process with ORA-02421 for a schema which starts with a number on both Oracle RDBMS versions : Oracle 10.2.0.1 and 10.2.0.2. I tried to apply patch 4671082 to Oracle 10.2.0.1 but it doesn't work and its a k

  • Network Model  - Arcs create unexpected results

    Hello Spatial Users, I have created a road network using the "Automatic" Network Definition, loaded all the nodes and links, and everything seems to be OK. It all validates, links and nodes have the correct values. It is an undirected network. I can

  • Where is my iPhoto library

    My iPhoto library disappeared. When I tried to open it, just one photo appeared, one that I had just dragged and dropped from the desktop. I have backed up my photos on an external hard drive and am attempting to restore them from the external hard d