Available References that need deployed within Visual Studio 6.0

Currently, we are still using the Visual Studio 6.0 to build small database business applications that connect to a Microsoft SQL Server 2008 database.
The application has been completed for the most part, and there is one report that has been developed with Crystal Reports 2008 Developer version: 12.2.0.290.
Within Visual Studio 6.0 I need to include "Available References" that get deployed with the application.
What references need to be included with our application's Setup.exe so when the user needs to print a report it can?
With an older application we developed over five-years ago, we included the following:
1) Crystal Report Viewer Control
2) Crystal Report 8 ActiveX Designer Run Time Library
3) Crystal Report Viewer Control
4) Crystal Common File Dialog Library 12.0
If I included these references in our new application, would this be fine, or would we need any other references and/or controls?
Edward Wittlinger

To add to Adam´s reply; more than likely you are using craxDDrt.dll in your app. This dll contains the COM APIs, but you are not licensed to use these. E.g., COM APIs were retired in CR XI R2A (11.5). So as Adam mentioned, your option is .NET or Java. Or, obtain CR XI R2A and reference the craxDrt.dll.
Ludek

Similar Messages

  • C# Getting path of folder that is created in Visual Studio and it's located in app directory.

    Alright i created folder that will contain video resources for my app.But now i need to connect it with my code.I need to get file path of folder that i created in Visual Studio,but it needs to work on other machines.I tryed Path.Combined(Environment.GetCurrentDirectory
    + @"Video\Lekcija1.mp4") but it didn't work.Any suggestions?

    If you set the Build Action of the Lekcija1.mp4 file to Content (right-click on the file in the Solution Explorer in Visual Studio) and the Copy To Output Directory property to Copy always or Copy if newer you could use the following code to get the absolute
    path to the file:
    string codeBase = System.Reflection.Assembly.GetExecutingAssembly().CodeBase;
    string fullPath = System.IO.Path.GetDirectoryName(codeBase) + "\\Video\\Lekcija1.mp4";
    Hope that helps.
    Please remember to mark helpful posts as answer to close your threads and please start a new thread if you have a new question.

  • Adobe Acrobat SDK 9.1 within Visual Studio 2010

    Hello everybody!
    Is there a possibility of using Adobe SDK within Visual Studio 2010? Every time i try to install the Visual Studio plugin the setup prompts for the Visual Studio 2005 which I wouldn' like to use.
    Grateful in advance,
    stipes.

    I updated Acrobat 9 Prof from "9.2.0" to "9.3.4" which is the latest update.
    I applied 9.3.0, 9.3.1, 9.3.2, 9.3.3 and 9.3.4 in sequence.
    I first removed old COM Acrobat and AFormAut Libraries and
    re-added latest Acrobat (Ver 1.1.0.0) and AFormAut (Ver 1.0.0.0)
    Re-ran FormsAutomation
    It again blew-up at the same location.
    Please look at the attached JPEG image.
    I request you to guide me so that I am able to add Form Fields.
    Thanks.

  • Where is the forum that is belongs to visual studio installation problems?

    Where is the forum that is belongs to visual studio 2013 installation problems?
    ->NH Kom<-
    My Website > System History > http://bit.ly/sys-his
    My App > Quick Links > http://bit.ly/quick-links
    My App's Website > http://bit.ly/quick-links-app

    They're over here.
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vssetup&filter=alltypes&sort=lastpostdesc
    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.

  • How do I keep the IntelliSense cached onto my hard drive, so that whenever I restart Visual Studio, it doesn't need to re-build IntelliSense from scratch?

    Opening a project solution means that I start from where I last left off. If IntelliSense is able to keep its database files, then whenever I call on IntelliSense, it can just go and fetch whatever I typed as any normal operating IntelliSense would do.
    I was just wondering if there is a way to preserve already-built IntelliSense database, so that when I open my Visual Studio project, it doesn't need to generate the IntelliSense database files and I can just call IntelliSense without needing to worry about
    waiting for it to finish generating necessary files.

    No, I do not mean IntelliSense code snippets. What I mean is the PDB database the IntelliSense generates when scanning through codes that the project has. I need to mention beforehand that I have honestly no idea if the PDB file IntelliSense generates is
    related to this.
    This is what I mean:
    What IntelliSense does is it caches all available C++ functions it gathered from the project, and then store them into some database file (which I call it PDB, because it sounds like it's a database file containing all of this auto-completion information),
    so that whenever I call on IntelliSense for auto-completion, it pops up this widget showing all of this for me.
    I wanted to be able to store this generated file permanently, so it doesn't get called over so many times.
    I understand that there is an option to disable auto-updating in the Options > Programming Languages > C++ > Advanced > IntelliSense category. I have that ticked off already, but IntelliSense still generates over and over again each time
    I do a build.
    It makes sense to generate a new PDB for new/removed codes I did in the project, and I can agree, but it
    doesn't make sense to have that same PDB file be generated again and again when all I am doing is just building the same code, without modifying the source code at all, like pressing multiple CTRL+SHIFT+B and closing the program over
    and over again. That behavior is what I would call the PDB file a "cached" file. And I want to keep it when I am building, so that IntelliSense doesn't have to rebuild all the time after I finished a build/compile session and I have to wait a long
    while for me to see what functions I need to use in the project.
    Or maybe there could be a "Search function in IntelliSense context menu...", but I digress.

  • Is there any way to control the zoom factor so that when my SSIS Package is opened, it is entirely visible within Visual Studio?

    I have formatted my SSIS Package beautifully, if I do say so myself, so that all my tasks are visible at 50% zoom. However, when I close my project and then re-open it in Visual Studio, it defaults back to 100%...YUK!
    I did find this post which didn't seem to work...even to the point that no where within my xml could I even find the "PersistedZoom" Parameter. I even tried manually adding it, I couldn't find the exact syntax on it, and that didn't even work.
    1. In BIDS (Visual Studio) first close all open SSIS packages / xml files to avoid confusion ...
    2. Right click on the SSIS package and select the "View Code" menu item. (to open the actual xml)
    3. Search for all instances of "PersistedZoom" and change the value directly to the right of it to 100 (mine
    was 80 or 90 ...)
    4. Now save and close the XML file.
    5. Now open the SSIS package in the designer, you will notice that it is still scrolled to the bottom right!
    6. Now make any small change (I scrolled to the top-left and just slightly moved a task)
    7. Now save and close the designer
    8. Re-open the SSIS package in the designer! and what do you know it does not start scrolled down to the bottom right anymore!
    Let me know if you still have issues - but as I said I followed this same process on all my problem packages and they ALL now open correctly.
    I noticed that after doing all this the PersistedZoom property disappeared from the xml, which leads me to believe that if I zoom in and out of my packages again it will probably get stuck by opening to the bottom right again ...
    Can anyone help me out with this?
    Thanks for your review and am hopeful for a reply.
    PSULionRP

    There is no way to preserve view preferences.Just remember or annotate the zoom % used in the package.
    You may want to open an MS Connect item asking to add such a feature.
    I can tell you it may not be implemented because a package may be opened on different size monitors.
    Arthur My Blog

  • I need to add a new report to the application that is done using visual studio and SSRS and SQL Server 2008

    I have an application that is done using SSRS on visual studio and it connects to the report server on SQL server 2008 environment.
    I've been changing the existing reports using visual studio 2008 and modifying the reports on the report server. How do I add a new report to the application ? I created a new report and deployed it on the report server but it didn't show up in the application.
    I can access the application source code on visual studio 2010 and TFS (Team Foundation). Thanks. 

    Hi,
    I have a question. This application retrieves SSRS reports from the report sever. When I download the reports
    from the SQL Server I can open them in visual studio 2008 but they don't open in visual studio 2010. I can access the application files on visual studio 2010 and team foundation server 2010. I was unable to open team foundation server 2008 on visual studio
    2008. The issue is that I am unable to add a report with a new name to the application. I use visual studio 2008 to deploy the reports on the report server but it has to be the same name to be able to run the report from the application. I can deploy any report
    on the report server but I can't access it from the application unless it has to be the same name as the present reports. If I keep the report the same name then it will replace the old report and the new report will run from the application. But only if it's
     the same name. I guess when I add a new report to the application with a new name I am supposed to add a definition in the application C sharp files  on visual studio 2010 so that the new report will show in the application. What's your opinion
    ? I have attached 2 images of the application and team foundation server 2010 and the report server.
    Thanks. 

  • What is the best process for creating, opening, editing, etc PDFs from within Visual Studio 2008?

    I am the project manager on a web-based application that will need to:
    Create, open, edit, save, etc PDFs from within a Visual Studio 2008 web application (Visual Basic).
    Populate PDFs from SQL server 2010 database.
    Allow users to use PDF editing tools from within the website.
    BTW, the application is being written in Visual Basic.
    Will the SDK allow us to do this? What licenses do we need to purchase?
    Are there 3rd party plugins that make doing these things much faster and simpler?
    Any input is GREATLY appreciated!!!
    Sincerely,
    Mike

    I don't think Acrobat, or the Acrobat SDK can help you. Acrobat cannot be run on a server.

  • "Error occurred in deployment step 'Retract Solution': The solution does not have a WSP file associated with it." occurs while deploying from Visual studio

    HI,
    I get this error "Error occurred in deployment step 'Retract Solution': The solution does not have a WSP file associated with it. " when deploying my project from visual studio 2010 to
    SharePoint 2010 site. I tried restarting IIS, but it didn't help. This application used to work fine until the server crashed during the deployment process. All the other applications on the same server works fine also. Any ideas how to fix this issue? 
    Thanks in advance,
    AM

    Hi
    AM ,
    Thank you for your posting!
    According to your error message, it says your solution does not have a WSP file associated with it. Take a look at the file system.  After you Right Click -> Deploy Solution on the VS Solution, there
    should be a .wsp file at <Solution Directory>\bin\<debug|release>.
    Also the error can be occurring when the developer try to deploy solutions over pre-existing solutions  with material changed  in the solution.  Go to your Central Administration Site and then
    Operations and then Solution Management.  Make sure that there not already a solution with the same name deployed or installed there.  If there is, remove it and try deploying again.
    And you could look in logs and find if there is a below error in ULS log (C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS).
    Thank you for your understanding and support.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Azure websites continues deployment using visual studio online doesn't work

    Hello!
    I have an issue with continues deployment in Azure. I have two subscriptions for my project. I created the team project in Subscription 1 & done the automatic deployment using GITContinuesDeployment. Everything is fine but while I changed the subscription
    I can't do the automatic deployment since the Team project can't be find. The question is how can I do the deployment? I get the following error:
    An attempted http request against URI https://management.core.windows.net/....../publishxml returned an error: (404) Not Found.
     Exception Message: One or more errors occurred. (type AggregateException)
    Exception Stack Trace:    at Microsoft.TeamFoundation.Deployment.Workflow.Activities.RestApiAsyncCodeActivity`1.ProcessAggregateException(AsyncCodeActivityContext context, AggregateException ag)
       at Microsoft.TeamFoundation.Deployment.Workflow.Activities.RestApiAsyncCodeActivity`1.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
       at System.Activities.AsyncCodeActivity`1.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
       at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
    Inner Exception Details:
    Exception Message: One or more errors occurred. (type AggregateException)
    Exception Stack Trace:    at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
       at System.Threading.Tasks.Task`1.InnerInvoke()
       at System.Threading.Tasks.Task.Execute()
    Inner Exception Details:
    Exception Message: An attempted http request against URI https://management.core.windows.net/.../publishxm
    If I check Azure website also in Subscription 2, I can't find the Team project also from Subscription 1 even If I can see the subscription 1& 2 under services in Visual studio online 
    returned an error: (404) Not Found. (type HttpRequestWithUriException)
    Exception Stack Trace:    at Microsoft.TeamFoundation.Deployment.Workflow.Activities.GetAzureWebsitePublishProfile.<>c__DisplayClass2.<GetApiTask>b__0(Task`1 returnTask)
       at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
       at System.Threading.Tasks.Task.Execute()
    Does anyone have the solution for that?
    Regards,
    Maryam

    Note that the better forum to directly reach the Visual Studio Online experts is
    here. A forum admin may be able to move the post to the right place.

  • Biztalk individual projects deployment from Visual studio

    Hi,
    I have 4 BizTalk orchestration projects in a solution and when I deploy one project  from visual studio solution explorer it is clearing the other projects orchestrations in the administration console. I don’t want to deploy the entire solution every
    time as I want to unit test only a specific orchestration project or couple or projects. I am using Visual studio 2013 with BizTalk 2013 R2. I did not face this issue with Vs2010 and BTS 2010.
    Do we have any workaround for this please?
    Thanks
    JB
    JB

    Unchecking the Deploy box Solution Configuration did the trick.
    Thank you John.
    JB

  • Error in deploying from Visual Studio 2010.

    Error occurred in deployment step 'Activate Features':  Field type SoftContent is not installed properly.
    Go to the list settings page to delete this field.
    Indul Hassan

    Hi,
    What if you delete this issued field and then deploy again?
    It would be better if more details about how you develop this solution can be provided, others will be easier to find the root cause of this issue for you.
    Two links about the similar issue for your reference:
    http://sharepoint.stackexchange.com/questions/42311/how-to-remove-a-field-from-the-list-settings-page
    http://www.fewlines4biju.com/2011/04/field-type-field-name-is-not-installed.html
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • How to use the PDK  2.0 within Visual Studio 2005

    Hi there,
    can you help me? How do I include the needed templates and context menus to the 2005 environment?
    Hmm, I wonder if it is possible at all, to program in VS2005
    Thanks

    Hi,
    The current version (2.0) of the PDK does not support 2005.
    I know that there are plans to support the PDK for .NET for VS 2005.
    I am sure that when there will be a clear road-map, SAP will publish it.
    Best Regards,
    Tsachi

  • Setup and deployment for Visual studio 2012 express edition...

    is their any way to create setup file for application developed using express editions??

    >is their any way to create setup file for application developed using express editions??
    For 2013, only by using 3'rd party tools.
    If you use the VS2013 community edition, then (so it says here
    https://visualstudiogallery.msdn.microsoft.com/9abe329c-9bba-44a1-be59-0fbf6151054d)
    the VS Installer addon should work.
    Dave

  • How to find references of a Property in the class through code? similar to 'Find All References' in Visual Studio Environment.

     Hello,
    I am trying to find a code to find all the references of the property defined in a class which is very similar to 'Find All References' function available in Visual Studio environment. But I want to have it in code during run time. How to do it?
    e.g 
    =>Property 1
    private int _Salary;
    public int Salary()
    get{return _Salary;}
    set{_Salary = value;}
    => Property 2
    private int _Bonus;
    public int Bonus()
    get{return Salary * 2;}
    Like in the above example I have two properties Salary & Bonus. Bonus is calculated from salary. As soon as I set a value to Salary, value of Bonus gets updated. 
    Similarly I want to get reference of all other properties or methods in the class or program which are affected when value of Salary is changed through code. 
    Conclusion - I want to have a method or function, so that whenever I set a value to some property in a class, I want to have a list of all the other properties(List<Property>) or methods which are affected and in which the changed property is referenced.
    Please help me to achieve this.
    Siddharth.Shinde

    This is not something possible, as requested, even with reflection.
    I can't find the reason for having that kind of implementation at runtime.. your compiled assembly is not going to change once it's compiled.
    The way references are listed from within visual studio is probably using metadata gathered from the background compiler. When you write code, the compiler run pre-compilation tests, this is the same feature that will display error in your code before you
    compile, or complete your intelisense for types that aren't even compiled in the assembly.
    So, the only way for you to analyze this kind of thing would be to use something like ILDASM to disasemble your compiled libraries and gather metadata from the resulting MSIL. That would not work if you are using code obfuscation by the way.

Maybe you are looking for

  • I can't see the error here

    I'm getting the error 'Column not allowed here'. Here's the code and description of resulting table: CREATE OR REPLACE PROCEDURE prod_sales_sum_sp IS CURSOR cur_sales IS   SELECT bi.idproduct id,     TO_CHAR(b.dtordered,'MON') mth,     TO_CHAR(b.dtor

  • Oracle 9i Database Download Problem

    I have been trying to download a Personal Edition of Oracle 9i database.This fails with a page not found error. - Server name : UK - Filename : Oracle 9i database - Date/Time : 14:20 pm (GMT) - Browser + Version : IE 5 - O/S + Version : Windows 2000

  • NW2004s Preview ABAP - How to get print preview?

    Hi, does anybody had success in getting a print preview of a WD e. g. ALV-List? A Weblog of this feature would be pretty cool ... Greets Olaf

  • I am denied permission to download videos

    I'm having difficulty downloading videos from 1 website . When I attempt to save the video I get a message "you do not have permission to access the requested resource". I have used the proper password for the website and am able to watch the video o

  • Code Formatting Instructions for Developer Forums

    Although this topic only applies to the two Developer forums, the need for some upfront code formatting instructions in those forums is desperate. There may be hundreds of threads which include one or more messages on this subject. In my case alone,