Can not display asp.net control after install .Net Framework 2.0

G

Guest

After I finish the .Net Framework 2.0 Installation and open the asp.net page
file in frontpage,the asp.net control will display the error message such as
bellow:

DataGrid - FieldsGrid
There was an error rendering the control.
Check to make sure all properties are valid.

RadioButtonList - DealList
There was an error rendering the control.
RegisterForEventValidation can only be called during Render();

Error Rendering Control - Cancel
An unhandled exception has occurred.
RegisterForEventValidation can only be called during Render();


How can I fix the problem???
 
G

Guest

Hi,

I've got the same problem (see my post at 20.02.06). No answer till now.
It's security issue in 2.0, each control has to register itself for event
validation, preventing users to make hijack browsing or sql injection.
I looking to solve this problem now, I let you know if I find a solution.
(RegisterForEventValidation = "false" in page directive it's not a solution).

Regards,
Sebastian
 
S

Steve Easton

Try adding the ASPNET user account to the IWAM_User account in Control Panel
User Accounts.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
G

Guest

Hi Steve,

what do you mean with to add user to user. I think it works only with
groups. I really don't know how I could add user to another user.
Could you explain?

Kind regards,
Sebastian
 
G

Guest

in addition to my post, the question ist - how to set FrontPage (hidden .conf
Files?) to work with .Net Framework 2.0 in mode
RegisterForEventValidation=false ?
This should help to understand the problem.

S.
 
G

Guest

I had the same problem.
It's not related with Frontpage or ASP.NET v2.0. It's the MS Office 2003
SP2. I've reisntalled Ms Office and it works fine again. If I upgrade again,
the problem starts again.
 
G

Guest

Henrique, I think the problem is related with only Service Pack 2 of
FrontPage 2003, not with Service Pack 2 of Office 2003. What you say?
 
G

Guest

Well, I think it's true, but when I update Office, it upgrades Fronpage also,
and I can't upgrade them separatly. I'am working on that.
Thanks
 
R

Ronx

FrontPage is part of the Office family - upgrading Office will always
upgrade FrontPage at the same time.
Also, FrontPage shares a lot of code with Office - so you cannot NOT
upgrade FP when upgrading Office.
 
G

Guest

Ronx,

It’s curious think, because I’m able update Office 2003 separately FrontPage
2003. In my installation, Office 2003 and FrontPage are products separate.
Anyway this problem is related with FrontPage Service Pack 2. I think in this
case, somebody would have to report Microsoft to publish a hotfix. What you
say?
 
R

Ronx

FrontPage 2003 Service Pack 2 and Office 2003 Service Pack 2 are the
same thing. When you download a service pack, it contains all the
components for the Office family products that are installed on your
PC.

If you look at Help->About in FrontPage and any other Office
application, you will see they are all SP2.
If they are not - there is something wrong.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top