Search results for query: *

  1. G

    Deploying Web Application

    hmm ok.. stupid question, how will i put it in my IIS?...:confused: My PrecompiledWeb folder has my aspx files and the bin folder which has the dll. Do I need the Web Setup Application for this? I would like to have a Setup for this so that I can run my Web Application installed on other PCs...
  2. G

    Publish Crystal Report?

    hmm... i dont know but can you try including the report viewer in the prerequisites?
  3. G

    Deploying Web Application

    Hi, I tried publishing my website via the publish option when I right click my web app, it only created the PrecompiledWeb folder... And i dont know what it does, it just contained my files and a new dll file. What is this for?? Anyway, I also tried doing the Web application setup but there was...
  4. G

    Publish Crystal Report?

    yes i solved mine by publishing it and including the crystal reports in the prerequisites.. what error are you having?
  5. G

    Publish Crystal Report?

    hmm.. you ahve to include the crystal report in the prerequisites when you publish. then tick on the "copy to my local etc" when installing.
  6. G

    what this error mean?

    it's probably because it cant locate the database.
  7. G

    exe file development

    if you want to have a setup for your project (having it in your program files) right click the solution, properties then publish tab.
  8. G

    Publish Crystal Report?

    Hi, I need your help. I'm trying to publish my application using the Publish tab from the Solution Explorer > Properties.. It produced the exe file and everything, and when i tried to install it in another PC, the error shows: The type initializer for...
  9. G

    How to remove "Database Login" in crystal report

    Hello, Everytime I view my crystal report, a "Database Login" prompts me. How do i get rid of this? I did the CrystalReport via the Wizard, so my code snippet is just like this: Dim report as new ReportsViewer 'the form that contains the crystal report viewer Dim cr as new ClientInfoReport...
  10. G

    Open external application with "Open With"

    ohh.. it's that easy... thank you so much
  11. G

    Open external application with "Open With"

    Hello, I would like to know how to run an external application in VB .net without knowing its process name (e.g winword.exe). The user will just pick the file to be opened, for example, the file to be opened is C:\somefile.swf, then the popup window in Windows will appear (the "Open with.."...
  12. G

    Install a program that uses database (mySQL)

    Hi, I would like to create an .exe file that will install my VB .Net application but it uses mySQL database and i also need that to be included in the installation. I dont know how to do this, can anyone help please? I dont know if it will work since you need to add it to the ODBC.. Thanks
  13. G

    Question Where can I get charts for my application?

    yikes, too expensive!! well thank you very much! :)
  14. G

    Question Where can I get charts for my application?

    thank you! are there others that you can recommend? the ones with nice graphics :) thanks much again!
  15. G

    Question Where can I get charts for my application?

    Hi, i need charts for my application, anyone know where i can get them? thanks!
  16. G

    Question Graphs/Charts ?

    Hehe. Thanks! :) I need it to show the progress of a specific task. For example, in a project, there are different tasks and the progress of each tasks are shown. :cool:
  17. G

    Question Graphs/Charts ?

    thanks for the help! can it also work for progress bar? or charts (i.e percentage of work done per module)
  18. G

    Question Graphs/Charts ?

    Hi, Is it possible to have a chart/graph in your VB .Net application without having to export/import from Excel? (i.e. generate own graph and show it in the application itself). Thank you!
Back
Top