|
Thread: dLL
-
Jul 18th, 2004, 07:37 PM
#1
Thread Starter
New Member
dLL
I am relatively new to VB.Net.
I have class library project with 3 classes and a form. When I build the solution or the project, I am not getting any errors and the build is successful.
My question is, where should I look for the dll, created by this project. I need to register it and call it from another app to test it.
Please help.
Thanks,
Smitha.
-
Jul 18th, 2004, 08:05 PM
#2
Fanatic Member
bin folder of your project.
-
Jul 18th, 2004, 09:50 PM
#3
Sleep mode
Originally posted by Smithar
I need to register it and call it from another app to test it.
.NET Class lib doesn't need registering .
-
Jul 18th, 2004, 10:40 PM
#4
Thread Starter
New Member
Thanks to both of you for your response.
Then could you help me with how will I call it from another software say Visual foxpro, Usually from foxpro, we will use the class defenition in registry to create the object. In this case, what will we do ?.
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
|