Google Groups Home
Help | Sign in
Message from discussion Custom dashboard plugins not loading
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
trey  
View profile
 More options Apr 18 2008, 7:31 pm
From: trey <t...@bytemellc.com>
Date: Fri, 18 Apr 2008 16:31:35 -0700 (PDT)
Local: Fri, Apr 18 2008 7:31 pm
Subject: Re: Custom dashboard plugins not loading
Thanks for the feedback Ross.

BTW - I made the change locally, and ran into one more issue. The
CodeBase property of the assembly returns the full path in the form of
a file uri("file:///", for example). The Path.GetDirectoryName method
fails on receiving this text.

So the proper code should look something like this:

Uri uri = Assembly.GetExecutingAssembly().CodeBase;
...Path.Combine( Path.GetDirectoryName( uri.AbsolutePath ) ,
"ccnet.*.plugin.dll" )

I apologize for the ellipses; trying to recall the code off the top of
my head.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google