Click here to Skip to main content
15,894,896 members
Home / Discussions / C#
   

C#

 
GeneralRe: ComboBox Pin
Heath Stewart12-Dec-03 9:35
protectorHeath Stewart12-Dec-03 9:35 
GeneralRe: ComboBox Pin
Gary Kirkham12-Dec-03 9:53
Gary Kirkham12-Dec-03 9:53 
GeneralRe: ComboBox Pin
Heath Stewart12-Dec-03 10:06
protectorHeath Stewart12-Dec-03 10:06 
GeneralRe: ComboBox Pin
Gary Kirkham12-Dec-03 10:45
Gary Kirkham12-Dec-03 10:45 
GeneralProblem with .Net Framework bootstrap program rebooting the system in Win 98 Pin
blakeb_112-Dec-03 5:24
blakeb_112-Dec-03 5:24 
GeneralRe: Problem with .Net Framework bootstrap program rebooting the system in Win 98 Pin
Heath Stewart12-Dec-03 9:32
protectorHeath Stewart12-Dec-03 9:32 
GeneralAssembly fails to load Pin
Le centriste12-Dec-03 5:06
Le centriste12-Dec-03 5:06 
GeneralRe: Assembly fails to load Pin
Heath Stewart12-Dec-03 9:29
protectorHeath Stewart12-Dec-03 9:29 
Look for each assembly referenced at the top of your MANIFEST and make sure that it exists in the GAC and that the version is the same. For the Microsoft assemblies, open each one in ildasm.exe and make sure their dependencies are there. Basically, just make sure that the libraries are installed correctly.

Also, I noticed that your assembly reference both the .NET 1.0 and 1.1 versions of mscorlib.dll. While unusual, it obviously compiled but you must make sure that both .NET 1.0 and 1.1 are installed on the client machine (assuming this is on a different machine than what you compiled on).

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: Assembly fails to load Pin
Eric Gunnerson (msft)12-Dec-03 13:30
Eric Gunnerson (msft)12-Dec-03 13:30 
GeneralDetermining the location of a DragDrop External to a form Pin
Tristan Rhodes12-Dec-03 4:47
Tristan Rhodes12-Dec-03 4:47 
GeneralRe: Determining the location of a DragDrop External to a form Pin
Heath Stewart12-Dec-03 9:19
protectorHeath Stewart12-Dec-03 9:19 
GeneralRe: Determining the location of a DragDrop External to a form Pin
Tristan Rhodes12-Dec-03 11:21
Tristan Rhodes12-Dec-03 11:21 
GeneralRe: Determining the location of a DragDrop External to a form Pin
Heath Stewart12-Dec-03 11:26
protectorHeath Stewart12-Dec-03 11:26 
GeneralRe: Determining the location of a DragDrop External to a form Pin
Tristan Rhodes12-Dec-03 11:35
Tristan Rhodes12-Dec-03 11:35 
GeneralRe: Determining the location of a DragDrop External to a form Pin
Heath Stewart12-Dec-03 11:46
protectorHeath Stewart12-Dec-03 11:46 
GeneralDetermining a pc's memory & disk space Pin
Manster12-Dec-03 4:34
Manster12-Dec-03 4:34 
GeneralRe: Determining a pc's memory & disk space Pin
Heath Stewart12-Dec-03 9:16
protectorHeath Stewart12-Dec-03 9:16 
GeneralRe: Determining a pc's memory & disk space Pin
Manster15-Dec-03 3:58
Manster15-Dec-03 3:58 
GeneralRe: Determining a pc's memory & disk space Pin
Manster15-Dec-03 4:04
Manster15-Dec-03 4:04 
GeneralRe: Determining a pc's memory & disk space Pin
Jonathan Guidry12-Dec-03 9:37
Jonathan Guidry12-Dec-03 9:37 
GeneralAlpha Texture Problems Pin
12-Dec-03 2:01
suss12-Dec-03 2:01 
GeneralRe: Alpha Texture Problems Pin
Heath Stewart12-Dec-03 4:32
protectorHeath Stewart12-Dec-03 4:32 
GeneralRe: Alpha Texture Problems Pin
12-Dec-03 4:39
suss12-Dec-03 4:39 
GeneralSOLVED Pin
Tristan Rhodes12-Dec-03 10:36
Tristan Rhodes12-Dec-03 10:36 
QuestionHow to compile inline code documentation into assemblies? Pin
Vasek12-Dec-03 1:43
Vasek12-Dec-03 1:43 

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.