Compiling the ibuyspy.dll in Access Version

Last post 09-20-2003 2:45 PM by DavidGMiles. 7 replies.

Sort Posts:

  • Compiling the ibuyspy.dll in Access Version

    01-09-2003, 1:46 AM
    • Member
      15 point Member
    • mcdull
    • Member since 01-09-2003, 1:29 AM
    • Posts 3
    I got problem in compiling the modified versions of *.vb files from the Access version of ibuyspy.dll.
    I did not get any error message in the process of compling the file but the file size coming out is much less than the expected one. about 30K.
    Could any one please suggest anything that I should notice in order to compile this file successfully?

    thanks.
  • Re: Compiling the ibuyspy.dll in Access Version

    01-15-2003, 11:04 AM
    Hmmm... I got the EXACT same problem. Can anybody help us with this? I was trying to modify the sort order of the Categories (line 63 of ProductsDB.vb) and recompile. I used the following syntax for my *.bat file:

    vbc /t:library /out:IBuySpy.dll /r:System.dll /r:System.Web.dll /r:System.Xml.dll /r:System.Data.dll /r:System.Drawing.dll CustomersDB.vb ProductsDB.vb OrdersDB.vb ReviewsDB.vb ShoppingCartDB.vb
    pause

    This produces IBuySpy.dll that is only 32k, and then each page cannot find items that it tries to inherit.

    Any help would be GREATLY appreciated.
  • Re: Compiling the ibuyspy.dll in Access Version

    01-20-2003, 9:05 PM
    • Member
      15 point Member
    • mcdull
    • Member since 01-09-2003, 1:29 AM
    • Posts 3
    Any help?? I am totally get lost and I need the modified version urgently.

    Thanks a lot!

  • Re: Compiling the ibuyspy.dll in Access Version

    01-21-2003, 8:09 AM
    • Member
      5 point Member
    • JonMarq
    • Member since 01-10-2003, 8:45 AM
    • Posts 1
    Hey, guys. I had problems myself with the Access version done by ccunhaATbigfoot. I don't consider myself an expert by any stretch of the imagination, but I did get it to work.

    Here goes:
    Instead of running the mk.bat file directly, open a command prompt and run the batch file from there. Then check to see if you get any error messages. If you get a few "Error BC30451's" (among others) from .vb files in the "Components" folder, fear not... All you need is to add some Imports statements to those .vb files. To get rid of the BC30451, use "Imports Microsoft.VisualBasic" at the top of the page (you'll need this one in security.vb, at least). I forget if I got other errors or not. Sorry about that.

    After I figured all these out, I *did* have other problems with Imports throughout the Access version of the site. I also had to change a lot of "CodeBehind" statements to "Src" in the .aspx files.

    Anyway, I'm sorry this is so untechnical. Someday, maybe I'll be an überGeek like some of these guys, but until then I'm
    Just trying to help out a little,
    Jon Marq

    PS- I'll be around all day and I'll check the posts. If this helps, and I can help further, repost here.
  • Re: Compiling the ibuyspy.dll in Access Version

    01-22-2003, 5:00 AM
    • Member
      15 point Member
    • mcdull
    • Member since 01-09-2003, 1:29 AM
    • Posts 3
    There are NO error message when compiling the program. I just like everything is going fine but actually the DLL is corrupted.

    One point to say is that I need to specify the path to compile the file coz the path name is not included in the system environment variable.

    So the make.bat would be as follow.


    c:\windows\Microsoft.NET\Framework\v1.0.3705\vbc /t:library /out:IBuySpy.dll /r:System.dll /r:System.dll /r:System.Web.dll /r:System.Xml.dll /r:System.Data.dll /r:System.Drawing.dll CustomersDB.vb ProductsDB.vb OrdersDB.vb ReviewsDB.vb ShoppingCartDB.vb /verbose
  • Re: Compiling the ibuyspy.dll in Access Version

    04-24-2003, 12:17 AM
    • Member
      15 point Member
    • jason5fx
    • Member since 04-23-2003, 10:33 PM
    • Posts 3
    My recompiled IBuySpy.dll for Access Database Version does not work too!

    I’ve made some modification to the *.vb file and try recompile them again to IbuySpy.dll with errors in the web browser
    Here is the web browser error:
    =======================================================
    Parser Error Message: Could not load type 'IBuySpy.CDefault'.

    Source Error:
    Line 1: <%@ Page Language="vb" CodeBehind="Default.aspx.vb" AutoEventWireup="false" Inherits="IBuySpy.CDefault" %>
    Line 2: <%@ Register TagPrefix="IBuySpy" TagName="Header" Src="_Header.ascx" %>
    Line 3: <%@ Register TagPrefix="IBuySpy" TagName="Menu" Src="_Menu.ascx" %>
    ========================================================

    Here is the vbc command:

    path C:\WINNT\Microsoft.NET\Framework\v1.1.4322\
    vbc /t:library /out:..\bin\IBuySpy.dll *.vb /r:System.web.dll /r:System.data.dll /r:system.dll /r:System.Drawing.dll /r:System.Xml.dll

    Is my vbc command short of something?
    Any help will be appreciated
    Thanks you!
  • Re: Compiling the ibuyspy.dll in Access Version

    09-20-2003, 10:08 AM
    • Member
      10 point Member
    • ralfsohl
    • Member since 09-02-2003, 10:05 AM
    • Posts 2
    did any one find a solution on the problem?
  • Re: Compiling the ibuyspy.dll in Access Version

    09-20-2003, 2:45 PM
    • Participant
      1,860 point Participant
    • DavidGMiles
    • Member since 06-18-2002, 12:24 AM
    • United Kingdom
    • Posts 372
    Isnt this about the store kit - if so you may be better aiming this into the IBS Store forum

    DavidM
    Various IBS Addons available at http://www.snowcovered.com

    Lead Developer [vb & c#] - MCAD
Page 1 of 1 (8 items)