Creating an Installer

  • Thread starter Thread starter Patrick De Ridder
  • Start date Start date
P

Patrick De Ridder

In MSDN "Walkthrough: Deploying a Windows Application",
First heading "To create a Windows application":
Item (numbered in the text) number 6:
Shell ....
AppWinStyle...
Both give an error.

Should I include some library?
Of so, which one?

The paragraph talks about Visual Basic, I loaded Visual C#.NET,
I expected this to make no difference, given the objective
of creating an installer.

Are there any other recourses available anywhere if I am
using an invalid reference?

Please advise,
Many thanks,
Patrick
(e-mail address removed)
 
Patrick,

What do you mean they both give an error. What is the error?
 
Patrick,

What do you mean they both give an error. What is the error?

The errors indicated were:

The name 'Shell' does not exist in the class or namespace '<my app.>'
The type or namespace 'AppWinStyle' could not be found


Hence I was wondering whether there might be a reference that I
omitted. Couldn't find one in the list.
 
Back
Top