
May 2nd, 2002, 12:18 PM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 23
|
|
|
BUSINESS OBJECTS WITH SESSION SCOPE
<i><b>Originally posted by : riccardogalli (rgalli@centrocomputer.it)</b></i><br />I have to build some business objects in ASP.NET,i supposethe way is the same like ActivexDll in Visual Basic.<br />So i build a Visual Basic.NET Class library with a new namespace, for example "MyLib", than build a new class with some methods.<br />I want use this object in a ASP.NET web project,with session scope, so i try to insert a <object ID="OBJ1" Class=""...> in the<br />global.asax file.<br /><br />This DOES NOT WORK: the compiler d'ont recognize the "OBJ1" instance and the tag declaration raises an error in the Vb code.<br />I use the code-behind style of global asax (and all aspx files use the same settings) created by the Visual Studio.NET environment.<br /><br />Where is the problem ?.<br />Thanks for all: excuse me for my poor english.<br /><br />Riccardo Galli-Italy<br />riccardo.galli@tin.it<br />
|