Version Information

  • Thread starter Thread starter Jason Speece
  • Start date Start date
J

Jason Speece

I have a problem where I'm trying to get the version of
the application that I created and the app returns
0.0.0.0. I changed the version number to 1.1.1.6 and
still nothing. Then I tried strong name and still
nothing. I'm at a wall and any advice would be
appreciated.

Thanks,
Jason
 
I do not know. This sounds like a strange issue. Have you tried replacing
your current AssemblyInfo.cs file with a new one? I actually had a project
that got corrupted somehow and I had to create a new project and add all my
old files to it. It was perhaps my most frustrating .net experience to date,
not to mention all the time I spent trying to figure out what was wrong
before I came to that conclusion. So if you have tried all other options,
you might consider moving all your files over to a new project, and use the
new projects AssemblyInfo.cs file.
 
Back
Top