Great looking control; can't wait for it to be supported in VS2005 ...

Last post 06-01-2006, 8:25 PM by sbowden1. 10 replies.
Sort Posts: Previous Next
  •  04-22-2005, 8:28 PM 6063

    Great looking control; can't wait for it to be supported in VS2005 ...

    The product seems to run fine under the ASP.NET 2.0 framework,  but any attempt to include it in a VS2005 project  results in "Could not load type 'CuteEditor.Dialogs.GetFileThumb'" compile error.  

    This apparently results from the VS2005 attempt to compile the aspx pages in the CuteSoft_Client/CuteEditor/Dialogs folder.  Bottom line is, these dialogs won't compile.
     
    I've made a number of attempts at it, but even your unaltered demo project won't compile under VS2005. 

    Has anybody tested this with VS2005?  

    Either a recommendated resolution or a confirmation that VS2005 is not yet supported would be greatly appreciated.
     
     
  •  04-25-2005, 10:42 AM 6100 in reply to 6063

    Re: Great looking control; can't wait for it to be supported in VS2005 ...

    dfg9403 :
     
    It works fine for me .
     
    I am using the last version of VS.NET 2005 Beta 2, published this month.
    The dotnet version is : Microsoft .NET Framework Version:2.0.50215.44; ASP.NET Version:2.0.50215.44

    Here are the steps:

    1. download the editor
    2. create a web project 
    3. copy all files into the project
    4. browse the default.aspx

    Hope it helps.

    Keep me posted.

    Regards , Terry .
  •  04-25-2005, 3:34 PM 6120 in reply to 6100

    Re: Great looking control; can't wait for it to be supported in VS2005 ...

    Hi Terri,
     
    Thanks for responding. 

    I concur, the product works fine when running.   (ie., your step 4:  browse the default.aspx)

    However, what do you experience when you hit the Build button?  That is where I'm encountering the error.  (I'm using the identical Beta 2 build). 

    We were planning to buy the Redist license and include it in a ASP.NET 2.0 app to be released in a few months, so obviously its important that the editor be able to build as well as run. 

    If you have no problems with this, perhaps I'm overlooking something.  Please give it a try and let me know.

    Thanks

    -Douglas G
     
     
  •  04-27-2005, 4:27 AM 6144 in reply to 6120

    Re: Great looking control; can't wait for it to be supported in VS2005 ...

    Douglas G
     
    The GetFileThumb.aspx is obsoleted , please delete it .
     
    Regards , Terry .
  •  05-07-2005, 3:43 PM 6487 in reply to 6144

    Re: Great looking control; can't wait for it to be supported in VS2005 ...

     
    First a comment about 4.0 and then a question...
     
    4.0 is VERY slow to load compared to 3.0. Over double the time. Also it seems to have a problem using the page stylesheet styles in the editor, whereas 3.0 seems to do it be default.
     
    Now the question... regarding use of this in an asp.net 2.0 project, I get the following errors when I try to compile the project:
     
    "Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed"

    I get identical errors with version 3.0.
     
    Any thoughts on what's causing this?
     
    Thanks.
  •  05-08-2005, 5:19 PM 6504 in reply to 6487

    Re: Great looking control; can't wait for it to be supported in VS2005 ...

     
    Interesting. This appears to be related to the framework and some sort of system/permissions issue rather than an issue with CuteEditor. I'm getting it now with another server control which was working fine under asp.net 2.0.
     
    Thanks.
  •  05-08-2005, 5:55 PM 6505 in reply to 6504

    Re: Great looking control; can't wait for it to be supported in VS2005 ...

     
    Okay, I finally got it. This was fixed by running "Microsoft .NET Framework 2.0 Configuration" tool and Clicking on "Runtime Security Policy" and clicking the "Adust Zone Security" under "Tasks" in the right pane and increasing the intranet zone security settings.
     
    Most likely I could have also used the "Increase Assembly Trust" settings instead.
     
    I believe this is because I am doing development on one system with all my project files and assemblies on another.
  •  11-07-2005, 3:26 PM 12337 in reply to 6505

    Re: Great looking control; can't wait for it to be supported in VS2005 ...

    Help, I am receiving the same build error.

    Error 1 Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. \\10.250.239.184\C$\Inetpub\eCard\cs\howto_capture_save_button_click_event.aspx 37

    I loaded the 2.0 SDK on my development server (2003), I used the Microsoft .NET Framework 2.0 Configuration tool to adjust the security settings and I am still getting the build error.  I am able to view the sample code cs/default.aspx but only from the server not through VS 2005 on my desk top.  When I try to add the control to my toolbox I also get the error?
  •  03-14-2006, 7:33 PM 17201 in reply to 6505

    Re: Great looking control; can't wait for it to be supported in VS2005 ...

    Outstanding!  That solution worked for me, along with other fixes. 
  •  06-01-2006, 8:24 PM 19738 in reply to 12337

    Re: Great looking control; can't wait for it to be supported in VS2005 ...

    Hi,
     
    I am just seeing if you were able to resolve this problem?
     
    I have just recently installed 2.0 SDK on win2003 development server and I am having troubles trying to compile with Visio2005 on my desktop machine.
     
    I keep receiving this error and I have been to so many forums, and tried so many things to try and change the permission for accessing this assembly as "Full Trust" but I keep getting this error.
     
    Any help you can offer is greately appreciated.
  •  06-01-2006, 8:25 PM 19739 in reply to 12337

    Re: Great looking control; can't wait for it to be supported in VS2005 ...

     ksheehan wrote:
    Help, I am receiving the same build error.

    Error 1 Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. \\10.250.239.184\C$\Inetpub\eCard\cs\howto_capture_save_button_click_event.aspx 37

    I loaded the 2.0 SDK on my development server (2003), I used the Microsoft .NET Framework 2.0 Configuration tool to adjust the security settings and I am still getting the build error.  I am able to view the sample code cs/default.aspx but only from the server not through VS 2005 on my desk top.  When I try to add the control to my toolbox I also get the error?
     
    Hi Ksheehan,
     
    I just wanted to see if you had any luck trying to get this working?
View as RSS news feed in XML