Page 1 of 1
GAC custom assembly not found
Posted: 16 May 2013, 17:54
by errox
Hi,
I registered a custom assembly (compiled with net 4.0) in the GAC, but cannot find it in the ventuz referencing dialog...
Did I miss something?
Cheers
Re: GAC custom assembly not found
Posted: 17 May 2013, 09:46
by errox
Is it possible that Ventuz v3.08 does not search the NET4.0 GAC? Just the old one for NET 2.0-3.5?
Re: GAC custom assembly not found
Posted: 17 May 2013, 10:03
by errox
I builded the assembly also with NET3.5 and put it in the "old" GAC... but I still cannot find the assembly in ventuz, but it's listed in GAC (gacutil /l) ..
Re: GAC custom assembly not found
Posted: 17 May 2013, 12:09
by errox
It works. I just overlooked it.
For anyone else who's trying to add a custom assembly: use NET framework 3.5! and put the dll into old gac!
greets!
Re: GAC custom assembly not found
Posted: 17 May 2013, 12:36
by ErikB
Yes Ventuz 3.x is still .NET 3.5

Sorry I got here too late to save you the trouble!
Re: GAC custom assembly not found
Posted: 17 May 2013, 13:08
by errox
Hi Erik,
on which version is Ventuz4 based on?
greets!
Re: GAC custom assembly not found
Posted: 17 May 2013, 13:35
by ErikB
Ventuz 4 is using .NET 4.x
Re: GAC custom assembly not found
Posted: 17 May 2013, 15:07
by errox
Is NET3.5 still compatible in ventuz4 or do we have to update all assemblies? what about default c# nodes?
Are "default noded" ventuz projects upwards compatible?
Re: GAC custom assembly not found
Posted: 17 May 2013, 15:20
by Karol
A higher .Net version can always load and use code build with older .Net Framework.
So you will not have to re-write your assemblies and you won't have any trouble with C# nodes in Ventuz.
Cheers
Karol