B1DE in VS2005

can i  work B1DE in VS2005?
Please help

Yes it works.
Check this link and checkout the different versions avaliable
[Content Deleted]
Vasu Natari.
Edited by: vasu natari on Sep 22, 2008 11:50 AM
Message was edited by: Jason Lax

Similar Messages

  • B1DE and VS2005

    I have the B1DE downloaded but am having difficulty makeing it run on VS2005.  Seems the system wants to "upgrade" the wisards but cannot do so.
    any ideas?

    Eddie,
    Thanks for the quick (and decisive) update.
    There are some capabilities available in VS2005 that I would like to take advantage of in custom development (specifically MS Work Flow now in Beta). 
    I understand that B1 will be SQL 2005 compatible with SP1.
    Any idea when the development environment will be updated to VS 2005?
    Thanks
    Mark

  • B1DE installer = signature problem

    Hi all,
    Sorry to bother you and I really did read dozens and dozens of entries in this forum about this already, but to no avail.
    I've been running a vb6 created addon for a while (it even runs nicely in debug mode and in 2004 with new license key). Now I'm deploying it against an sbo2005 using the B1DE. The deployment now finally works, but I cannot get the addon running: wrong digital signiture according to sbo.
    The .ard file is recreated <b>several</b> times, version of vb6 executable file is 1.4.0.0 as well as vb.net installer version created through b1de in VS2005 is 1.4.0.0. Ard file generator has as input in batch file version 1.4.0.0, in sari table entry in common-db is created with version 1.4.0.0. When I look at properties of .exe file of final installer in windows it reads version 1.4.0.0. indeed.
    File addonslocalregistration.sbo looks fine as well.
    So... why am I still getting problem with signature when I trying to run addon?
    Thanks for your input !
    Regards,
    Jacques

    Hi Jacques,
    Could it be that the AddOnRegDataGen executable isn't the 2005, but the 2004 version?
    Guessing wildly,
     OC.

  • B1DE Configuration

    Hi Everyone,
            Please help in B1De Configuration: I use Visual Studio 2008 PE and B1DE for VS2005 and VS2008. When I start  VB B1 AddOn Wizard, I got this error message
    Index was outside the bounds of the array
             How can I run B1DE? help me!
    thanks in advance!
    Best Wishes,
    thlaing

    Hi
    Download it from this link
    http://www.mediafire.com/?2g4cw9aga9d9xz2
    http://www.4shared.com/file/ttelZMzM/B1DE_FrameWRK_35.html
    Regards
    Arun

  • Regarding B1DE

    Dear All,
         After Installation of B1DE we can create our AddOn from VB.Net Project ,by cicking on new project we get(SAP B1 AddonInstaller .Net Wizard). But once we Unistall  B1DE. We Cann't get that wizard and cannot create the addon.
    What is the solution to get that wizard.
    Thanks .
    Bodhisatya

    Thanks for your reply.
    but still i insist in knowing the solution, if you have any ?
    due to some virus problem i had to uninstall B1DE along VS2005 and some other packages.
    it will be very helpfull, if anybody can throw some light in the matter in a detailed manner, so that my problem is solved.
    Thanking in Anticipation.

  • Error in B1DE during creation of a professional installer (VS2005/SAP2005)

    Hi, few weeks ago, I created a professional installer for my add-on with the B1DE for SAP 2004. Now, I have to create exactly the same professional instaler for SAP 2005 (and VS2005), but I have some problems.
    First: When I execute the 'VB B1 AddOnInstaller Setup .NET' wizard, enter all required information and press 'Finish', I always have the same messagebox error:
    "Cannot add the link because the source file '.../relase/setup.msi' cannot be found"
    When I press OK, the installer project is shown, but no setup has been created. If I manualy add the setup and add my addon in the 'Application Folder' section of 'File System', the UI and DI API dependecies are not detected, is it normal is Vs 2005 ?
    Thanks for your help, Francois

    Hi ESAKKI, I read your post and I can now install and uninstall my add-on, thanks !
    However, at the end of the uninstallation. I've got this error:
    "Unhandled exception at 0x774d2108 inmsiexec.exe: 0xC0000005: Access violation reading location 0x00000000"
    I know that is not very helpful, but it's the only info I can give. Anyone know why I have that error or know how haven't it ?
    Thanks, Francois

  • B1DE 2.1: Der Index war außerhalb des Arraybereichs.

    Hallo,
    ich habe vor mit den B1DE 2.1 (SAP Business One Development Environment Tools) in VS2005 zu arbeiten.
    Das Problem ist das Visual Studio 2005 mir die Fehlermeldung
    Der Index war außerhalb des Arraybereichs.
    liefert sobald ich ein Projekt mit dem VB B1 AddOn Wizard erstellen möchte. Nach dem bestätigen der Fehlermeldung stürzt VS2005 komplett ab.
    Ablauf in VS2005:
    - Neues Projekt...
    - Vorlagen = VB B1 AddOn Wizard
    - Mit OK bestätigen
    - AddOn Wizard startet und listet mir auf, welche Punkte zum Erstellen durchgelaufen werden.
    - Nach Bestätigung der Auflistung kommt die Fehlermeldung
    Auch eine Neuinstallation von B1DE brachte keinen Erfolg.
    Mein System:
    Windows 7 Professional 32 bit
    Visual Studio 2005 Professional
    MSSQL 2008 R2
    SAP Business One 8.8 mit PL 17

    Hallo,
    habe die Lösung.
    1. SourceCode von B1DE herunterladen
    2. Setup neu erstellen
    3. Installieren
    Und schon funktioniert VB B1 AddOn Wizard.

  • Upgrade SAP TechDemo Addon 2.0 VS2003 to VS2005

    Hi,
    I've upgraded SAP TechDemo Addon 2.0 sample addon to VS2005.
    But I've got below error.
    'Class <Class Name> must either be declared 'Must Inherit' or oveeride the follwing inherited 'MustOverride' member' error and 'Sub HANDLE_FORM_EVENTS' cannnot be declared 'Overrides' because it does not override a sub in a base class' error.
    'Sub HANDLE_FORM_EVENTS' is defined as MustInherit
    You can download this addon from
    SAP Business One - SAP Developer Network
    If someone to success to upgrade this addon to VS2005, please let me know

    Hi Rob,
    Is there a particular reason why you'd like to use this techdemo sample? It's very old and uses outdated methods. You'd be much better downloading a copy of the B1DE for Visual Studio 2005 and/or working from the samples that come with the SDK.
    As to this particular error, check your AssemblyInfo.vb files and search for <Assembly: CLSCompliant(x)> which should appear near the top. If x is True then try setting it to False and recompiling. I'm guessing there'll be a lot more issues in the code but that'll depend on which version of SBO you are using.
    Kind Regards,
    Owen
    P.S. B1DE can be found here:
    [Content Deleted]
    Message was edited by: Jason Lax

  • B1DE Invalid row

    Hi.
    I developed an addon using B1DE 2005SP01 1.3 VS2005.
    With B1 2005 SP01 PL 12 all works correctly.
    Alter installed PL 14, the code fails in following routine
    Public Class Menu__SCZ_Scadenziario
          Inherits B1XmlFormMenu
          Public Sub New()
             MyBase.New()
             MenuUID = "SCZ_Scadenziario"
             'GENERATED CODE
             Me.LoadXml(Common.xmlForm)
          End Sub
    after exit from constructor with the following error
    <b>EXCEPTION: Form__xxxx.CTOR raised
    Invalid row</b>
    Anyone can help me?
    Ciao. Nicola

    Hi Martella,
    There's a bug in PL14. The issue is that the observer dll is not updated correctly. Try removing the SM_OBS_DLL folfer (that's on your temp folder). That should do it.
    Hope this helps,
    Ian

  • B1DE 1.3 AddOnInstallerSetup defining AddOnInstaller

    I have installed the B1De 1.3 for VS2005.
    I want to use the B1 AddOnInstaller Setup to create a setup solution to include a visual studio setup project.
    When I create the project using the wizard the Setup project can not be loaded and the following error is displayed "Cannot add the link because the source file '[Projects Folder]\[Solution Name]\Setup\Release\Setup.msi' cannot be found."
    I ignore this and reopen the solution. The Setup Project has not been created so I add my own. I then follow all the instructions on the TODO list. However, I can not compile the solution because of the Error "Type 'AddOnInstaller.AddOnInstallInfo' is not defined." which occurs 5 times in SubMain.vb and 4 times in CustomInstallerClass.vb
    How should this be defined?

    Hi Trinidad,
    In the other message thread you posted:
    1)
    I don't understand why you have the error but at least I know what is trying to do when you have the error.
    The Installer Wizard does the following steps:
    1. Creates the solution
    2. Creates the main project (<installer name>)
    3. Creates the Customer Library
    4. Creates the Setup project
    5. Compiles the solution
    6. Adds the Setup.exe and Setup.msi files as "Embeded Resource" in the main project <installer name>
    7. Creates a directory called AddOnRegDataGenFile with a .bat and a .xml file to create the .ard file
    As in your case the installer fails in step 6 a workaround could be to do the remaining steps by hand.
    I think what is missing in what you did is step 6. So after adding the setup project to the solution and compiling the solution please add the Setup.exe and Setup.msi files inside the main project with the property "Embeded Resource".
    After that you can follow the TODO.txt steps.
    Form this I understand that to get it work, for step 6 I need to build the Setup Project and add the setup.exe and setup.msi files to the main project as embedded resources.
    1. If I build the setup.exe and setup.msi files before completing the TODO.txt steps then surely they will not be correct?
    2. If I complete the TODO.txt steps first I can not build the Setup project as the Error "Type 'AddOnInstaller.AddOnInstallInfo' is not defined." is present in the CustomInstallerClass.vb which is now a dependency of the Setup project?
    Thanks in advance

  • Problem in creation of ARD using B1DE 1.5

    Hi Experts
    I have develop an AddOn using B1DE 1.5. It is working properly. Now I want to create ARD file of addon . I use 'SAP B1 AddOnInstaller.Net wizard to create ARD file. I follow all the setps of wizard. It finish without any error. But it does not create ARD file in Bin folder. What can be problem ? Please suggest me.
    Thanks
    Regards
    Jitender

    Jitender,
    You could manually create the ARD file by using the AddOnRegDataGen.exe.  If you search the SDK Help file for "Create a Registration Data File", you will find the documentation that tells you how to do this.
    With respect to B1DE ... if you actually go to the folder where you save your projects and open the installer project you created, as an example ...\Documents\Visual Studio 2008\Projects\B1AddOnInstallerNET1\B1AddOnInstallerNET1\B1AddOnInstallerNET1\
    ... in the ...\AddOnRegDataGenFile there should be an AddOnRegDataGen.bat file.  You can try to also manually execute this to see if the .ARD file gets created.  If it still does not it could be due to a pathing issue .bat file.  You may want to check that the paths are correct.
    Again ... worst case you can manually create the .ARD file as stated above.
    Eddy

  • VS2008/VS2005 and Crystal Reports 2008 Developer

    Hi,
    1.) I am using VS2008 and Crystal Reports 2008 Developer. Are there any issues I need to consider when developing using both of the above? (or with VS2005)
    2.) The confusion for me is in regards to the SDK. From what I understand from articles etc is that using CR 2008 dev we can use the .NET SDK or RAS SDK for development purposes?
    3.) So downloaded the sample code for RAS .NET from [here|https://www.sdn.sap.com/irj/boc/businessobjects-samples?rid=/webcontent/uuid/80774579-b086-2b10-db91-ed58c4dda375] and tried "DatabaseLogon_CS" example, as the option. It automatically opened in VS2005 (no problem) however it would not run.
    I would get an error :
    Failed to connect to server "localhost".
    Error returned from Windows Sockets API : 0.
    and line causing this is >>> rcd.Open(ref path, 0);
    Code below:
            string sampleReportPath = @"C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\Samples\en\Reports\Demonstration\World Sales Report.rpt";
            object path = (object)sampleReportPath;
            // Create an instance of the ReportClientDocument.
            ReportClientDocument rcd = new ReportClientDocumentClass();
            // Set the location of the RAS server.
            rcd.ReportAppServer = "localhost";
            // Use the Open() method of the ReportClientDocument to open the report.
            rcd.Open(ref path, 0);
    I have been able to open the RPT file by itself. So it does 'see' the database.
    Reason why it would not run?
    Any help would be appreciated. Thanks

    If you're using the sample code from our website, make sure you have uncommented the InprocRAS option in the ConfigureCrystalReports method (see below). From your error description it seems like you're using the unmanaged RAS option, which requires a RAS server.
    private void ConfigureCrystalReports()
            /* The following methods implement the same sample functionality in three different RAS
             * scenarios. Uncomment the method you would like to use.
             * - inprocRAS() logs onto a databse using RAS and SQL authentication.
             * - managedRAS() logs onto a database using RAS and SQL authentication from a managed RAS server.
             * - unmanagedRAS () logs onto a database using RAS and SQL authentication from an unmanaged RAS server.
             * Undocument the call to the method which applies to your appropriate RAS settings.
            DatabaseLogon_inprocRAS();
            //DatabaseLogon_managedRAS();
            //DatabaseLogon_unmanagedRAS();

  • VS2005 Crystal Report Print Report Button is not working on Windows 7 x64

    Hi There,
    My application is written in VS2005 C# on x86 machine. It runs smoothly on XP pro and Vista x86 machine.
    I deployed the same to windows 7 x64 machine with CRRedist2005_x64.msi and found that the Print Report button is not working.
    So, I re-compiled my application to x64 target platform, and reinstall the application to the same machine. But nothing changed. I have surf for answer over the web but nothing found.
    Please help urgently. Any helps is much appreciated. Thks in advance.
    Edited by: chanpyvivian on Mar 26, 2010 11:14 AM

    I follow your instruction as below:
    1) download the sample app vbnet_win_printtoprinter.zip to dev computer and compile it to .NET 2005.
    - Run from my dev computer
    - Click "Print Report" button
    - Error message display - please see below
        The error was due to the default printer name hard coded in the program was not found. I have edited to my printer name and it can be printed out with no error.
    2) Use a "saved data" report so that you do not have to worry about database logon.
    can't find the "saved data", please elaborate
    3) Then copy the exe to the 64 bit box and try to print using this sample app.
    -do you mean copy the exe to the 64 bit computer for testing ?
    ERROR Message
    CrystalDecisions.CrystalReports.Engine.InvalidArgumentException:
    Invalid printer specified. ---> System.Runtime.InteropServices.COMException (0x80000201):
    Invalid printer specified.
       at CrystalDecisions.ReportAppServer.Controllers.PrintOutputControllerClass.ModifyPrinterName(String newVal)
       at CrystalDecisions.CrystalReports.Engine.PrintOptions.set_PrinterName(String value)
       at CrystalDecisions.CrystalReports.Engine.PrintOptions.Copy(PrintOptions src)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob)
       --- End of inner exception stack trace ---
       at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob)
       at CrystalDecisions.CrystalReports.Engine.ReportClass.Load(String reportName, OpenReportMethod openMethod, Int16 parentJob)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.EnsureLoadReport()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.get_FormatEngine()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.PrintToPrinter(Int32 nCopies, Boolean collated, Int32 startPageN, Int32 endPageN)
       at PrintToPrinter.Form1.Button1_Click(Object sender, EventArgs e) in C:\Crystal\CRNET\vbnet_win_printtoprinter\vbnet_win_printtoprinter\Form1.vb:line 91
    OK  
    Edited by: chanpyvivian on Mar 30, 2010 6:18 PM

  • Crystal Reports xi r2 integrating with vs2005

    Hi,
    I'm having a problem getting these two integrated and working properly with all the functionality that I need.
    I installed vs2005 and then CRXIR2, and now in vs2005 when I have a report open, I have 2 Crystal Report tabs at the top and in each the options are repeated 4 times for each menu item, makes for a very cluttered menu.
    Also, when I an existing report to a vb2005 asp project in the property pages/web config it adds 2 assemblies for each items, one for version 10.2.3600 and one for 11.5.3700. Is there a way that I can eliminate this.
    And lastly, I use ODBC connections to a database and with the 10.2.3600 assemblies it was disconnecting right away and closing the session after the queries, while the new 11.5.3700 ones do not seem to kill the sessions and fills up the connections until I manually go out and clear them up.
    I know thats a lot to deal with, but I'm sure that they are all related.
    Thank you very much for your help.
    James

    Hi James,
    Microsoft released an update for VS.NET 2005 which broke the integration of Crystal XI R2 with .NET 2005 when applied.  Just do an uninstall/reinstall of Crystal XI R2 and that should fix the multiple tab and drop down issue as well as it putting in both 10.2 and 11.5 assemblies.
    You should probably create a new thread for the 2nd problem if it persists after the uninstall/reinstall.
    Jason

  • Oracle Explorer not appearing in VS2005 after installing ODT 11.1.0.6.20

    this was installed for both vs2003 & vs2005. Installation completed successfully.
    loading up vs2003 for first time after ODT i was able to select Oracle Explorer option from the View menu, connect successfully and perform actions as expected.
    loading up vs2005 for first time after ODT install i got an initial error saying "Command with same name already exists" - this error only occured the once.
    in vs2005 the Oracle Explorer option does not exist in the view menu, but it has added the oracle data items to my toolbox. And in the VS About option it says Oracle Developer Tools for Visual Studio 11.1.0.6.20 is installed.
    Where is my oracle explorer!!
    Cheers,
    Karen

    Hi, Oracle Explorer was replaced by Server Explorer in VS 2005 onward. Please open up Server Explorer, add a new connection, and choose "ODP.NET" from the list of Data Providers.

Maybe you are looking for