cancel
Showing results for 
Search instead for 
Did you mean: 

Error Making web service Setup file: fatal error CS2008

Former Member
0 Kudos

I have a Small WebService developed and I had no problem creating the setup.msi until recently, I did a small modification to it and now I can´t create the setup.msi.

If I deploy it direct to IIS it Will work Perfectly, but Need the installer so I can run it on the server.

I Have checked the DeployLog.txt and try deleting the output files and folders, checked the .NET 2.0 , the system Path, ran as Administrator, but still no luck!

Using..

PB11.5
Windows 7 Pro

IIS 7

Any Suggestions.

Thanks In Advance !!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

In case anyone has the same problem I tryed this:

1.- I Installed a Windows 7 in Virtual Box
2.- Installed PB 11.5
3.- Installed Framework 4.0 Extended
4.- Shared the App folder
5.- Conect to the folder as k:\ drive  ( could be any )
6.- Open De Workspace and Tryed to Generate the MSI  ( It worked !! )

What I did Noticed is that the DeployLog was generated the Same Exact Errors and warnings as the original one, the only line diferent is the one saying

Generating the MSI file succeeded.

Generating the MSI file succeeded.


So I am completely cluless!! 

Former Member
0 Kudos

FYI: PB 11.5.x will not work properly with .Net 4.x installed.

Former Member
0 Kudos

I Have Only .Net 2.0 SDK Installed !

Former Member
0 Kudos

Hi Luis;

  Do you have the .Net run-time as well or just the SDK?

You need both of course.

Regards ... Chris

Former Member
0 Kudos

I have both !
The Wired thing is that it Was Working, I don't Know when it changed, is been a While since las setup generation.

Former Member
0 Kudos

Do you have any higher version of .Net installed as PB 11.x will only work with .Net 2.0, PB 12.x with .Net 3.5 and PB 12.5 with .Net 4.0. Not sure about PB 12.6 (yet).