Integrating into VS.NET

Last post 02-06-2004, 5:03 PM by jgoldsack. 2 replies.
Sort Posts: Previous Next
  •  02-06-2004, 8:13 AM 313

    Integrating into VS.NET

    I recently bought a licence for CE.NET. Here is my current enviornment:

     

    I have a web server that my production website are on. That is the domain I purchased CE for. Seems to work fine.

     

    On my development enviornment, I installed CE, and I got it to show up on my VS.NET toolbar, but whenever I try and drag an instance of the control to my page, it won't let me. I also cannot get the properties or methods of the control available to me in the code behind. Mind oyu, I can type in the ones I know and they work, but I cannot get them to "pop up" when I I type the "."

     

    Is there something I am missing, or is this a limitation of the trial version that I have on my development machine?

  •  02-06-2004, 3:01 PM 314 in reply to 313

    Re: Integrating into VS.NET

    maybe you want to try the "non Toolbox" approach, which is dropping the dll in the "/bin/", setting a reference, then using the <#@ Register %> in the aspx page

     

    then in code behind, saying:

     

    Protected WithEvents ThisEditor As CuteSoft.CuteEditor  '(<<== i don't think i have this exactly)

     

    Intelliense works perfectly :)

  •  02-06-2004, 5:03 PM 315 in reply to 314

    Re: Integrating into VS.NET

    Thanks! It worked.

     

    The actual syntax is:

     

    Protected WithEvents ThisEditor As CuteEditor.Editor

     

    Thanks a bunch, it is all working now :)

View as RSS news feed in XML