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

.NET (Core and Framework)

 
Question.net framework and hardware identify Pin
ss200627-Mar-06 1:58
ss200627-Mar-06 1:58 
AnswerRe: .net framework and hardware identify Pin
Dave Kreskowiak27-Mar-06 6:27
mveDave Kreskowiak27-Mar-06 6:27 
Question.net framework redistrubual Pin
ss200626-Mar-06 7:58
ss200626-Mar-06 7:58 
AnswerRe: .net framework redistrubual Pin
Dave Kreskowiak26-Mar-06 9:27
mveDave Kreskowiak26-Mar-06 9:27 
Questionabout .net framework 2.0 or later Pin
ss200626-Mar-06 2:14
ss200626-Mar-06 2:14 
AnswerRe: about .net framework 2.0 or later Pin
CWIZO26-Mar-06 2:49
CWIZO26-Mar-06 2:49 
AnswerRe: about .net framework 2.0 or later Pin
Dave Kreskowiak26-Mar-06 4:47
mveDave Kreskowiak26-Mar-06 4:47 
QuestionDeploying Assembly and Loading Pin
Subby Dev25-Mar-06 21:06
Subby Dev25-Mar-06 21:06 
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 <probing privatepath="test"> in app.config but it doesn't seem to work.
Also I have tried to use <qualifyassembly> 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.

-SubbySmile | :)



-- modified at 13:55 Sunday 26th March, 2006
AnswerRe: Deploying Assembly and Loading Pin
Tim Paaschen26-Mar-06 18:55
Tim Paaschen26-Mar-06 18:55 
GeneralRe: Deploying Assembly and Loading Pin
Subby Dev27-Mar-06 6:08
Subby Dev27-Mar-06 6:08 
Questionsdf Pin
virz24-Mar-06 16:49
virz24-Mar-06 16:49 
AnswerRe: sdf Pin
HimaBindu Vejella27-Mar-06 21:22
HimaBindu Vejella27-Mar-06 21:22 
Questionchanging image resolution in C#.NET Pin
sarabjs24-Mar-06 8:27
sarabjs24-Mar-06 8:27 
AnswerRe: changing image resolution in C#.NET Pin
Guffa24-Mar-06 9:59
Guffa24-Mar-06 9:59 
GeneralRe: changing image resolution in C#.NET Pin
sarabjs24-Mar-06 11:14
sarabjs24-Mar-06 11:14 
GeneralRe: changing image resolution in C#.NET Pin
sarabjs28-Mar-06 4:25
sarabjs28-Mar-06 4:25 
QuestionHow to safely rename directory? Pin
HamCoder24-Mar-06 4:19
HamCoder24-Mar-06 4:19 
AnswerRe: How to safely rename directory? Pin
Guffa24-Mar-06 5:03
Guffa24-Mar-06 5:03 
Question.Net Framework 2.0 with VS .Net 2002 Pin
Vijaykumar Rajaram23-Mar-06 7:22
Vijaykumar Rajaram23-Mar-06 7:22 
AnswerRe: .Net Framework 2.0 with VS .Net 2002 Pin
Dan Neely23-Mar-06 8:10
Dan Neely23-Mar-06 8:10 
AnswerRe: .Net Framework 2.0 with VS .Net 2002 Pin
HimaBindu Vejella27-Mar-06 21:17
HimaBindu Vejella27-Mar-06 21:17 
QuestionRs232 Initialization? Pin
swcrissman23-Mar-06 6:32
swcrissman23-Mar-06 6:32 
AnswerRe: Rs232 Initialization? Pin
Ed.Poore24-Mar-06 7:57
Ed.Poore24-Mar-06 7:57 
AnswerRe: Rs232 Initialization? Pin
Ray Cassick24-Mar-06 11:45
Ray Cassick24-Mar-06 11:45 
QuestionThis remoting proxy has no channel sink Pin
Tom Mat23-Mar-06 2:34
Tom Mat23-Mar-06 2:34 

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.