T
Tracks
Hi all,
After 20 years I am now on version 10 of my program. Now using VS2008 with
VB.Net. You would think I could figure how to change the name?
I want to change my application name from MyAp9 to MyAp10 (ie the compiled
name should be MyAp10.exe). So I changed the project name, and in
settings-application I changed the assembly name and root name all to MyAp10.
I change names in Assemby Info dialog and the I change all the version
numbers to 10 etc. Now when I run my ap I get the following error:
Unable to find assembly 'MyAp9, Version=9.0.7.0, Culture=neutral,
PublicKeyToken=null'.
On the following lines of code:
Dim FileStream As New FileStream(NewName$, FileMode.Open, FileAccess.Read)
Drawings(DrawingIndex) = DirectCast(formatter.Deserialize(FileStream),
DrawingType)
If I change the assemby and root names back to MyAp9 it works.
What am I missing? Is the name of the app in the serialization setup things
somewhere? Where else to you change names/versions?
Thanks, Tom
PS Why is it so hard to do something so simple?
After 20 years I am now on version 10 of my program. Now using VS2008 with
VB.Net. You would think I could figure how to change the name?
I want to change my application name from MyAp9 to MyAp10 (ie the compiled
name should be MyAp10.exe). So I changed the project name, and in
settings-application I changed the assembly name and root name all to MyAp10.
I change names in Assemby Info dialog and the I change all the version
numbers to 10 etc. Now when I run my ap I get the following error:
Unable to find assembly 'MyAp9, Version=9.0.7.0, Culture=neutral,
PublicKeyToken=null'.
On the following lines of code:
Dim FileStream As New FileStream(NewName$, FileMode.Open, FileAccess.Read)
Drawings(DrawingIndex) = DirectCast(formatter.Deserialize(FileStream),
DrawingType)
If I change the assemby and root names back to MyAp9 it works.
What am I missing? Is the name of the app in the serialization setup things
somewhere? Where else to you change names/versions?
Thanks, Tom
PS Why is it so hard to do something so simple?