Visual Studio 2008 does not open .rptproj 2008 projects

I have installed
- SQL Server 2008 original version with SP1 and the Business Intelligence Development Studio
- Visual Studio 2008 with SP1.
I am told that Reporting Services 2008 is part of the Business Intelligence Development Studio 2008,
however when I try to open my Reporting Services 2008 .rptproj files with Visual Studio 2008, they will not open.
The error message is:
'C:\vs2008\CWReportsVS2008\CWReportsVS2008\CWReportsVS2008.rptproj' cannot be opened because its project type (.rptproj) is not supported by this version of the application.
To open it, please use a version that supports this type of project.
My VS 2008 cofiguration is:
SQL Server Reporting Services  
Microsoft SQL Server Reporting Services Designers Version 10.0.2531.0
Microsoft Visual Studio 2008 Version 9.0.30729.4462 QFE Installed Edition: Enterprise
Microsoft .NET Framework Version 3.5 SP1
Microsoft Visual Basic 2008, C# 2008, C++ 2008
Microsoft Visual Studio 2008 Team Explorer
Microsoft Visual Studio 2008 Tools for Office
Microsoft Visual Studio Team System 2008 Development Edition
Microsoft Visual Web Developer 2008
Crystal Reports Basic for Visual Studio 2008
Microsoft Visual Studio 2008 Team Explorer - ENU Service Pack 1
Microsoft Visual Studio Team System 2008 Development Edition - ENU Service Pack 1
Microsoft SQL Server Analysis Services Designer
Microsoft SQL Server Integration Services Designer
various hot fixes
various security updates
various team foundation updates
My computer configuration is:
Windows XP, Professional, Version 2002, Service Pack 3
My SQL Server Configuration is:
Microsoft SQL Server Management Studio 10.0.2531.0
Microsoft Analysis Services Client Tools 10.0.1600.22
Microsoft Data Access Components (MDAC) 3.85.1132
Microsoft MSXML 2.6 3.0 4.0 5.0 6.0
Microsoft Internet Explorer 8.0.6001.18702
Microsoft .NET Framework 2.0.50727.3615
Operating System 5.1.2600
Is there something I haven't installed yet?

Hi,
This issue might be caused because your VS2008 did not yet install BIDS report project. So, please open the New Project dialogue to check if there is Business Intelligence Development Studio component in the Project Types pane in your vs 2008. If it
is not there, install this component (can from the SQL server intallation client tools) so that you can open Reporting Services 2008 .rptproj files in the VS2008.
thanks,
Jerry

Similar Messages

  • "Visual Studio Online does not support your browser. Please upgrade to a supported browser to ensure a fantastic experience" message with IE 11

    Hi All,
    I have recently migrated from TFS 2010 to TFS 2013. When developers are accessing TFS Web interface from IE 11 they are getting message "Visual Studio Online does not support your browser. Please upgrade to a supported browser to ensure
    a fantastic experience!" and page is not showing up correctly. I can open Web interface from Chrome without any issues. Also I figured out if I open Developer Tools (F12) in IE Web Interface also works fine and screwed up again
    when I close Developer Tools.
    What can be wrong with IE11 settings?
    Regards,
    Oleg

    Hi Oleg,       
    Thanks for your post.
    You’re using TFS 2013 Update 4 now?
    Please share your IE 11 screenshot within this error message here.
    Have you use the TeamCompanion in your TFS Server? If yes, please refer to the solution in this article:
    http://www.teamcompanion.com/blog/.
    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.

  • This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them.

    Hey,
    I'm learning C#, using a book called "Learning C# by programming games". (2013)
    It comes with a zip file containing samples to use in Visual Studio.
    (I use Visual Studio Express 2013)
    However, opening the .CSPROJ files in the sample folder provided by the book's website results in the error mentioned in the title of this ticket.
    I would very much appreciate anyone taking the time to try and help me out.
    Thanks a bunch in advance,
    Erinn

    Hi Erinn,
    Could it have anything to do with the fact that the book uses XNA (and the sample projects were created with VS and XNA) and I use MonoGame with VS (since I my computer runs on windows 8,1)?
    Yes, that's definitely the problem (I don't know about writing games, but I Googled "MonoGame vs XNA"). First result returned by that search is informative (although it doesn't tell you how to get around the problem):
    http://stackoverflow.com/questions/21658493/is-monogame-just-xna
    I know that doesn't help you, but it tells you that it's a common issue and if no one here can help, maybe some more Googling might turn up something. Actually, after some more Googling, this looks useful:
    http://blogs.msdn.com/b/bobfamiliar/archive/2012/08/01/windows-8-xna-and-monogame-part-1-overview.aspx
    http://blogs.msdn.com/b/bobfamiliar/archive/2012/08/02/windows-8-xna-and-monogame-part-2-getting-started.aspx
    (UPDATE: especially Part 2, where he explains how to port XNA code to Windows 8 environment).
    ~~Bonnie DeWitt [C# MVP]
    http://geek-goddess-bonnie.blogspot.com

  • Visual Studio 2013 does not rebuild all code resulting in old code deployed through wsp

    I recently converted my SharePoint 2010 project from Visual Studio 2010 to Visual Studio 2013. I have the Premium version with Update 1.
    I quickly noticed that 2013 has bugs. For instance I could get a build error out of nowhere while developing, stating that a method recently added to Class
    A used by Class B, does not exist. The only way to resolve is to restart Visual Studio. Sometimes a rebuild would do the trick too.
    I can live with such quirks as a developer. The big problem is that it does not build the latest version if you are using the "Publish to File System"
    to get a wsp for deployment on another server.
    I've had problems with incomplete builds since my first deploy with wsp built by Visual Studio 2013, but I was not able to pinpoint it with certainty until
    last night.
    I have two classes used by a timer job. In a new version they back up some files after using them. After upgrading with the new wsp, I restarted the timer
    job service on all servers and ran the job, but the files did not back up. So I went and added a log statement to the backup code of one class and did another clean/rebuild/publish to file system from Visual Studio. I upgraded using the new wsp and then restarted
    the timer job service on all servers. When I ran the timer job service, the class where I added the log statement backed up the files it should. The other class still did not. So I added a log statement to this class as well and deployed that. Then this class
    started to backup files too.
    So I conclude that Visual Studio 2013 is failing at its core in a very dangerous way leaving assemblies built in an unknown, incomplete limbo state.
    I am downgrading all projects to Visual Studio 2012.
    This post is mainly to share my experience with the community, but if someone at Microsoft wants to investigate the issue, here is a suggestion on how to reproduce:
    Have Visual Studio in Debug build.
    Make a change to a class in a SharePoint project.
    Deploy the change to a local SharePoint installation.
    Change to Release build.
    Use Publish to file system to get a wsp. Open this wsp, copy the assembly, reflect and investigate to see that code change is actually there.
    Tore Olav Kristiansen

    Hi,
    As this is a Visual Studio question, I suggest you post it to Visual Studio Forum, you will get more help and confirm answers from there.
    http://social.msdn.microsoft.com/Forums/en-US/home?category=visualstudio
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • Visual Studio 2013 - does not recognize asp tag in website project? ...

    Hello,
    I inherited a web site that uses user controls to set the pages beginning and end tags in all *.aspx pages.
    Below is the typical structe of an .aspx page:
    <!DOCTYPE html>
    <%@ Page Language="VB" WarningLevel="1" Explicit="true" Strict="true" %>
    <%@ Register TagPrefix="pt" TagName="page_beg" src="/inc/pt_page_beg_1.ascx" %>
    <%@ Register TagPrefix="pt" TagName="page_end" src="/inc/pt_page_end_1.ascx" %>
    <pt:page_beg id="page_beg" title="Welcome" runat="server" />
    <div>
    Other markup for main body goes here
    <asp:Literal id="lit_1" text="Some Text" runat="server"/>
    </div>
    <pt:page_end runat="server" />
    The user control "page_beg" outputs an <html lang="xx"> tag where xx is a selected language / culture, along with
    the head, title and body tags in addition to other tags depending on various properties set in the control.
    The user control "page_end" simply writes out the footer of the page along with the body end and html end tags.
    Now, when I load any .aspx page in Visual Studio, all of the <asp tags are underlined and when I hover the popup text displayed is:
    "Unrecognized tag prefix or device filter 'asp'."
    If I enter a body tag near the top of the page the error disappears (but obviously, I cannot leave a stray body tag in the page).
    My question is how do I get Visual Studio to recognize the asp tags in this type of scenario?

    I'd try them over here.
    VS Web Deployment Projects forum on Microsoft ASP.Net
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Using F1 to access the online help in Visual Studio 2013 does not work anymore! Any help available?

    Hi,
    since some days I get the following message after pressing F1 in VS2013 to access the online help:
    Any help to solve this available?
    Kind regards,
    Martin
    Martin Lemburg Berlin / Germany Martin0815@twitter martinlemburg@facebook http://about.me/Martin0815

    Hello Martin,
    could you try clearing you browser cache like indicated here:
    [1] http://blog.mischel.com/2011/09/13/cant-get-help/
    If this does not help, please try changing your default browser to find out where the problem is located.
    Regards,
    David Schneider
    Developer-Hotline for MSDN Online Germany
    Disclaimer:
    Please take into consideration, that further inquiries cannot or will be answered with delay.
    For further information please contact us per telephone through the MSDN-Entwickler-Hotline:
    http://www.msdn-online.de/Hotline
    For this post by the MSDN-Entwickler-Hotline the following terms and conditions apply:
    Trademarks,
    Privacy
    as well as the separate
    terms of use for the MSDN-Entwickler-Hotline.

  • Visual Studio profiler does not show results for XAML + DirectX project

    The case is simple: 
    1) The solution consists of 3 projects:  2 C# ones  (C# XAML project + C# library project) and one C++ runtime component initially created by the wizard, as this is a DirectX project.
    2) "Start Windows Phone application analysis"  runs OK, but when stopped  no profiling results are shown. The message is "0 total samples collected", "No call tree data is available".
    How can this problem be fixed?  What are the assumed reasons?

    (I know the thread is old - but I have found some threads on the net asking about this problem, but nowhere answered, so I'll rectify this here)
    Hey,
    do you happen to have been profiling the *release build* ?
    If so, try this:
    In solution explorer, right-click on the native C++ project -> Properties -> Configuration Properties -> Linker -> Debugging
    The top-most field "Generate Debugging Info" is probabyl empty, which is default for release build. But debugging info is needed to sample-profile functions! So select "Yes" there, and make sure the next option, "generate program
    database file" has a sensible entry.
    For me, this did it.

  • Management Studio 2008 does not refresh after table create / alter

    hello
    Management Studio 2008 does not refresh after table create / alter, why?
    f5 / refresh button does not work in "Object Explorer".... i always need the restart the whole application to see any changes, this is strange...
    regards, jan

    Hi jm,
    I’m writing to follow up with you on this post. Was the problem resolved after performing Vishal ‘s steps? If you are satisfied with our solution, I’d like to mark this issue as "Answered". Please also feel free to unmark the issue, with any new findings
    or concerns you may have.
    Thanks,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Error in document date & posting date-- Posting period 001 2008 is not open

    hi guru's
    while doing vendor creation in XK01, i m not getting the data screens like address, ..etc.i m getting error..posting period not open". what does it mean..
    What date i need to give in both fields...?
    can anybody send a set of data for me to create a vendor to test for my bdc/lsmw?
    can any help me step by step vendor creation in xk01,
    I am getting this below....
    Posting period 001 2008 is not open
    Message no. F5201
    Diagnosis
    Period 001 of fiscal year 2008 is not open for posting for the variant of posting period 1000.
    System Response
    Processing cannot be continued.
    Procedure
    The error can have several causes. In order to eliminate the error, proceed as follows:
    1. Check whether the posting date was entered correctly. The system determines the posting period by means of the date.
    2. Check whether the required posting period is open for posting for the variant of posting period 1000 and account type +. Make sure that the period is open for posting.
    To do this, specify a period interval in which the required period for the variant of posting period 1000 and account type + is contained.
    Proceed
    thanks

    Hi
    Kris is right, that message means you can't post a FI document in the period 1 (probably Gennuary) of the 2008, but this can't mean you can't create a new vendor.
    So are you sure on trx?
    If the trx is right perhaps somebody has inserted a control in a user-exit.
    Max

  • Posting period 002 2008 is not open

    Dear All
    The below is my problem.Please help me
    " Posting period 002 2008 is not open
    Message no. F5201
    Diagnosis
    Period 002 of fiscal year 2008 is not open for posting for the variant of posting period .
    System Response
    Processing cannot be continued.
    Procedure
    The error can have several causes. In order to eliminate the error, proceed as follows:
    1. Check whether the posting date was entered correctly. The system determines the posting period by means of the date.
    2. Check whether the required posting period is open for posting for the variant of posting period  and account type +. Make sure that the period is open for posting.
    To do this, specify a period interval in which the required period for the variant of posting period  and account type + is contained.
    Proceed"
    in OB52 -
    0001     +                     1     2008     12     2009     13     2010     14     2014        
    0001     A                    ZZZZZZZZZZ     1     2001     12     2005     13     2001     16     2001        
    0001     D                    ZZZZZZZZZZ     1     2001     12     2005     13     2001     16     2001        
    0001     K                    ZZZZZZZZZZ     1     2001     12     2005     13     2001     16     2001        
    0001     S                    ZZZZZZZZZZ     1     2007     12     2008     13     2008     16     2016        
    1000     +                                   1     2008     12     2010     13     2012     16     2014     
    in OMSY-
    TEST     TEST Company Pvt ltd     2008     2     2008     1     2007     12
    I have copy and past my settings.Pls analys the above and help me.
    Thanks
    Rajakumar

    MM periods follow as
    First go to OMSY and check the current period for your Comp code..
    Then go to MMPV trx..
    and Enter Comp code, period & year..
    Here you need to enter the period you wants to open..
    Ex: The Current period in OMSY is 10,2007
    Then you need to enter period 11 & year 2007 in MMPV.
    So, that period 10 will be closed & Period 11 will be opened automatically..
    Like that you need to close the periods one by one till the period you want to post.
    You can not reopen the closed MM period.
    Pls becareful while doing in PRD client
    and in OB52 maintain Like this
    0001 + 1 2008 12 2008 13 2010 14 2014
    0001 A ZZZZZZZZZZ 1 2008 12 2008 13 2001 16 2001
    0001 D ZZZZZZZZZZ 1 2008 12 2008 13 2001 16 2001
    0001 K ZZZZZZZZZZ 1 2008 12 2008 13 2001 16 2001
    0001 S ZZZZZZZZZZ 1 2008 12 2008 13 2008 16 2016
    1000 + 1 2008 12 2010 13 2012 16 2014

  • Error : Posting period 003 2008 is not open

    Hi Team,
    When I m doing recording through transaction FBS1 it is giving me
    error message "Posting period 003 2008 is not open". Can anyone tell me how to avoid this.
    Thank u in advance.

    Hi,
    use transaction OB52 to open the needed period.
    Regards Vassko!

  • Posting period 007 2008 is not open

    HI
    I have customzied a new co code and all othr setting in sand box server. When i'm doing migo, i'm gettitng the blw error..  in omsy , i gave yr 2008 and period as 07
    Posting period 007 2008 is not open
    how to rectify it..

    Hi,
    If you open period in MM side in MMPV and also cross check which period is open in MMRV t.code.
    Now in FI side in t.code: OB52 and open the period 007 2008 for the Account Types A, K, D,M, S and specially Account Type u201C+u201D which stands for valid for all accounts type and save.
    Now try ur transaction.
    Note
    Check OMSY setting:
    Example;
    In OMSY steps, u have to enter .....
    Company Code .....
    Company Name ..............
    Fiscal Year of Current Period 2008
    Current period (posting period) ???
    Fiscal year of previous period 2008( will come automatic)
    Month of previous period( ???-1)( will come automatic)
    Fiscal year of last period of previous year 2007
    Last month of previous year 12
    Allow Posting to Previous Period (Back posting)
    Disallow back posting after a change of period
    For more Check the SAP Notes:487381 & 369637.
    Regards,
    Biju K

  • Microsoft Office 2008 will not open on mac?

    Okay, so whenever I try to open ANY office applications, my mac (version 10.6.8) brings up a screen title MICROSOFT _____ cannot be opened because of a problem. I cannot uninstall it, because the uninstaller does not open either. The Microsoft Office 2008 folder is in my Applications folder.
    Here are the problem details:
    Process: Microsoft Excel [10053]
    Path: /Applications/Microsoft Office 2008/Microsoft Excel.app/Contents/MacOS/Microsoft Excel
    Identifier: com.microsoft.Excel
    Version: ??? (???)
    Build Info: Unknown-130206~0
    Code Type: X86 (Native)
    Parent Process: launchd [189]
    Date/Time: 2013-06-19 15:51:53.541 -0400
    OS Version: Mac OS X 10.6.8 (10K549)
    Report Version: 6
    Interval Since Last Report: 2012959 sec
    Crashes Since Last Report: 42
    Per-App Crashes Since Last Report: 3
    Anonymous UUID: 08BA1A14-E144-4EB7-951A-4B7C77507552
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 0
    Dyld Error Message:
    Library not loaded: @executable_path/../Frameworks/Netlib.fr…
    Referenced from: /Applications/Microsoft Office 2008/Microsoft Excel.app/Contents/MacOS/Microsoft Excel
    Reason: image not found
    Binary Images:
    0x8fe00000 - 0x8fe4163b dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    Model: iMac10,1, BootROM IM101.00CC.B00, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.52f9
    Graphics: NVIDIA GeForce 9400, NVIDIA GeForce 9400, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_ext… (0x168C, 0x8F), Atheros 9280: 2.1.14.6
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST3500418ASQ, 465.76 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0x24400000 / 2
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0x26500000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0x06110000 / 5
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000 / 2

    Well, how about delete the entire Microsoft 2008 folder and get it back from the "Time Mchine" backup if you got one. Did you ever back-up your system?
    It doesn't have to be a recent backyp, any backup from TM or CarbonCopyClone will do the trick. Or copy the entire directory folder of MS 2008 on a flush stick and move it/copy it on a OS X 10.5 machine into the Applications folder like your were before you got the 10.6 upgrade and see if works there. If you don't have the Microsoft 2008 disk or some old backyps or some 10.5 system running you are out of luck. There is no way to reinstall without any of these.
    (RoyalFlush)

  • Reg. Posting period 001 2008 is not open

    Dear All
    Kindly reply for the below error: When I try to GRN in my Ides system the following error occured.I cann't solve.
    I checked in OB52,OMSY,OB37,OB29.But I cann't solve this problem. Please help me
    "Posting period 001 2008 is not open"
    Thanks
    Rajakumar

    Hi,
    Let me know if your PO related to assets ... in that cases you should execute the t.code: AJRW  ... change the new fiscal year to 2008.
    wish u all the best
    all the best
    Prasad

  • SQL Server Management 6.5.1.0 and 6.5.4.0 does not discovery SQL 2008 databases on Windows 2003

    SQL Server Management 6.5.1.0 and 6.5.4.0 does not discovery SQL 2008 databases on a custom instance name or when multiple SQL instances are installed on Windows 2003.
    OS Version: Windows 2203 x64 with SP2
    Database Version: 10.3.5869.0
    The instance in this case: I01 is running on port 49168.
    SQL Server Network Configuration | Protocols for I01 | IP Addresses | IPAll | TCP Port = 49168
    The DB Engine class is discovered but not the "Tcp Port" property.
    The database discovery script then fails as it is missing the 8th parameter; The Port.
    Looking at the discovery script DiscoverSQL2008DBEngineDiscovery.vbs i see the following WMI query.
    Set oWMI = GetObject("winmgmts:\\" & computerName & "\root\Microsoft\SqlServer\" & SQL_WMI_NAMESPACE)  
    Set oQuery = oWMI.ExecQuery("SELECT * FROM ServerNetworkProtocolProperty
    Using WMI Explorer if I connect to namespace: root\Microsoft\SqlServer\ComputerManagement10
    and query "SELECT * FROM ServerNetworkProtocolProperty". There are no instances.
    What am I missing or doing wrong?
    Closely related to this article. https://gallery.technet.microsoft.com/Hotfix-Management-Pack-SQL-17cf1118#content.
    Thanks
    Gavin

    Hi,
    I would like to know is there any update about the issue. If the issue is solved, will you please share the resolution here to help others in this forum who encounter similar issue.
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

Maybe you are looking for

  • Average & SUM in a Single criteria in the Pivot View

    Hi, Can you plese let me know whether it is possible to have SUM at the Grand Total level & Average on the Right Hand side of the Pivot Table view at the same time. Thanks & Regards Siva.

  • How to restore the original copy of OS.

    The hard disk of my notebook got damaged and now I have installed new hard disk but since I didnt had any backup the windows 8.1 OS also got lost. Now I have installed trial version, can anyone let me know how to restore the original copy of OS. 

  • Cheque issue date

    Dear All Is there any transaction/field  to record cheque handover or delivery date to vendors. i need it to know the correct value date for the purpose of cash management. thanks S AP

  • Check Configuration

    Experts, I configured the check lots in FCHI for a Co Cd - This Co Cd will be making payments in both USD and CAD and i configured the lots for both the house banks - However when i run the payment program with invoices in USD and CAD, the payment pr

  • OIM11g: The Message-Driven EJB: oimKernelQueueMDB is throwing exception

    Hi All, I am getting the following error always and providing trobule to run schedule job "Issue Aduit Message Task" ####<Feb 25, 2013 11:40:21 PM EST> <Warning> <EJB> <oimhp02> <prod-oim_oim_server02> <[ACTIVE] ExecuteThread: '17' for queue: 'weblog