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.
 

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

Back
Top