DLL Hell

  • Thread starter Thread starter iaustin
  • Start date Start date
I

iaustin

I recently created a small One Form project using VB
Studio.NET

I then Release & Solution Build the project.
It of course rins fine on my XP .NET system I developed it
on.

I copies the entire Solutions folder to my NT system.
When trying to run the exe I receive a Message Popup...
Unable to locate DLL

The dynamic link library mscoree.dll could not be found in
the specified path Windows Forms Simple Printing.

Printing\obj\Release\C;WINNT\System32
 
Do you have the framework installed on the second machine?

If it is, I'd try to reinstall the framework.
 
Do I need to install the Framework? How will other users
launch the project if they don't have Framework on their
system? Maybe I need another development tool?
 
iaustin said:
Do I need to install the Framework?

Remarkably enough, to run dot net applications you need to install the dot
net framework.
How will other users
launch the project if they don't have Framework on their
system?

They won't.
Maybe I need another development tool?

Maybe you do. Good luck on your quest to find a modern development tool
that carries no baggage.
 

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