F
fabrice.bernier
I am currently working on a C# .Net project and I am facing big
troubles with dll and GAC.
Until few days ago, everything was working correctly, but it is not
anymore, and I don't see what could have cause that.
Here is my problem :
In my .Net project, I am using a dll that I put as reference.
My project works if I use Local copy attribute to true.
If I put it to false, it does not work.
I put the dll in the GAC, check it over and over. I made new versions,
using new sn keys... I clear the GAC cache, I looked into it directly
(c:\windows\assembly\GAC) to remove old things...
I made several versions of the dll so that I thought it could come from
a weird thing due to this, but I think I clean it up (even the registry
as I created tlb...), I check my drives to remove other version of the
dll...
As you guess, the problem is still here.
One strange thing is that, setting local copy to false does not tell me
the dll is missing : VS finds it in the GAC (I think) but may use an
old version as It does not work correctly.
I hope I made my self clear !
Any help would be appreciated... thanks !
troubles with dll and GAC.
Until few days ago, everything was working correctly, but it is not
anymore, and I don't see what could have cause that.
Here is my problem :
In my .Net project, I am using a dll that I put as reference.
My project works if I use Local copy attribute to true.
If I put it to false, it does not work.
I put the dll in the GAC, check it over and over. I made new versions,
using new sn keys... I clear the GAC cache, I looked into it directly
(c:\windows\assembly\GAC) to remove old things...
I made several versions of the dll so that I thought it could come from
a weird thing due to this, but I think I clean it up (even the registry
as I created tlb...), I check my drives to remove other version of the
dll...
As you guess, the problem is still here.
One strange thing is that, setting local copy to false does not tell me
the dll is missing : VS finds it in the GAC (I think) but may use an
old version as It does not work correctly.
I hope I made my self clear !
Any help would be appreciated... thanks !