Developer forum

Forum » Development » .NET 3.5

Reply

Can dynamicweb run in .NET 3.5 envoirment?


Replies

 
Reply

Yes, but not on our servers yet.

 
Reply
jed@dkis.dk wrote:

Can dynamicweb run in .NET 3.5 envoirment?

There is a known issue running DW with .NET 3.5 SP1.
 

The SP1 has a "FIX" so that in ASP.NET it allows you to modify the ASP.NET Web-Forms action attribute from codebehind.

 

In DW software some modules (in backend) have a modified action attribute and this doesn't work since the module is designed for .NET 2.0 where you couldn't do this and ASP.NET just wiped out you action attribute content and replaced it with the file itself.

 

Eks.

Some modules have the action attribute set to Category_Save.aspx but the file Category_Save.aspx doesn't exists and you get a 404 error in .NET 3.5 with SP1.

 

So why does it work without SP1?

 

See prior to SP1 ASP.NET just replace you actiona attribute (set to Category_Save.aspx) with let's say the file itself "Edit.aspx". And it would do a normal PostBack.

 

We found this issue in the ISV module IPaper - they should know about the error, but I haven't seen it fixed yet.

 

You must be logged in to post in the forum