Click here to Skip to main content
15,923,557 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Controlled access file downloads ? Pin
Jerry Evans13-Nov-03 14:31
Jerry Evans13-Nov-03 14:31 
GeneralPlacing my .DLL into Reference List Pin
Martin Cross13-Nov-03 3:46
Martin Cross13-Nov-03 3:46 
GeneralRe: Placing my .DLL into Reference List Pin
John Arlen13-Nov-03 10:41
John Arlen13-Nov-03 10:41 
GeneralRe: Placing my .DLL into Reference List Pin
Kentamanos13-Nov-03 10:49
Kentamanos13-Nov-03 10:49 
GeneralRe: Placing my .DLL into Reference List Pin
Martin Cross14-Nov-03 2:49
Martin Cross14-Nov-03 2:49 
GeneralRe: Placing my .DLL into Reference List Pin
Heath Stewart16-Nov-03 16:38
protectorHeath Stewart16-Nov-03 16:38 
GeneralRe: Placing my .DLL into Reference List Pin
Martin Cross16-Nov-03 22:20
Martin Cross16-Nov-03 22:20 
GeneralRe: Placing my .DLL into Reference List Pin
Heath Stewart17-Nov-03 2:30
protectorHeath Stewart17-Nov-03 2:30 
If you have a application config file, make sure that you're not explicitly setting the codebase for dependent assemblies. Otherwise, you're .NET installation is screwed up. Dependency resolution first checks the current and private paths (like the bin folder in ASP.NET applications), then it looks in the GAC for assemblies.

One you thing you could do to see why the bindings aren't occurring is to start fuslogvw.exe, make sure logging is turned on, then start your application. Refresh fuslogvw and see what it says. If it states something about not being able to find the localized resources for your default locale (like mine is "en-US"), you can either ignore these - or to make your assembly resolution faster, add the assembly-level attribute assembly: System.Globalization.NeutralResourcesLanguage("en-US"); (with the appropriate locale).

For each binding error, it will show you everywhere it attempted to look which might help you resolve the problem.

 

-----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-----
GeneralServiced components and windows 98 based client Pin
sandmanov13-Nov-03 1:45
sandmanov13-Nov-03 1:45 
GeneralCreating new .net Web Project pointing to remote IIS Pin
Aijaz Chaudary12-Nov-03 9:57
Aijaz Chaudary12-Nov-03 9:57 
QuestionIf .NET Framework have any class support send voice over network? Pin
davang12-Nov-03 6:34
davang12-Nov-03 6:34 
GeneralAbout images convertion Pin
Anonymous12-Nov-03 4:04
Anonymous12-Nov-03 4:04 
General.NET and DCOM compatibility Pin
abhinarulkar10-Nov-03 19:48
abhinarulkar10-Nov-03 19:48 
GeneralRe: .NET and DCOM compatibility Pin
Corinna John10-Nov-03 20:17
Corinna John10-Nov-03 20:17 
Question.NET (specifically C++ .Net) and GUI Development? Pin
SteveTheTechWriter10-Nov-03 5:23
SteveTheTechWriter10-Nov-03 5:23 
AnswerOpinion Pin
E.L. Golpe10-Nov-03 5:55
E.L. Golpe10-Nov-03 5:55 
AnswerRe: .NET (specifically C++ .Net) and GUI Development? Pin
berndg10-Nov-03 21:46
berndg10-Nov-03 21:46 
Questionhow to install a class into .NET Framework? Pin
sacoskun9-Nov-03 6:02
sacoskun9-Nov-03 6:02 
AnswerRe: how to install a class into .NET Framework? Pin
E.L. Golpe10-Nov-03 5:46
E.L. Golpe10-Nov-03 5:46 
GeneralJar Files Too Pin
E.L. Golpe10-Nov-03 5:49
E.L. Golpe10-Nov-03 5:49 
QuestionWinForms DataSet Read Encrypted XML ??? Pin
E.L. Golpe8-Nov-03 8:24
E.L. Golpe8-Nov-03 8:24 
AnswerHeres the code I'm using Pin
E.L. Golpe10-Nov-03 5:23
E.L. Golpe10-Nov-03 5:23 
AnswerRe: WinForms DataSet Read Encrypted XML ??? Pin
Heath Stewart10-Nov-03 6:22
protectorHeath Stewart10-Nov-03 6:22 
General"Unspecified error" when trying to open Visual Source Safe from Visual Studio 2003 .NET Pin
john5137-Nov-03 9:58
john5137-Nov-03 9:58 
GeneralJohn, Not sure if this will help Pin
E.L. Golpe10-Nov-03 5:59
E.L. Golpe10-Nov-03 5:59 

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.