Click here to Skip to main content
15,884,629 members
Home / Discussions / C#
   

C#

 
GeneralManipulate Access DB Pin
Venet18-Oct-02 23:27
Venet18-Oct-02 23:27 
GeneralRe: Manipulate Access DB Pin
Stephane Rodriguez.19-Oct-02 0:44
Stephane Rodriguez.19-Oct-02 0:44 
GeneralRe: Manipulate Access DB Pin
David Stone19-Oct-02 6:44
sitebuilderDavid Stone19-Oct-02 6:44 
GeneralRe: Manipulate Access DB Pin
Stephane Rodriguez.19-Oct-02 7:25
Stephane Rodriguez.19-Oct-02 7:25 
GeneralRe: Manipulate Access DB Pin
Stephane Rodriguez.19-Oct-02 7:31
Stephane Rodriguez.19-Oct-02 7:31 
GeneralExport C# appz Pin
Anonymous18-Oct-02 8:53
Anonymous18-Oct-02 8:53 
GeneralRe: Export C# appz Pin
Paul Riley18-Oct-02 8:59
Paul Riley18-Oct-02 8:59 
GeneralRe: Export C# appz Pin
Stephane Rodriguez.18-Oct-02 9:58
Stephane Rodriguez.18-Oct-02 9:58 
If you try to run a .NET app on a computer with no .NET run-time installed, then you get a dirty message box saying "missing mscoree.dll". This DLL is launched from the PE and hosts the CLR.

If the computer has a .NET run-time, but in a wrong version (it will happen as soon as .NET 1.1 is RC), then you'll get an explicit message box "cannot find C:\WINNT\Microsoft .NET\Framework\v1.1.0.3800".
( in this scenario, the user may try to launch the app with his .NET run-time thanks to either the creation or modification of an associated .config file in the same directory. Of course, if the app was compiled against .NET 1.1, there is no strict guarantee is works against a .NET 1.0 run-time just because you would change a config file).


And about native generation, the JIT produces native code. Use ngen.exe. With .NET 1.0, you must explicitely use ngen.exe in a separate cmdline, because there is no direct support of this in the IDE. ngen myapp.exe will generate a native image of the managed code in myapp.exe, and put it in the GAC (c:\winnt\assembly) ready for use.





How low can you go ?
(MS retrofuck)

GeneralRe: Export C# appz Pin
Anonymous18-Oct-02 23:16
Anonymous18-Oct-02 23:16 
Questiongrabbing focus with a Pop-up? Pin
Dave Gustafson18-Oct-02 3:05
Dave Gustafson18-Oct-02 3:05 
AnswerRe: grabbing focus with a Pop-up? Pin
Paul Riley18-Oct-02 3:46
Paul Riley18-Oct-02 3:46 
GeneralRe: grabbing focus with a Pop-up? Pin
Dave Gustafson18-Oct-02 4:36
Dave Gustafson18-Oct-02 4:36 
GeneralRe: grabbing focus with a Pop-up? Pin
Paul Riley18-Oct-02 4:46
Paul Riley18-Oct-02 4:46 
GeneralRe: grabbing focus with a Pop-up? Pin
Dave Gustafson18-Oct-02 12:33
Dave Gustafson18-Oct-02 12:33 
GeneralRe: grabbing focus with a Pop-up? Pin
Paul Riley18-Oct-02 13:20
Paul Riley18-Oct-02 13:20 
GeneralRe: grabbing focus with a Pop-up? Pin
Dave Gustafson18-Oct-02 16:53
Dave Gustafson18-Oct-02 16:53 
GeneralRe: grabbing focus with a Pop-up? Pin
Dave Gustafson20-Oct-02 5:14
Dave Gustafson20-Oct-02 5:14 
GeneralRe: grabbing focus with a Pop-up? Pin
Paul Riley20-Oct-02 5:22
Paul Riley20-Oct-02 5:22 
GeneralC# and DLL calling Pin
Ceri17-Oct-02 23:36
Ceri17-Oct-02 23:36 
GeneralRe: C# and DLL calling Pin
Paul Riley17-Oct-02 23:46
Paul Riley17-Oct-02 23:46 
GeneralRe: C# and DLL calling Pin
Stephane Rodriguez.18-Oct-02 1:19
Stephane Rodriguez.18-Oct-02 1:19 
GeneralNeed help on this issue with WebBrowser control Pin
GriffonRL17-Oct-02 22:28
GriffonRL17-Oct-02 22:28 
GeneralRe: Need help on this issue with WebBrowser control Pin
Sijin18-Oct-02 0:53
Sijin18-Oct-02 0:53 
GeneralRe: Need help on this issue with WebBrowser control Pin
GriffonRL18-Oct-02 1:05
GriffonRL18-Oct-02 1:05 
GeneralRe: Need help on this issue with WebBrowser control Pin
Stephane Rodriguez.18-Oct-02 1:16
Stephane Rodriguez.18-Oct-02 1:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.