What technologies I will need after add DLL as reference to windows form

Posted by Ahmedsa under Windows Forms on 10/17/2017 | Points: 10 | Views : 1676 | Status : [Member] | Replies : 1
I have dll files from mvc asp.net web application AND i need to use it in windows form application in

visual studio 2015 .NET 4.5.2 .

I add dll files as reference IN windows form application 2015.

dll files taken from web application working with mvc 5 entity framework 6

and i need to use dll in windows form application

so that what i need in windows form application to implement dll files

and functions inside it .

so that when i use dll in windows form application what i will use

I will use entity framework or .net framework technology .

use Add new item - Data- ADO.net entity data model (edmx) or NOT .





Responses

Posted by: Sheonarayan on: 10/20/2017 [Administrator] HonoraryPlatinum | Points: 25

Up
0
Down
If it is ASP.NET MVC web application .dll, you may not be able to use it. Do you need to use any of specific class file method if yes, better to create a class library for that use it in asp.net mvc project and same .dll in windows form.

Regards,
Sheo Narayan
http://www.dotnetfunda.com

Ahmedsa, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response