Need help getting started

A

AaronPM

I am very new to Project. I just want to write a simple example program
which can access a list from a Project Server site. So I installed the trial
version of Project Server 2007 and added a simple list to the default home
page. I am trying to follow the Log On tutorial at
http://msdn.microsoft.com/en-us/library/ms455600.aspx but I am stuck at the
part about web references.

First of all, there is no _vti_bin/PSI/Project.asmx in my IIS. I see
projectdisco.aspx and projectwsdl.aspx, but no project.asmx.

Second, there is a _vti_bin/PSI/LoginWindows.asmx and I do reference it.
But I can't reproduce
public static WebSvcLoginWindows.LoginWindows loginWindows =
new WebSvcLoginWindows.LoginWindows();

For me, WebSvcLoginWindows only has LoginWindowsSoap,
LoginWindowsSoapChannel, and LoginWindowsSoapClient.
 
J

Jan De Messemaeker

Hi,

This newsgroup specifically deals with matters pertaining to the dektop
versions of Project
You'll probably get a better answer in
microsoft.public.project.developer

Greetings,

--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
+32 495 300 620
For availability check:
http://users.online.be/prom-ade/Calendar.pdf
 
S

Stephen Sanderlin [MVP]

To your first question: the files in the _vti_bin/PSI/ directory that
you reference in Visual Studio don't actually exist... they are part of
what's known as the PSI Forwarder. Don't worry about them not actually
existing on the physical disk. If you look through that directory, you
will note that only LoginForms and LoginWindows have actual asmx files
in that directory -- this is because those two web services do not use
the forwarding architecture like the other web services do.

As to your second question, what version of Visual Studio are you using?

--
Stephen Sanderlin, Project MVP
VP of Technology
MSProjectExperts

For Project Server Consulting: http://www.msprojectexperts.com
For Project Server Training: http://www.projectservertraining.com

Read our blog at: http://www.projectserverhelp.com

Learn | Connect | Grow @ The Microsoft Project Conference
Phoenix, AZ R September 14-17, 2009
 

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