RE: Can't build 2002 originated projects in VS.Net 2003 by v-kevy
v-kevy
Wed Sep 17 00:27:32 CDT 2003
Hi Ken,
When building an assembly, you have to specify a major version and a minor
version. Only the build number and revision number accept asterisk (*).
This is why <Assembly: AssemblyVersion("..*")> does not work.]
Does this answer your question? If anything is unclear, please feel free to
reply to the post.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
--------------------
| Content-Class: urn:content-classes:message
| From: "ken busse" <kenbusse@attbi.com>
| Sender: "ken busse" <kenbusse@attbi.com>
| References: <03ed01c37b2a$5d2d2b30$a101280a@phx.gbl>
<h7TObgDfDHA.3920@cpmsftngxa07.phx.gbl>
| Subject: RE: Can't build 2002 originated projects in VS.Net 2003
| Date: Tue, 16 Sep 2003 07:49:14 -0700
| Lines: 68
| Message-ID: <074601c37c61$b29c8560$a001280a@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcN8YbKc2n6VMpQaTWC6w/w53MtGaQ==
| Newsgroups: microsoft.public.dotnet.framework
| Path: cpmsftngxa07.phx.gbl
| Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework:53693
| NNTP-Posting-Host: tk2msftngxa08.phx.gbl 10.40.1.160
| X-Tomcat-NG: microsoft.public.dotnet.framework
|
| Problem lies in the Assembly.Info.vb classes of some of my
| projects.
| Wrong attribute: <Assembly: AssemblyVersion("..*")>
| Correct attribute: <Assembly: AssemblyVersion("1.0.*")>
|
| Thanks,
| Ken
|
|
|
|
| >-----Original Message-----
| >Hi Ken,
| >
| >I could not reproduce the problem you experienced
| according to your
| >description. Would you please provide me with more
| information, such as
| >what are you doing with the AssemblyVersionAttribute or
| some of your codes,
| >so that I can deliver my assistance more quickly?
| >
| >If anything is unclear, please feel free to reply to the
| post.
| >
| >Kevin Yu
| >=======
| >"This posting is provided "AS IS" with no warranties, and
| confers no
| >rights."
| >
| >--------------------
| >| Content-Class: urn:content-classes:message
| >| From: "ken busse" <kenbusse@attbi.com>
| >| Sender: "ken busse" <kenbusse@attbi.com>
| >| Subject: Can't build 2002 originated projects in VS.Net
| 2003
| >| Date: Sun, 14 Sep 2003 18:40:37 -0700
| >| Lines: 9
| >| Message-ID: <03ed01c37b2a$5d2d2b30$a101280a@phx.gbl>
| >| MIME-Version: 1.0
| >| Content-Type: text/plain;
| >| charset="iso-8859-1"
| >| Content-Transfer-Encoding: 7bit
| >| X-Newsreader: Microsoft CDO for Windows 2000
| >| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| >| Thread-Index: AcN7Kl0tyF9hB5dBQMO+h9SnIpROYA==
| >| Newsgroups: microsoft.public.dotnet.framework
| >| Path: cpmsftngxa07.phx.gbl
| >| Xref: cpmsftngxa07.phx.gbl
| microsoft.public.dotnet.framework:53518
| >| NNTP-Posting-Host: tk2msftngxa09.phx.gbl 10.40.1.161
| >| X-Tomcat-NG: microsoft.public.dotnet.framework
| >|
| >| When attempting to build 2002 originated projects in
| >| VS.Net 2003 I keep getting this error: Assembly
| >| Attribute 'System.Reflection.AssemblyVersionAttribute'
| is
| >| not valid: The version specified '...*' is invalid.
| >| The install of 2003 went fine. I uninstalled 2002 and
| >| migrated the 2002 projects to 2003. Now I am stuck big-
| >| time.
| >| HELP!
| >|
| >|
| >
| >.
| >
|