Rank: Newbie Groups: Member
Joined: 6/11/2007 Posts: 1
|
Hello,
We have a registered version of the product, after installing the product. While we were trying to drag drop the control from the toolbox into the aspx page, we got the below said errors: (We are using Visual Studio 2005 and C# as the code behind)
1. We got this message: "Access is denied." 2. Next on close of the above message, got this message: "The operation could not be completed. Invalid FORMATETC structure"
Awaiting your input at the earliest.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi Ginu,
This appears to be a VS bug that are not directly related to our controls. If you google the error message you will find a lot of people have this problem and none is specifically linked to a perticular situation. In general, you can try the following options:
1. Install SP1. SP1 is said to relieve but does not completely eliminate this problem; 2. Remove reference to the old version. For example, if you have a project refer to EO.Web 3.0 and you now upgrade to 2007.1, try to remove the reference to 3.0 first; 3. Close VS 2005, clear your project's bin directory and then re-open your project.
Most of the time the problem goes away once you one or more of the above.
Thanks
|