c# - Taking over a DotNetNuke website. Getting errors -


the project saved website. vpning server , opening machine.

when trying build getting 60 errors (all same).

class.property.get must declare body because not marked abstract or extern class.property.set must declare body because not marked abstract or extern 

i spent hours yesterday going through many questions reported same error , kept leading more , different errors. figured perhaps maybe lack of knowledge on dotnetnuke , reset scratch in hopes maybe recognize have went wrong.

this 1 of properties reporting error (15 in total each get;set)

public int creditscore{ get; set; } 

i open vs click file - open - website , give path website on vpn. opens in vs fine.

my page properties project are: (if other info valuable here let me know)

.net framework 2.0

i've never worked dotnetnuke before hoping there configuration issues need make , build fine.

the code written in version of .net allowed:

public int someproperty { get; set; } 

(.net 3.5 or 4.0?)

and compiling version not auto-backing of properties fields.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -