AssemblyInfo.cs with AssemblyCulture

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • avikenjale
    New Member
    • Mar 2010
    • 2

    AssemblyInfo.cs with AssemblyCulture

    Currently I am updating assemblyInfo.cs file as per client requirement in my WEB application. When this file gets created automatically AssemblyCulture contain some GUID. one of my developer put same GUID in 2 different assemblyInfo.cs file for separate projects.

    Some how it is working fine in development environment, however , its failing in QA environment. Please let me know why it is failing. Else is it necessary to put GUID in it.
  • jkmyoung
    Recognized Expert Top Contributor
    • Mar 2006
    • 2057

    #2
    This is an incredibly broad question. You'd have to describe the differences between your development and QA environments.

    Are you clean deploying the code to both environments? Perhaps someone forgot to check some code in.

    Comment

    • avikenjale
      New Member
      • Mar 2010
      • 2

      #3
      Actually QA envronment is clear. we are just having .DLL file and .ascx files over there. while on Dev environment contains .PDB files also. Rest all the code is same.
      I can better say Stagging server instead of development (DEV) server. where everything is working fine.

      Comment

      Working...