|
-
Jun 13th, 2007, 06:50 AM
#1
Thread Starter
Fanatic Member
Assembly Creation
hi i am working .net 2005.
i would like to create one assembly and have to install it in GAC.
for example this is a small function:
public class Class1
{
public int add(int value1, int value2)
{
return value1 + value2;
}
}
if i compile this i will get dll.then i dont know the further steps to create keypair and versioning and install it in to GAC.
please note down am working in .nt2005.
please show me some god links which have ellobrate procedures please
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|