1.1 Framework Upgrade Issues...

T

Tim H

I have just upgraded from VS.NET 2002/Framework 1.0 to
VS.NET 2003/Framework 1.1 and migrated my current web dev
project to VS.NET 2003/Framework 1.1 as well. On my
local machine, this all seems to have gone well.

However, after refreshing this same project on the ISP
server that hosts my "production" version of said
project, I am getting all sorts of bizarre errors.

I am assuming this may due to the fact that my ISP is
still running .NET Framework Version:1.0.3705.288 and my
local version is 1.1.

Anybody shed any light on this or point me to a place on
Microsoft that has specific articles that might help me
figure this out.

Thanks,
Tim Heffernan
 
C

Cowboy \(Gregory A. Beamer\)

This is very likely, esp. if you hit breaking changes. IF the ISP also works
with version 1.1, I would have them switch your virtual root to version 1.1,
to make everything work fine. You can add a target to the config file
(accepted Framework version(s)), but it does not work 100% with web apps.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top