Click here to Skip to main content
15,924,507 members
Home / Discussions / C#
   

C#

 
AnswerRe: Numeric function Pin
Green Fuze24-Feb-06 2:26
Green Fuze24-Feb-06 2:26 
AnswerRe: Numeric function Pin
Wjousts24-Feb-06 3:07
Wjousts24-Feb-06 3:07 
GeneralRe: Numeric function Pin
mostafa_h24-Feb-06 4:08
mostafa_h24-Feb-06 4:08 
GeneralRe: Numeric function Pin
Dan Neely24-Feb-06 4:32
Dan Neely24-Feb-06 4:32 
GeneralRe: Numeric function Pin
mostafa_h24-Feb-06 5:14
mostafa_h24-Feb-06 5:14 
GeneralRe: Numeric function Pin
Wjousts24-Feb-06 10:44
Wjousts24-Feb-06 10:44 
QuestionReferenced assembly from dynamically generated assembly. Pin
janman24-Feb-06 0:03
janman24-Feb-06 0:03 
AnswerRe: Referenced assembly from dynamically generated assembly. Pin
Nicholas Butler24-Feb-06 5:43
sitebuilderNicholas Butler24-Feb-06 5:43 
Hi,

The problem is probably with Fusion ( the system responsible for loading assemblies ).

You cannot load an assembly that lives outside the .exe directory structure.

So either make sure the PortController.NET.dll assembly is in the GAC, or just put it in the same directory as your .exe. Either way, remove the path from the call to ReferencedAssemblies.Add.

If this doesn't work you will have to use Fuslogvw.exe to check the fusion logs. I seem to remember you have to clear your temporary internet files first.

You used to be able to view the GAC using Explorer ( at C:\Windows\assembly ), but I just checked my system and it seems to have disappeared WTF | :WTF:

----------------------------
Be excellent to each other Smile | :)
GeneralRe: Referenced assembly from dynamically generated assembly. Pin
janman24-Feb-06 8:22
janman24-Feb-06 8:22 
Questionc# or c#.net Pin
ranzask23-Feb-06 23:49
ranzask23-Feb-06 23:49 
AnswerRe: c# or c#.net Pin
Dario Solera24-Feb-06 0:35
Dario Solera24-Feb-06 0:35 
AnswerRe: c# or c#.net Pin
Ingo24-Feb-06 0:35
Ingo24-Feb-06 0:35 
AnswerRe: c# or c#.net Pin
Dan Neely24-Feb-06 2:05
Dan Neely24-Feb-06 2:05 
GeneralRe: c# or c#.net Pin
Dario Solera24-Feb-06 0:40
Dario Solera24-Feb-06 0:40 
QuestionCan't connect directly to peer Pin
kendao23-Feb-06 23:30
kendao23-Feb-06 23:30 
AnswerRe: Can't connect directly to peer Pin
Nicholas Butler23-Feb-06 23:36
sitebuilderNicholas Butler23-Feb-06 23:36 
AnswerRe: Can't connect directly to peer Pin
Divyang Mithaiwala24-Feb-06 2:50
Divyang Mithaiwala24-Feb-06 2:50 
QuestionCustomizing Tree Node Pin
gubber23-Feb-06 23:24
gubber23-Feb-06 23:24 
AnswerRe: Customizing Tree Node Pin
mav.northwind23-Feb-06 23:36
mav.northwind23-Feb-06 23:36 
AnswerRe: Customizing Tree Node Pin
Nicholas Butler23-Feb-06 23:47
sitebuilderNicholas Butler23-Feb-06 23:47 
AnswerRe: Customizing Tree Node Pin
gubber23-Feb-06 23:54
gubber23-Feb-06 23:54 
QuestionCustomize Toolbar Pin
Maqsood Ahmed23-Feb-06 22:22
Maqsood Ahmed23-Feb-06 22:22 
QuestionLDAP cache to increase the performance in C# ASP.net Pin
urcode23-Feb-06 22:04
urcode23-Feb-06 22:04 
QuestionZedGraph Help Please Pin
Jeyakumar_indian23-Feb-06 21:14
Jeyakumar_indian23-Feb-06 21:14 
QuestionMapping Excel columns with XML data (XML data integration) programmatically Pin
winpoorni23-Feb-06 18:50
winpoorni23-Feb-06 18:50 

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.