PeopleSoft API in C#

L

Loring Hummel

In regards to Alvin Bruney's post on 9/9/2003
http://groups.google.com/[email protected]&rnum=1

I have a very basic question about how you got started with your .NET
application. I have created a new csharp application and referenced
PeopleSoft_PeopleSoft.tlb. I noticed that it created a new dll:
interop.PeopleSoft_PeopleSoft.dll on my local machine. When
attempting to instantiate a SessionClass object:

SessionClass oCISession = new PeopleSoft_PeopleSoft.SessionClass();

I get the following error: The specified module could not be found
Every path that I can find seems ok, what did you do to get started?
 
M

Mohamoss

Hi Loring
Mostly the com dll is not registered properly . Try just to run from visual
studio command prompt "regserv32 c:\.....\ PeopleSoft.dll" ( or whatever
your original dll is full name and location is )
hope this helps
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 
L

Loring Hummel

When I created the PeopleSoft_PeopleSoft.tlb reference in my project, a
dll was automatically created on my local drive called
Interop.PeopleSoft_PeopleSoft.dll. When I attempt to register it:

regsvr32 Interop.PeopleSoft_PeopleSoft.dll

I get the following error:

Interop.PeopleSoft_PeopleSoft.dll was loaded, but the DllRegisterServer
entry point was not found. This file cannot be registered. Any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top