Click here to Skip to main content
15,909,503 members
Home / Discussions / C#
   

C#

 
AnswerRe: Disconnect from Sql Server Pin
Guffa26-Mar-06 9:50
Guffa26-Mar-06 9:50 
QuestionAccess GridViewCell Columns by string Key Pin
Monin D.26-Mar-06 9:32
Monin D.26-Mar-06 9:32 
QuestionDebugging Windows Service Pin
Mircea Grelus26-Mar-06 9:13
Mircea Grelus26-Mar-06 9:13 
AnswerRe: Debugging Windows Service Pin
Luis Alonso Ramos26-Mar-06 17:08
Luis Alonso Ramos26-Mar-06 17:08 
GeneralRe: Debugging Windows Service Pin
Mircea Grelus28-Mar-06 8:10
Mircea Grelus28-Mar-06 8:10 
QuestionChecking DB existance Pin
Mridang Agarwalla26-Mar-06 8:38
Mridang Agarwalla26-Mar-06 8:38 
AnswerRe: Checking DB existance Pin
Colin Angus Mackay26-Mar-06 10:49
Colin Angus Mackay26-Mar-06 10:49 
QuestionDeploying and Loading an assembly Pin
Subby Dev26-Mar-06 8:00
Subby Dev26-Mar-06 8:00 
Hi there,

Well, I am facing some problems while loading an assembly dynamically from a subdirectory located in ApplicationBase. The code works just fine when this dll is located in the application directory but when I tried to load it from one of the application's subdirectory it is not working even when I tried following options:
First, I created a "test" subdirectory for my test.dll(As far as my understanding of deploying a private assembly goes I believe runtime locates dll in application directory then it looks for a subdirectory having dll's name e.g. temp in this case and finally it goes to GAC.)
Second, I get following error log from fusion
LOG: Private path hint found in configuration file: test.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
where test is the subdirectory I am putting this dll.
I have included in app.config but it doesn't seem to work.
Also I have tried to use tags and made this assembly strong named and unfortunately that didn't work either.
Additionally, I have tried both LoadFrom() and Load() methods but no help.
As far as my understanding goes I think I do not need to create a strong named assembly when I am using probing element in config.

Any suggestions would be greatly appreciated.

Thanks in advance.

-Subby





QuestionFlateStyle.System Button Pin
Gamil Mohamad26-Mar-06 6:17
Gamil Mohamad26-Mar-06 6:17 
AnswerRe: FlateStyle.System Button Pin
AB777126-Mar-06 17:09
AB777126-Mar-06 17:09 
GeneralRe: FlateStyle.System Button Pin
Gamil Mohamad26-Mar-06 20:13
Gamil Mohamad26-Mar-06 20:13 
Questionlooking for program that chake similry code Pin
The_general1026-Mar-06 5:40
The_general1026-Mar-06 5:40 
QuestionHow to carry out MoneyCell with the VS2005 and GDI+? Pin
Chinese_ynzy26-Mar-06 5:24
Chinese_ynzy26-Mar-06 5:24 
QuestionInterface Type-casting problem Pin
hhrafn26-Mar-06 4:18
hhrafn26-Mar-06 4:18 
GeneralRe: Interface Type-casting problem Pin
Guffa26-Mar-06 4:27
Guffa26-Mar-06 4:27 
GeneralRe: Interface Type-casting problem Pin
hhrafn26-Mar-06 5:56
hhrafn26-Mar-06 5:56 
Questionerror handling in C# Pin
Mridang Agarwalla26-Mar-06 4:13
Mridang Agarwalla26-Mar-06 4:13 
AnswerRe: error handling in C# Pin
Guffa26-Mar-06 4:22
Guffa26-Mar-06 4:22 
GeneralRe: error handling in C# Pin
Mridang Agarwalla26-Mar-06 4:35
Mridang Agarwalla26-Mar-06 4:35 
QuestionWhy does this string not work? Pin
KaKa'26-Mar-06 3:55
KaKa'26-Mar-06 3:55 
AnswerRe: Why does this string not work? Pin
Guffa26-Mar-06 4:23
Guffa26-Mar-06 4:23 
GeneralRe: Why does this string not work? Pin
KaKa'26-Mar-06 13:31
KaKa'26-Mar-06 13:31 
GeneralRe: Why does this string not work? Pin
Christian Graus26-Mar-06 13:45
protectorChristian Graus26-Mar-06 13:45 
AnswerRe: Why does this string not work? Pin
Guffa27-Mar-06 0:11
Guffa27-Mar-06 0:11 
QuestionRunning Sql Script From C#? Pin
majidbhutta26-Mar-06 3:43
majidbhutta26-Mar-06 3: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.