Follow steps:
1.create class library with same namespace(ex-AppoloRegistration)
2.Add some class & method in AppoloRegistration.
3.Build the class library code which will produce an assembly with extension(.dll) in your project folder bin(debug folder).
4.Create an asp.net application with same name(vs-new-website-emptywesite(c#).
5.add reference of previous created assembly in your asp.net application.
6.add namespace and use the required class by creating object.
1.create class library with same namespace(ex-AppoloRegistration)
2.Add some class & method in AppoloRegistration.
3.Build the class library code which will produce an assembly with extension(.dll) in your project folder bin(debug folder).
4.Create an asp.net application with same name(vs-new-website-emptywesite(c#).
5.add reference of previous created assembly in your asp.net application.
6.add namespace and use the required class by creating object.
Note:
- In Solution Explorer, select the project.
- On the Project menu, choose Add Reference.
- The Add Reference dialog box opens.
- Select the tab indicating the type of component you want to reference.
- In the top pane, select the component you want to reference, and then click the Select button. Press CTRL while clicking to select multiple components.
|
If you are using .NET 4.0, you can right click in References -> add reference -> In the .NET tab, look for
System.Numerics.dll |
No comments:
Post a Comment