Re: how to not use VB.net
Steven,
Right text but maybe next time to Add.
If you want to write an app that doesn't need the .NET framework, then
learn VB6 or C++ or Cobol or Pascal or Fortran or PHP or C or .....
etc.
Which needs all there own version bounded runtime and probably some extra
DLL to distribute.
Cor
.
Relevant Pages
- Re: (Raising my hand) I dont get it...
... Lars wrote: ... I'm a happy VB6 ... have all of those nasty .ddl's to tag with your app. ... really is if the target pc has the .NET framework on it. ... (microsoft.public.dotnet.general) - Re: vb6 nt service dot net interop error 429
... use COM Interop to create your VB6/COM object that contains all of your ... Server.exe references a vb.net dll via com ... I currently have a vb6 application running as an NT service. ... The method I am using to run the vb6 app as a service is through ... (microsoft.public.dotnet.framework.interop) - Re: VB6 executable accessing a .Net DLL with ComClass
... Your VB6 app is going to want to use the registry by default, ... regsvr32 in that it records the exact location of the dll. ... The VB6 dev environment wants a type-library, ... (microsoft.public.dotnet.framework.interop) - Re: Is .NET slower than - say - VB6?
... Each line is from pixel X to pixel X+1. ... My VB6 version of my app interacts HEAVILY with Active Directory. ... DLL is needed to get the job done? ... (microsoft.public.dotnet.languages.vb) - Re: VB6 executable accessing a .Net DLL with ComClass
... But a .Net COM registration without a explicit location in the registry is ... expected in The assmbly path of the calling app, ... vb6 program. ... The VB6 application and the .Net DLL will reside on the network for ... (microsoft.public.dotnet.framework.interop) |
|