Visual Studio .NET 2003 cannot build Proxy/Stub project

S

Shangwu

Hello,

Hello,

I am using Visual Studio .NET 2003 on both a desktop computer and a laptop
computer with Windows XP SP2.
I have an ATL project with interface implemented. Both the main project and
PS project can be built on my desktop computer.
But I cannot build the PS project on my laptop computer.
I always get the following output from the output window. I uninstalled /
reinstalled Visual Studio .NET several times and the problem is still there.
Definitely the file DLLDATA.C is generated every time when I build the main
project.
Hopefully you encountered the same problem and got some resolution.

Thanks,

Shangwu

------ Build started: Project: RemExSvrPS, Configuration: Debug Win32 ------

Checking for required files
Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface
in the main project.
RemExSvrPS : error PRJ0002 : error result returned from
'c:\cpp\dcom\remexsvr\debugps\bat000002.bat'.

Build log was saved at "file://c:\Cpp\Dcom\RemExSvr\DebugPS\BuildLog.htm"
RemExSvrPS - 1 error(s), 0 warning(s)


---------------------- Done ----------------------

Build: 0 succeeded, 1 failed, 0 skipped
 
S

Shangwu

I found the problem was caused by Command Processor (cmd.exe) autorun
parameter in registry. After I removed the parameter from registry, this
problem has gone.
 

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