Click here to Skip to main content
15,921,203 members
Home / Discussions / C#
   

C#

 
GeneralControl clipping Pin
Gary Kirkham2-Dec-03 10:38
Gary Kirkham2-Dec-03 10:38 
GeneralRe: Control clipping Pin
Alex Korchemniy2-Dec-03 11:04
Alex Korchemniy2-Dec-03 11:04 
GeneralAdding class values Pin
MrEyes2-Dec-03 7:32
MrEyes2-Dec-03 7:32 
GeneralRe: Adding class values Pin
ankita patel2-Dec-03 8:20
ankita patel2-Dec-03 8:20 
GeneralProblems calling a COM+ component Pin
Ivan Fernandez2-Dec-03 7:07
Ivan Fernandez2-Dec-03 7:07 
GeneralRe: Problems calling a COM+ component Pin
Bruce Duncan2-Dec-03 8:08
Bruce Duncan2-Dec-03 8:08 
GeneralRe: Problems calling a COM+ component Pin
Ivan Fernandez2-Dec-03 8:16
Ivan Fernandez2-Dec-03 8:16 
GeneralRe: Problems calling a COM+ component Pin
Heath Stewart2-Dec-03 8:56
protectorHeath Stewart2-Dec-03 8:56 
What it comes down to is the CLR host. The ASP.NET host is hardcoded to use the Web.config file as its configuration file. The executable loader by default uses yourapp.exe.config. In your case, it's odd that aspnet_wp.exe.config is being used.

In any case, if you are using a wrapper, perhaps your wrapper has a chance to create the AppDomain that hosts the COM+ service itself? If so, when you are configuring the AppDomain, you can specify any .config file you want so long as the CLR can resolve the location. See AppDomain.SetupInformation for more details.

 

-----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-----
Generalvideo conference Pin
notaclue2-Dec-03 4:58
notaclue2-Dec-03 4:58 
GeneralMoving a file from one server to another Pin
chubbysilk2-Dec-03 4:12
chubbysilk2-Dec-03 4:12 
GeneralRe: Moving a file from one server to another Pin
Heath Stewart2-Dec-03 4:32
protectorHeath Stewart2-Dec-03 4:32 
GeneralGDI - Creating Images Pin
MrEyes2-Dec-03 3:31
MrEyes2-Dec-03 3:31 
GeneralRe: GDI - Creating Images Pin
Heath Stewart2-Dec-03 4:05
protectorHeath Stewart2-Dec-03 4:05 
GeneralRe: GDI - Creating Images Pin
MrEyes2-Dec-03 7:25
MrEyes2-Dec-03 7:25 
Generalneed source code Pin
Member 5581242-Dec-03 3:09
Member 5581242-Dec-03 3:09 
GeneralRe: need source code Pin
Christian Graus2-Dec-03 10:37
protectorChristian Graus2-Dec-03 10:37 
QuestionSaving nodes in a TreeView to an XML file? Pin
thomasa2-Dec-03 2:53
thomasa2-Dec-03 2:53 
AnswerRe: Saving nodes in a TreeView to an XML file? Pin
Heath Stewart2-Dec-03 4:00
protectorHeath Stewart2-Dec-03 4:00 
GeneralXML Comments Pin
Colin Angus Mackay2-Dec-03 0:39
Colin Angus Mackay2-Dec-03 0:39 
GeneralRe: XML Comments Pin
Heath Stewart2-Dec-03 3:41
protectorHeath Stewart2-Dec-03 3:41 
GeneralDate / Time Pickers Pin
MrEyes1-Dec-03 23:49
MrEyes1-Dec-03 23:49 
GeneralRe: Date / Time Pickers Pin
Heath Stewart2-Dec-03 3:40
protectorHeath Stewart2-Dec-03 3:40 
GeneralRe: Date / Time Pickers Pin
MrEyes2-Dec-03 3:51
MrEyes2-Dec-03 3:51 
QuestionConverting a string to System.Drawing.Color? Pin
thomasa1-Dec-03 21:53
thomasa1-Dec-03 21:53 
AnswerRe: Converting a string to System.Drawing.Color? Pin
Rocky Moore1-Dec-03 23:40
Rocky Moore1-Dec-03 23:40 

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.