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!