PC Review


Reply
Thread Tools Rate Thread

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

 
 
=?Utf-8?B?5oiR55qE5Lqy54ix?=
Guest
Posts: n/a
 
      22nd Feb 2006
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???
 
Reply With Quote
 
 
 
 
=?Utf-8?B?U2ViYXN0aWFu?=
Guest
Posts: n/a
 
      22nd Feb 2006
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

"我的亲爱" wrote:

> 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???

 
Reply With Quote
 
Steve Easton
Guest
Posts: n/a
 
      22nd Feb 2006
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



"????" <@discussions.microsoft.com> wrote in message
news:9F982842-926D-4DDB-AE2D-(E-Mail Removed)...
> 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???



 
Reply With Quote
 
=?Utf-8?B?U2ViYXN0aWFu?=
Guest
Posts: n/a
 
      23rd Feb 2006
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

"Steve Easton" wrote:

> 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
>
>
>
> "????" <@discussions.microsoft.com> wrote in message
> news:9F982842-926D-4DDB-AE2D-(E-Mail Removed)...
> > 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???

>
>
>

 
Reply With Quote
 
=?Utf-8?B?U2ViYXN0aWFu?=
Guest
Posts: n/a
 
      23rd Feb 2006
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.

"Sebastian" wrote:

> 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
>
> "Steve Easton" wrote:
>
> > 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
> >
> >
> >
> > "????" <@discussions.microsoft.com> wrote in message
> > news:9F982842-926D-4DDB-AE2D-(E-Mail Removed)...
> > > 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???

> >
> >
> >

 
Reply With Quote
 
=?Utf-8?B?QnJ1bm8gRGFudGFz?=
Guest
Posts: n/a
 
      9th Apr 2006
I solved this problem uninstalling the Service Pack 2 of FrontPage...

--
----------------------
Bruno Dantas
MCP


"我的亲爱" wrote:

> 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???

 
Reply With Quote
 
=?Utf-8?B?SGVucmlxdWVN?=
Guest
Posts: n/a
 
      15th Apr 2006
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.

"我的亲爱" wrote:

> 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???

 
Reply With Quote
 
=?Utf-8?B?QnJ1bm8gRGFudGFz?=
Guest
Posts: n/a
 
      15th Apr 2006
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?

----------------------
Bruno Dantas
MCP


"HenriqueM" wrote:

> 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.
>
> "我的亲爱" wrote:
>
> > 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???

 
Reply With Quote
 
=?Utf-8?B?SGVucmlxdWVN?=
Guest
Posts: n/a
 
      17th Apr 2006
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

"Bruno Dantas" wrote:

> 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?
>
> ----------------------
> Bruno Dantas
> MCP
>
>
> "HenriqueM" wrote:
>
> > 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.
> >
> > "我的亲爱" wrote:
> >
> > > 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???

 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      17th Apr 2006
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.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

"HenriqueM" <(E-Mail Removed)> wrote in message
news:A1FDF2CC-4A57-400B-A8D0-(E-Mail Removed)...
> 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
>
> "Bruno Dantas" wrote:
>
>> 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?
>>
>> ----------------------
>> Bruno Dantas
>> MCP
>>
>>
>> "HenriqueM" wrote:
>>
>> > 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.
>> >
>> > "????" wrote:
>> >
>> > > 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???



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to install Framework 3.0 over Framework 1.1 Ajith Menon Microsoft C# .NET 5 21st Dec 2006 10:48 AM
Framework 2.0 problem. Install Framework SDK 2.0 solves it! Dikbill Microsoft Dot NET Framework 0 2nd Jun 2006 01:58 PM
Install of programs using framework 2 on computer using framework =?Utf-8?B?TnVtYmVyb3VhbmU=?= Microsoft Dot NET Framework 2 19th Jan 2006 01:39 PM
Microsoft .NET Framework 2.0 Configuration (Management Console inwindows control panel) only with SDK? Not with redistributed Framework 2.0? =?ISO-8859-1?Q?Roland_M=FCller?= Microsoft Dot NET Framework 2 8th Dec 2005 05:33 PM
.NET Framework service pack 2 failed to install. .NET Framework on =?Utf-8?B?S2lyaw==?= Windows XP Help 2 15th Oct 2004 06:27 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:50 PM.