Deployment/References

D

Dave

I created a deployment project for a small web app using
VS.net. It works fine on my development machine but on
the deployment machine I get

System.MissingMethodException: Method not found:
System.Collections.Specialized.NameValueCollection
System.Web.HttpRequest.get_QueryString().

Stack Trace:

[MissingMethodException: Method not found:
System.Collections.Specialized.NameValueCollection
System.Web.HttpRequest.get_QueryString().]
Nanuuk.GUI.Freedom.BindGrid() +0
Nanuuk.GUI.Freedom.Page_Load(Object sender, EventArgs e)
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +29
System.Web.UI.Page.ProcessRequestMain() +724

I haven't been able to decode this. There is a reference
to "System.Dll" in the project so a call to
System.Collection ought to be OK, no? In "BindGrid" there
is a Request.QueryString:

If Not Request.QueryString("Page") Is Nothing Then
CurPage=Convert.ToInt32(Request.QueryString("Page"))
Else
CurPage=1
End If

I can't figure out why this error is thrown. Any Ideas?

Thanks...
 

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

Members online

Forum statistics

Threads
474,089
Messages
2,570,602
Members
47,223
Latest member
smithjens316

Latest Threads

Top