1
Answer

Error while create 64 bit setup in VS2015

Neeraj Baheti

Neeraj Baheti

7y
142
1
Error:- File '.exe' of project output 'Primary output from (Debug x64)' targeting 'AMD64' is not compatible with the project's target platform 'x86'
 
I am using log4net and mysql.data dll in my product.
 
Please help me. 
Answers (1)
0
Prakash Tripathi

Prakash Tripathi

NA 21k 2.5m 8y
You have asked 3 questions. Let's take them one by one.
1. Why to use Angularjs in ASP.net?
Angularjs is a Java Script library used to build responsive Single Page Applications (SPA). It should be used as it's one of the most popular platform to develop SPA.
2. Where to use?
It is used in conjunction with HTML tags in ASP.NET page.
3.what purpose it solve?
It solves the purpose of easily and efficiently developingresponsive Web Apps.
If this answers your question, please close the thread by accepting the answer.

Accepted
0
Gagandeep Singh

Gagandeep Singh

NA 489 22.4k 8y
AngularJS is a complete framework so inside an ASP.net project you can use it for:
1. Creating Single Page Applications for faster loading of pages.
2. Making backend API calls
3. Organized code using MVC structure.
One restriction with AngularJS is that when we need to render large amount offrequentlychanging data that along with AngularJS we can use ReactJS for faster rendering as it used Virtual DOM and provides component based development.
0
Vasanth Natarajan

Vasanth Natarajan

NA 463 6.5k 8y
  • Create an ASP.NET Web API service to send and receive JSON data
  • Create a responsive UI using AngularJS and validations
  • support to Single Page Application(SPA)