Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

windows - Oracle tns listener error -


i've installed oracle 10g when try connect oracle db error:

could not start oracleorahome92tnslistener

when got services , try start it, says file doesnt exist. service file c:\oracle\ora92\bin\tnslsnr (tnslsnr file not directory)

c:\oracle\ora92\bin\tnslsnr doesn't exist on machine @ all. know how it?

could not start oracle ora92 listener service on local computer.error 2: system cannot find file specified

here's couple of issues see. installed 10g error 9.2 error. computer had oracle 9i on mis-configured or uninstalled , leading error.

you need check disk , find oracle_home (directory) oracle 10g installed. once find can adjust path , oracle_home , tns_admin environment variables point right place. should allow start database , listener.

if need install oracle client 10g information below helpful well.

the oracle client can installed separately. go address, download client , unzip subdirectory , run oracle universal installer running setup.exe directory.

oracle downloads page


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -