标题:小弟不客气了·
只看楼主
ghbgigi
Rank: 1
等 级:新手上路
帖 子:28
专家分:0
注 册:2005-5-8
 问题点数:0 回复次数:0 
小弟不客气了·

> 未将对象引用设置到对象的实例。
> 说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
>
> 异常详细信息: System.NullReferenceException: 未将对象引用设置到对象的实例。
>
> 源错误:
>
>
> 行 52:   public void Button_Click(object sender, System.EventArgs e)
> 行 53:   {
> 行 54:    string filepath=Server.MapPath("file:/"+Path.GetFileName(File.PostedFile.FileName));(错误)
> 行 55:    string imagePath = File.PostedFile.FileName;
> 行 56:    string imageType = imagePath.Substring(imagePath.LastIndexOf(".")+1);
这句:string filepath=Server.MapPath("file:/"+Path.GetFileName(File.PostedFile.FileName));(错误)那怎么写呢?
搜索更多相关主题的帖子: 详细信息 public 
2005-05-09 23:13



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-17757-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.011213 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved