sharpdevelop - C# project is getting build but it doesn't run -
i new c# , first project , want understand complete flow of code. using sharp develop ide 4.4 run project.
when run open local host , message appears- make sure you’ve got right web address: http://localhost:52440
output when build project-
build started. c:\program files (x86)\msbuild\12.0\bin\microsoft.common.currentversion.targets(1635,5) : warning msb3245: not resolve reference. not locate assembly "system.web.helpers, version=2.0.0.0, culture=neutral, publickeytoken=31bf3856ad364e35, processorarchitecture=msil". check make sure assembly exists on disk. if reference required code, may compilation errors. c:\program files (x86)\msbuild\12.0\bin\microsoft.common.currentversion.targets(1635,5) : warning msb3270: there mismatch between processor architecture of project being built "msil" , processor architecture of reference "c:\windows\microsoft.net\framework\v4.0.30319\\mscorlib.dll", "x86". mismatch may cause runtime failures. please consider changing targeted processor architecture of project through configuration manager align processor architectures between project , references, or take dependency on references processor architecture matches targeted processor architecture of project. c:\program files (x86)\msbuild\12.0\bin\microsoft.common.currentversion.targets(1635,5) : warning msb3270: there mismatch between processor architecture of project being built "msil" , processor architecture of reference "system.data", "amd64". mismatch may cause runtime failures. please consider changing targeted processor architecture of project through configuration manager align processor architectures between project , references, or take dependency on references processor architecture matches targeted processor architecture of project. c:\program files (x86)\msbuild\12.0\bin\microsoft.common.currentversion.targets(1635,5) : warning msb3270: there mismatch between processor architecture of project being built "msil" , processor architecture of reference "system.enterpriseservices", "amd64". mismatch may cause runtime failures. please consider changing targeted processor architecture of project through configuration manager align processor architectures between project , references, or take dependency on references processor architecture matches targeted processor architecture of project. c:\program files (x86)\msbuild\12.0\bin\microsoft.common.currentversion.targets(1635,5) : warning msb3270: there mismatch between processor architecture of project being built "msil" , processor architecture of reference "system.web", "amd64". mismatch may cause runtime failures. please consider changing targeted processor architecture of project through configuration manager align processor architectures between project , references, or take dependency on references processor architecture matches targeted processor architecture of project. build finished successfully. (00:00:00.5339523)
i don't know ide you're using trying asp\mvc site project or desktop project in u search run executable?.
if you're trying desktop project , run chose wrong kind of project. if u want run website first should project routes , web config , see in order.
Comments
Post a Comment