I must agree with William. It is foolish to do what you are doing.
Windows XP has the framework installed. Windows 2003 has the framework
installed. Over the past two years, millions of Windows 2000 and Windows 98
machines have had the framework installed for some other application.
You cannot run a Java app without the JVM. It is harder to install a JVM
than it is to install the .NET framework IMHO.
Why fret about this?
There is a company that makes a product that creates a smaller download of
the framework by creating a DLL that contains only the classes that your app
uses. It isn't the best technical solution but it will make for a smaller
download. I can't remember the name off the top of my head, but I've seen
it referenced on one of the NGs.
Hope this helps,
--- Nick
"sachin" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi All,
>
> I have an application which is web based. I am hosting it on VB.Net
> container, ie winform. Now i am facing a problem. If i make an exe of
that,
> then i require .net framework installed on that machine where i am going
to
> run this.
>
> So I want to move this managed code to unmanaged side i,e to VC++ by
> converting VB.Net code to VB 6.0 and then importing VB 6.0 dll in VC++.
>
> My Question is, Do u people have any better approach to solve this
problem?
>
> My Goal is without having framework installed i want to run my app.
>
> Thanks
> Sachin
>
>
>
>
|