running .NET windows forms

  • Thread starter Thread starter anonymous
  • Start date Start date
A

anonymous

I programmed an application in C# and it works perfectly
on my computer (where I installed VS .NET 2003). However,
when I then transfer the Application to another computer
(w/o .NET 2003 installed) it crashes. is there some
special components I need to install?

I use the Interop.Shell32.dll (which I also copy over to
the .exe 's directory). thanks
 
anonymous said:
I programmed an application in C# and it works perfectly
on my computer (where I installed VS .NET 2003). However,
when I then transfer the Application to another computer
(w/o .NET 2003 installed) it crashes. is there some
special components I need to install?

I use the Interop.Shell32.dll (which I also copy over to
the .exe 's directory). thanks

Did you install the .NET Framework? Did you create a setup project to deploy
the application?
 
* "anonymous said:
I programmed an application in C# and it works perfectly
on my computer (where I installed VS .NET 2003). However,
when I then transfer the Application to another computer
(w/o .NET 2003 installed) it crashes. is there some
special components I need to install?

I use the Interop.Shell32.dll (which I also copy over to
the .exe 's directory). thanks

Are you sure the .NET Framework is installed on the other machine?

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

<http://www.plig.net/nnq/nquote.html>
 
Back
Top