How to Compile and debug?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 yıl önce
Hi,

on my first topic I have to tell yours:
Thanks a lot, and congratulations by the project !!! It's amazing!! :D



I need to make a picture massive insert into products variants. I added a button on Administration\Products.aspx
but I get a message error where tells me: "targetFramework is not recongized" and links error to:

<compilation debug="true" targetFramework="4.0">
      <expressionBuilders>
        <add expressionPrefix="NopResources" type="NopSolutions.NopCommerce.BusinessLogic.Localization.NopResourceExpressionBuilder, Nop.BusinessLogic"/>
      </expressionBuilders>
      <assemblies>





I have Framework 4.0 installed, and web aplication is set for runing under framework 4. But on VS2008 on project propieties I have 3.5 but I can't choose Framework 4. Why!???

I tried to compile under Microsoft Visual Developer, and webmatrix. But I don't see my upgrades on the source code of .cs files, but yes my upgrades over visual layer (.aspx / .ascx files). why ?? what can i do??

sorry by my poor english.
13 yıl önce
Hi,

You need Visual Studio 2010 to edit/debug nop version 1.8[.NET 4] and above.

You can get WebDeveloper 2010 for free which will work fine.

Good luck.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.