Page view counter

Recompile IBuySpy.dll

Last post 10-10-2003 12:16 PM by cbt1`23. 3 replies.

Sort Posts:

  • Recompile IBuySpy.dll

    03-04-2003, 9:17 PM
    • Loading...
    • yanmh
    • Joined on 12-30-2002, 9:37 PM
    • Posts 2
    • Points 10
    hi,

    I am trying someway to recompile the IBuySpy.dll base on some minor
    change in the source. my question is should I use the mk.bat is enouth
    to do this ? since the batch file will only compile those source in the
    component dir.I know that in IbuySpy.dll that there are many other class
    come from the .cs in the root dir but not under component dir.

    should I add to the list of the sources to compile them.

    Or those file would be auto-compiled into the Ibuyspy.dll?

    beside this there is a class named InstantOrder in the Dll but somehow
    its not in the IBuySpy namespace. what's it for?

    Thanks for any input to help me on this. I am new in .net so might be
    easy confused in the structure of the dll thing.

    thanks!
  • Re: Recompile IBuySpy.dll

    03-10-2003, 8:01 AM
    • Loading...
    • Bill2clone
    • Joined on 01-28-2003, 10:04 AM
    • Posts 1,995
    • Points 9,975
    Not totally sure, but you can add this at the end of your mk.bat :

    /recurse:Components\*.vb YourPersonalSubDirectory\*.vb

    Bill
  • Re: Recompile IBuySpy.dll

    04-23-2003, 11:19 PM
    • Loading...
    • jason5fx
    • Joined on 04-23-2003, 10:33 PM
    • Posts 3
    • Points 15
    yanmh,Have some problem like yours. Have you got the solution yet?
    --------------------------------------------------
    My recompiled IBuySpy.dll does not work

    My StoreVBVS ran and installed without any problem.
    Here is the problem: When I’ve made some modification to the *.vb file in the C:\StoreVBVS\StoreVBVS\Components directory , and recompiled them to IbuySpy.dll using vbc, the Store just won’t run.

    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" %>
    ========================================================


    I’ve used the mk.bat supplied by the PortalVB as an example to recompile my StoreVBVS ‘s IbuySpy.dll.

    Here is my mk.bat batch file :

    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 is wrong? or IbuySpy.dll does not compile well in v1.1 Framework? Or any other possibility?

    Please show me some light here. Any help will be appreciated
    Thanks you!
  • Re: Recompile IBuySpy.dll

    10-10-2003, 11:53 AM
    • Loading...
    • cbt1`23
    • Joined on 10-10-2003, 7:49 AM
    • Posts 2
    • Points 10
    Hello,

    I was wondering if you could tell me how to obtain the source code for the IBuySpy.dll ? I may already have them as part of the install but I was hoping they would be in my bin directory but they were not.

    Thanks,
    Chris
Page 1 of 1 (4 items)