Newbie question (IBuySpy)

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Newbie question (IBuySpy)

    Trying to build my site based on this example.

    On This line I get error:
    <%@ import Namespace="ASPNetPortal" %>

    I found .cs file with this class, but that directory has bat file as well.
    Does it mean I have to compile DLL to use this class??

    If not, how can I approach it?



    Ivan Demkovitch Guest

  2. Similar Questions and Discussions

    1. Newbie Question: Biz Card Template Question
      Hi, I got the Pagemaker PlugIn - I am using one of the templates for Business Cards - the elements appear to be grouped (bound box all around when I...
    2. A newbie with a newbie question
      Good afternoon everyone, My Name is Dusty I am new to this forum and pretty new to Acrobat. I have Acrobat 9 running on an IMAC running 10.5.2 I...
    3. Pen Tool Use Question. (Embarrassingly Newbie Question)
      I'm currently using Flash MX and whenever I choose the Pen Tool instead of the pen nib with the small "x" beside it that supposed to show up on...
    4. IBuySpy Question
      When adding a new control to the IBuySpy portal, assuming that the control is written using the Codebehind model, Would you need to compile their...
    5. IbuySpy Store Setup
      i have downloaded the IbuySpy development kit (NOT VS.NET VERSION) from www.asp.net and try to set up the web portal. i have succesfully setting up...
  3. #2

    Default Re: Newbie question (IBuySpy)

    Use DotNetNuke at [url]www.DotNetNuke.com[/url] based on IBuySpy with tons of features
    also
    much easier to install etc..

    "Ivan Demkovitch" <i@d> wrote in message
    news:uqwGHSGXDHA.2516@TK2MSFTNGP09.phx.gbl...
    > Trying to build my site based on this example.
    >
    > On This line I get error:
    > <%@ import Namespace="ASPNetPortal" %>
    >
    > I found .cs file with this class, but that directory has bat file as well.
    > Does it mean I have to compile DLL to use this class??
    >
    > If not, how can I approach it?
    >
    >
    >

    MS News \(MS LVP\) Guest

  4. #3

    Default Re: Newbie question (IBuySpy)

    Thanks.

    I didn't have a problem installing IBuySpy. It works ok, but I want to build
    it on my own to learn.
    Sure DotNetNuke better, but like I stated it's mostly for learning
    purpose...

    Thats why I started from very first page and do it my way.

    Anyone have answer on my original question?

    Thanks!

    "MS News (MS LVP)" <sql_agentman@hotmail.com> wrote in message
    news:eUily0GXDHA.2328@TK2MSFTNGP12.phx.gbl...
    > Use DotNetNuke at [url]www.DotNetNuke.com[/url] based on IBuySpy with tons of
    features
    > also
    > much easier to install etc..
    >
    > "Ivan Demkovitch" <i@d> wrote in message
    > news:uqwGHSGXDHA.2516@TK2MSFTNGP09.phx.gbl...
    > > Trying to build my site based on this example.
    > >
    > > On This line I get error:
    > > <%@ import Namespace="ASPNetPortal" %>
    > >
    > > I found .cs file with this class, but that directory has bat file as
    well.
    > > Does it mean I have to compile DLL to use this class??
    > >
    > > If not, how can I approach it?
    > >
    > >
    > >
    >
    >

    Ivan Demkovitch Guest

  5. #4

    Default Re: Newbie question (IBuySpy)

    Yes, you have to compile the class, and put the assembly in your bin folder,
    or it won't know where to find it.

    hth
    Justin Dutoit

    "Ivan Demkovitch" <i@d> wrote in message
    news:uqwGHSGXDHA.2516@TK2MSFTNGP09.phx.gbl...
    > Trying to build my site based on this example.
    >
    > On This line I get error:
    > <%@ import Namespace="ASPNetPortal" %>
    >
    > I found .cs file with this class, but that directory has bat file as well.
    > Does it mean I have to compile DLL to use this class??
    >
    > If not, how can I approach it?
    >
    >
    >

    Justin Dutoit Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139