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.

How to import java project (Eclipse) -


i have tried importing .zip project through eclipse right clicking project , selecting import, navigating zip folder on desktop , there go. if this, red exclamation mark next project name, after googling found because of error build path.

the .zip created bosses machine , emailed me, not in office today , placement student have pretty no idea how fix this.

does have tips/ can provide me.

the import correct. fixing build path errors common task after importing projects.

you'll have @ build path settings project , have find out, libraries missing , dependencies unresolved.

right-click on project name, --> build path --> configure build path...

check projects , libraries tab, reason red exclamation mark in there.


you have rid of build path errors, otherwise eclipse can't build project. either provide valid paths libraries or delete classpath entries.

the should remove exclamation mark , eclipse can build project. removing classpath entries results in compile errors or runtime errors, if application can't find external configuration files or so.

in special case: looks project depends on other projects (we see quite in eclipse) , be, boss did not give projects or eclipse not setup correctly (maybe workspace should contain default projects default libraries). ask co-workers, may give hint on that.


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 -