CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2013
    Posts
    7

    using crystal report in vb.net

    I am using VS2008 to develop web application with vb.net under .net 2.0 and Crystal Report 7.0 reportclass. I have changed some wordings in a Crystal Report template (file1.rpt) which is included in the source program of vb.net (in a .soln file) in testing environment. Now I want to apply the change in the Crystal Report template (file1.rpt) to production, the compiled program . Just figure that I can't find the Crystal Report template at all. All I found are aspx file. Can anyone please advise how do I find and change the Crystral Report template in production environment? Thanks.

  2. #2
    Join Date
    Nov 2013
    Posts
    7

    Re: using crystal report in vb.net

    Can anyone please help? I am desperate.

  3. #3
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: using crystal report in vb.net

    Depending on how you added the file it's probably landed up in the resources section, which means when compiled it gets included into the DLL/EXE, or a RES file..

    Basically it means you might have to recompile the project and update the application files..
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured