Parser Error - Could not load type 'xxx.global'

  • Thread starter Thread starter ian.bate
  • Start date Start date
I

ian.bate

This should be really easy to solve because there is loads of stuff on
the web about this problem, trouble is, I have tried them all.

I have developed an ASP.NET application on my WIndows 2000 PC using VS
2003. I have performed a build. I have then copied the .aspx,
web.config and \bin\xxx.dll and \bin\xxx.pdb files to my hosting site
(fasthosts). I get the error above.

Everything I can find on the web points to the fact that I haven't
compiled the app or maybe not copied up the latest binaries. But I know
that I have.

This app has been working ok recently but this problme has happened
since I made some changes recently.

Any help greatly appreciated.
 
Hi Augustin - I don't think so, the app is called OSD (not xxx!), the
message I get says 'Could not load type 'OSD.global', the dll is named
OSD.dll etc. ... and I have had the app working on the hosted server
before.
 
Hi Augustin

The app runs fine on IIS on my two workstations (IIS + windows 2000 and
IIS + windows xp pro). I don't have any other boxes to test it on.
 
This issue was caused by the FTP process. Using the WIndows CMD/FTP
command line, the default transfer mode is ASCII, so the \bin files
were not transferring properly. FTP> TYPE BINARY - sets transfer mode
to binary and all good.
 
Back
Top