hi adam,
editor is not found inside the .NET Framework components.
Is my VS having problem?
when i check in my add/remove programs, there are Microsoft .NET Framework 1.1 and Microsoft .NET Framework 2.0.
But my Visual Studio is .NET 2003 using Framework 1.1. (i see this through help/about microsoft visual basic .net inside my VS.) so i assume my VS is using 1.1 instead of 2.0.
i've followed the steps in the deployment and i just copy and paste CuteEditor.dll , NetSpell.SpellChecker.dll ,CuteEditor.lic into my bin folder. Then i paste CuteSoft_Client and vb folder inside C:\Inetpub\wwwroot\WebApplication1\. after that, i open my default.aspx inside the vb folder and i get the error saying, "Error creating Control - Editor1" i'm still able to run the application, using client side script but it just can't retrieve my values through codebeind only. but i need to retreive my values through code behind.
did i do it correctly?