Click here to Skip to main content
15,910,661 members
Home / Discussions / C#
   

C#

 
QuestionDatabase Connection Pin
anveshvm6-Jan-09 22:08
anveshvm6-Jan-09 22:08 
AnswerRe: Database Connection Pin
N a v a n e e t h6-Jan-09 22:28
N a v a n e e t h6-Jan-09 22:28 
GeneralRe: Database Connection Pin
anveshvm6-Jan-09 23:03
anveshvm6-Jan-09 23:03 
GeneralRe: Database Connection Pin
N a v a n e e t h6-Jan-09 23:22
N a v a n e e t h6-Jan-09 23:22 
GeneralRe: Database Connection Pin
anveshvm6-Jan-09 23:28
anveshvm6-Jan-09 23:28 
QuestionProblem with Linq Contains or comparing two instances of the dbml generated class of my sql table Pin
Jarl Johnny Jacobsen6-Jan-09 21:51
Jarl Johnny Jacobsen6-Jan-09 21:51 
AnswerRe: Problem with Linq Contains or comparing two instances of the dbml generated class of my sql table Pin
Jarl Johnny Jacobsen6-Jan-09 22:18
Jarl Johnny Jacobsen6-Jan-09 22:18 
Question"Another" one automation error... - part 2 [modified] Pin
Member 28952166-Jan-09 21:50
Member 28952166-Jan-09 21:50 
Continued from "Another" one automation error...[^]

Ok, now, we going some steps forward...

System architecture is as follows: there are number of out-of-process COM servers. Each one uses an in-process server to access .NET interop. So:

[out-of-process COM server No.1] --\
[out-of-process COM server No.2] -- \
........................................................... --> [in-process COM component] --> [.NET interop component]
[out-of-process COM server No.n] ---/

This architecture required because it get possible to set each application with its own configuration provided to .NET component.

From previous attempts we know, that .NET component with satellite assemblies should be placed in working directory of COM application. In my case I need to duplicate them in each COM application. Or to install them to GAC.

So, I have placed all assemblies (including resources) to GAC and... right, I got automation error...
Fuslogvw does not point to some error. All assemblies were found and loaded from GAC successfully (except en-culture resource file that really does not present and embedded - it should not be a case, does not it?)

So the questions are:
- Is there some way to optimize present architecture scheme?
- Why GAC installation does not work?
- Does COM application need some additional permissions to access GAC?

Thanks to all.

modified on Wednesday, January 7, 2009 4:13 AM

QuestionRead pdf file and write content in a doc file with images preserved Pin
inzibharti6-Jan-09 21:24
inzibharti6-Jan-09 21:24 
AnswerRe: Read pdf file and write content in a doc file with images preserved Pin
lawrenceinba6-Jan-09 21:29
lawrenceinba6-Jan-09 21:29 
GeneralRe: Read pdf file and write content in a doc file with images preserved Pin
inzibharti6-Jan-09 23:50
inzibharti6-Jan-09 23:50 
GeneralRe: Read pdf file and write content in a doc file with images preserved Pin
inzibharti8-Jan-09 1:54
inzibharti8-Jan-09 1:54 
AnswerRe: Read pdf file and write content in a doc file with images preserved Pin
Wendelius7-Jan-09 1:11
mentorWendelius7-Jan-09 1:11 
GeneralRe: Read pdf file and write content in a doc file with images preserved Pin
inzibharti7-Jan-09 21:22
inzibharti7-Jan-09 21:22 
GeneralRe: Read pdf file and write content in a doc file with images preserved Pin
Wendelius7-Jan-09 21:47
mentorWendelius7-Jan-09 21:47 
GeneralRe: Read pdf file and write content in a doc file with images preserved Pin
inzibharti7-Jan-09 22:26
inzibharti7-Jan-09 22:26 
GeneralRe: Read pdf file and write content in a doc file with images preserved Pin
Wendelius7-Jan-09 22:30
mentorWendelius7-Jan-09 22:30 
QuestionLockless Queue in C# slower than Locked Queue in C# Pin
Cyrilix6-Jan-09 20:52
Cyrilix6-Jan-09 20:52 
GeneralRe: Lockless Queue in C# slower than Locked Queue in C# Pin
Luc Pattyn6-Jan-09 22:58
sitebuilderLuc Pattyn6-Jan-09 22:58 
GeneralRe: Lockless Queue in C# slower than Locked Queue in C# Pin
Cyrilix6-Jan-09 23:28
Cyrilix6-Jan-09 23:28 
GeneralRe: Lockless Queue in C# slower than Locked Queue in C# Pin
Luc Pattyn6-Jan-09 23:36
sitebuilderLuc Pattyn6-Jan-09 23:36 
GeneralRe: Lockless Queue in C# slower than Locked Queue in C# Pin
Cyrilix7-Jan-09 1:18
Cyrilix7-Jan-09 1:18 
GeneralRe: Lockless Queue in C# slower than Locked Queue in C# Pin
Luc Pattyn7-Jan-09 1:58
sitebuilderLuc Pattyn7-Jan-09 1:58 
GeneralRe: Lockless Queue in C# slower than Locked Queue in C# Pin
Daniel Grunwald7-Jan-09 2:37
Daniel Grunwald7-Jan-09 2:37 
GeneralRe: Lockless Queue in C# slower than Locked Queue in C# Pin
Cyrilix7-Jan-09 9:02
Cyrilix7-Jan-09 9:02 

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.