version problem..
-
I have some user defined functions in .vb/.cs page that I am calling in .aspx page that is perfectly working in VS.NET 2005 but when I migrated it to 2000 it is giving compilation error that "XYZ function is not declared."What can be the reasons ?? give your valuable suggestion. Thanks in advance
adil kazmi
-
I have some user defined functions in .vb/.cs page that I am calling in .aspx page that is perfectly working in VS.NET 2005 but when I migrated it to 2000 it is giving compilation error that "XYZ function is not declared."What can be the reasons ?? give your valuable suggestion. Thanks in advance
adil kazmi
adilkazmi wrote:
I have some user defined functions
There is no concept of user defined functions in .NET. SQL Server has user defined functions. What do you mean by this?
adilkazmi wrote:
but when I migrated it to 2000
There's no such thing as VS.NET 2000. Again, what do you mean by this?
Paul Marfleet
-
I have some user defined functions in .vb/.cs page that I am calling in .aspx page that is perfectly working in VS.NET 2005 but when I migrated it to 2000 it is giving compilation error that "XYZ function is not declared."What can be the reasons ?? give your valuable suggestion. Thanks in advance
adil kazmi
adilkazmi wrote:
that is perfectly working in VS.NET 2005 but when I migrated it to 2000
That's no such thing as VS.NET 2000. There's 2002, 2003, 2005, and soon to be 2008. Did you write an ASP.NET 2.0 application in VS 2005 and you're trying to migrate it back to an ASP.NET 1.1 app in VS.NET 2002 or 2003?? That's not going to work.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007