Posts: 132
Threads: 54
Joined: Mar 2019
Reputation:
1
11-27-2023, 06:19 AM
(This post was last modified: 11-27-2023, 07:08 AM by matija.)
ASPX library -> IIS -> HttpExecute error: Stream version mismatch. Packet version: 7, stream version: 9
Am I doing something wrong?
Posts: 2,299
Threads: 202
Joined: Mar 2018
Reputation:
87
Location: Auckland, New Zealand
You need to update the ASPX DLLs with the ones that come with version 15.5.2 and use the same version to build your application.
Stream version mismatch always means that the DLLs are not the same of the version that you use to build your application
Posts: 132
Threads: 54
Joined: Mar 2019
Reputation:
1
I didn't pay attention to it until now! Where can I check this in my aspx project?
Posts: 2,299
Threads: 202
Joined: Mar 2018
Reputation:
87
Location: Auckland, New Zealand
You have 4 DLLs in you folder that come with IntraWeb. Possibly not in the same folder. At least one of them definitely need to be updated.
Can you check the files in your development/production server please?