|
Rank: Newbie Groups: Member
Joined: 5/30/2009 Posts: 4
|
dear sear
how are you ?
i already bought eo.web components and my Order# CP8264FK6224 when i add (Tab strip) component and (Msgbox) component in my contents page . and Change some property in my web contents page and click save it's give me error Message "The operation can't be complete" and after that it block for me all keys except characte keys such as ( delete , enter , backspace ,.. elc) in my code page not in run time
i use visual studio 2005 with windows XP
Please can you help me thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Can you create a test page that reproduces the error? Make sure the test page runs independently. Note that we won't troubleshoot user code error, so if the problem in your code, we will not be able to resolve the issue for you.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 5/30/2009 Posts: 4
|
dear sair thaks for your replay the error not in run time the error when i create a page when i put the tab and msgbox it's ok but after that it block for me ( delete ,backspace and enter keys ) so when i write any code i can't delete it or delete button not work it's in the code time not in the run time
thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Visual Studio does not call our code (or any other control's code) at all when save file. Our code is only called when the control is created and edited. So it is most likely a VS bug rather than anything related to us. You may want to Google online to see what the potential causes for such situation are, or to try the same steps in a separate project to see if the problem has anything to do with your project.
Thanks!
|
|