Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
I was wondering if I need VS .NET to create a DLL or can I with the standard edition of VB .NET
Live as if you were to die tomorrow. Learn as if you were to live forever.
Gandhi
Posted
How would I do that? I read somwhere that I start a new windows application and under the properties => general, I set the 'output type' to Class Library, but I don't see that. the only options I have is 'Console Application' and 'Windows Application'.
Live as if you were to die tomorrow. Learn as if you were to live forever.
Gandhi
Posted

Ok, I got the class libraries but when I try to use it I get this error

 

Object with program ID Vswizard.VSwizardengine cannot be created

Live as if you were to die tomorrow. Learn as if you were to live forever.
Gandhi
  • 4 weeks later...
Posted

Need to alter a line

 

Depending on your installation version of VB.NET standard, go into the .vsz that is in the zip file and change the line to :

 

Wizard=VsWizard.VsWizardEngine.7.1 instead of : Wizard=VsWizard.VsWizardEngine

 

That worked for me. You can open any of your vsz's in notepad to check that yours is in fact .7.1.

 

MTH

Posted

or you can use the command line compiler

 

check vbc -? (or csc for C#) on the command line for documentation. Its pretty easy to use and you can use it even if you have visual studio standard.

  • 2 months later...
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...