Click here to Skip to main content
15,889,281 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Service won't start Pin
mcgahanfl15-Jun-03 3:53
mcgahanfl15-Jun-03 3:53 
GeneralRe: C# Service won't start Pin
gek_at15-Jun-03 11:11
gek_at15-Jun-03 11:11 
GeneralRe: C# Service won't start Pin
gek_at16-Jun-03 7:31
gek_at16-Jun-03 7:31 
QuestionHow to connect to SQL Server running on one remote Server. Pin
Ken Zhu14-Jun-03 18:40
Ken Zhu14-Jun-03 18:40 
AnswerRe: How to connect to SQL Server running on one remote Server. Pin
Rocky Moore14-Jun-03 22:27
Rocky Moore14-Jun-03 22:27 
GeneralThe need to test my game online. Pin
EvilDingo14-Jun-03 14:02
EvilDingo14-Jun-03 14:02 
GeneralRe: The need to test my game online. Pin
leppie14-Jun-03 14:17
leppie14-Jun-03 14:17 
GeneralLessons learned Pin
Kant14-Jun-03 7:22
Kant14-Jun-03 7:22 
[rant]
One of the dependent assembly in my app updated to a new version. So I unloaded the old assembly reference from the solution and added new reference to the new version of the assembly.

Now the fun part started. Whenever I start the app, it crashed at class constructor. (both in debug and release)

Exception:
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in Unknown Module.

Additional information: File or assembly name System.Windows.Forms, or one of its dependencies, was not found.


Debugger MessageBox:

There is no source code available for the current location.


I banged my head for 30 minutes or so, I added every possible version of code to check the dependent assemblies loaded or not. But everytime I got the same error, eventhough I set the breakpoints.

Later I realized that I forgot remove the old control from the toolbox. So when I tried to add the new version of the control to the toolbox, I got this error

The assembly 'blah..\blah.dll' could not be loaded. Check that any dependencies the file requires are installed.

After 1 hour or so I came to know that the new version of assembly (control) is compiled with VS.NET version 1.1 and I am running VS.NET 2002. Mad | :mad: Argh!!!

.NET supposed to resolve the problems from DLL Hell right?, What am I missing? Confused | :confused:

[rant]


Thx for listening.




Never take a problem to your boss unless you have a solution.

This signature was created by "Code Project Quoter".
GeneralRe: Lessons learned Pin
Amber Star14-Jun-03 9:37
Amber Star14-Jun-03 9:37 
GeneralRe: Lessons learned Pin
Kant14-Jun-03 15:13
Kant14-Jun-03 15:13 
GeneralRe: Lessons learned Pin
leppie14-Jun-03 9:40
leppie14-Jun-03 9:40 
GeneralRe: Lessons learned Pin
Nick Parker14-Jun-03 10:51
protectorNick Parker14-Jun-03 10:51 
GeneralRe: Lessons learned Pin
leppie14-Jun-03 10:56
leppie14-Jun-03 10:56 
GeneralRe: Lessons learned Pin
Nick Parker14-Jun-03 10:58
protectorNick Parker14-Jun-03 10:58 
GeneralRe: Lessons learned Pin
Kant14-Jun-03 15:06
Kant14-Jun-03 15:06 
GeneralRe: Lessons learned Pin
leppie14-Jun-03 16:21
leppie14-Jun-03 16:21 
GeneralRe: Lessons learned Pin
James T. Johnson14-Jun-03 12:09
James T. Johnson14-Jun-03 12:09 
GeneralRe: Lessons learned Pin
Kant14-Jun-03 15:03
Kant14-Jun-03 15:03 
GeneralRe: Lessons learned Pin
James T. Johnson14-Jun-03 17:03
James T. Johnson14-Jun-03 17:03 
GeneralNew FXCop released Pin
leppie14-Jun-03 1:55
leppie14-Jun-03 1:55 
GeneralRe: New FXCop released Pin
Rocky Moore14-Jun-03 15:33
Rocky Moore14-Jun-03 15:33 
GeneralRe: New FXCop released Pin
leppie14-Jun-03 16:16
leppie14-Jun-03 16:16 
QuestionBrowseForFolder Dialog settings starting Folder? Pin
STW13-Jun-03 19:48
STW13-Jun-03 19:48 
AnswerRe: BrowseForFolder Dialog settings starting Folder? Pin
dynamic13-Jun-03 23:35
dynamic13-Jun-03 23:35 
QuestionIs params a C# keyword? Pin
monrobot1313-Jun-03 12:54
monrobot1313-Jun-03 12:54 

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.