G Guest May 30, 2004 #1 Does anyone get this error with asp.net. I use a class library for my business logic. Any ideas welcome. Tayo
Does anyone get this error with asp.net. I use a class library for my business logic. Any ideas welcome. Tayo
T Teemu Keiski May 30, 2004 #2 Hi, do you use Response.Redirect, Server.Transfer or Response.End somewhere in your code? http://support.microsoft.com/default.aspx?scid=kb;en-us;312629 -- Teemu Keiski MCP, Microsoft MVP (ASP.NET), AspInsiders member ASP.NET Forum Moderator, AspAlliance Columnist http://blogs.aspadvice.com/joteke Tayo said: Does anyone get this error with asp.net. I use a class library for my Click to expand... business logic. Any ideas welcome.
Hi, do you use Response.Redirect, Server.Transfer or Response.End somewhere in your code? http://support.microsoft.com/default.aspx?scid=kb;en-us;312629 -- Teemu Keiski MCP, Microsoft MVP (ASP.NET), AspInsiders member ASP.NET Forum Moderator, AspAlliance Columnist http://blogs.aspadvice.com/joteke Tayo said: Does anyone get this error with asp.net. I use a class library for my Click to expand... business logic. Any ideas welcome.
G Guest Aug 9, 2004 #4 try to use Response.Redirect('foo.aspx', false); For more info visit: http://p2p.wrox.com/topic.asp?TOPIC_ID=5989 Best Regards, Rui Aires
try to use Response.Redirect('foo.aspx', false); For more info visit: http://p2p.wrox.com/topic.asp?TOPIC_ID=5989 Best Regards, Rui Aires