J
Just D
Guys, am I getting crazy? The huge app working just perfectly with 1.1
stopped working with 2.0. When I started debugging I found that the method
GetType() returns the type in low case. For example I'm having the class
called "SomeClass". That's a codebehind and when I start the app and want to
get the type I'm getting this: ASP.someclass_aspx
Maybe somebody in M$ decided that it's pretty smart and funny to change the
API calls in the different versions, but I also remember that the same code
was returning me the URL with the leading '_' or without leading '_'working
on Windows XP and on Windows Advanced Server 2000.
I'm pretty tired to cover all M$ bugs with my own code. Is that we're paying
for?
Just D.
stopped working with 2.0. When I started debugging I found that the method
GetType() returns the type in low case. For example I'm having the class
called "SomeClass". That's a codebehind and when I start the app and want to
get the type I'm getting this: ASP.someclass_aspx
Maybe somebody in M$ decided that it's pretty smart and funny to change the
API calls in the different versions, but I also remember that the same code
was returning me the URL with the leading '_' or without leading '_'working
on Windows XP and on Windows Advanced Server 2000.
I'm pretty tired to cover all M$ bugs with my own code. Is that we're paying
for?
Just D.