cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JoeGuzman10
Level 3

.Net Assembly Not Working - GAC Error 1935

[FONT="Courier New"]Hello, I recently upgraded to IS 2012 (from IS 2011)

We are attempting to install the assembly in the global assembly cache.
We are doing this in:
Organization
--> Components
....--> Component A
........--> Advanced Settings
............--> Assembly
................--> .Net Assembly
.........................Manifest:
................File Application: Global Assembly Cache
............................Name: FileA.dll
..........................Version: 1.0.0.0
................PublicKeyToken: 7db04c4b79b8c679

Component Settings:
.............. Destination: [GlobalAssemblyCache]
..........Source Location: GlobalAssemblyCache
..............NET Settings
.............-------------
.............NET Scan at Build: Dependencies and Properties
.............NET Application File: [GlobalAssemblyCache]FileA.dll

Error occurs during installation (See attachment for details).
It worked in 2011.

Any suggestions?[/FONT]
Labels (1)
0 Kudos
(1) Reply
MichaelU
Level 12 Flexeran
Level 12 Flexeran

Searching online for 80131043 finds some information that seems relevant. It appears to indicate a problem with either the file or the manifest, and I see that your manifest entry is empty. I would probably try either using InstallShield MSI Diff to compare the working and non-working .msi files, turning on .NET Scanning: Properties, and/or verifying you're doing a truly apples to apples comparison between your IS2011 and IS2012 test cases. As this part is purely Windows Installer (and probably GAC) behavior, the version of InstallShield is not likely to matter a great deal.
0 Kudos