Results 1 to 2 of 2

Thread: Compiling ASP with VBC.exe

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2004
    Posts
    8

    Compiling ASP with VBC.exe

    I'm having some issues compiling an asp.net project with vbc.exe

    my commandline code is:
    vbc /t:library /out:C:/Inetpub/wwwroot/WebApplication1/bin/WebApplication1 /r:System.dll etc C:\Inetpub\wwwroot\WebApplication1\*.vb

    That runs without raising any errors, and the dll is created. However when I try to open it from a browser, I get the Parser Error, Could not load type 'WebApplication1.Global'

    However, when compiled through VS.Net (F5), it runs fine. The Dll created with vbc.exe is slightly smaller than the dll created through VS.Net. Does anyone know the reason why this is?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Compiling ASP with VBC.exe

    What is the 'etc' for?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width