由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - 新问题
相关主题
UI 牛人给指点一下,用微软的技术如何实现这种UI的编程。 Lousy WSDL?
xmldocument and webservice questionBUG! Re: xmldocument and webservice
about soap?没啥人气呀!
拷。.net有个重大bug[zt]101 VB.NET examples
问一个多用户的问题How to change web method's name?
大侠帮忙:哪里有用Webservice技术的网站how to use old DLL in VB .NET?
Anyone has used MapPoint.net?[solved] Re: use old DLL in VB .NET?
Add Web Reference QuestionsHave you looked the new C# 3.0 features?
相关话题的讨论汇总
话题: dll话题: 控件话题: 私有话题: frmmain话题: web
进入DotNet版参与讨论
1 (共1页)
j*****o
发帖数: 320
1
VS2003.NET, Windows Application.
有个一个控件(.dll),并不知道是否存在于客户机中.但是在程序的
using部分和定义frmMain的私有控件的时候调用了这个dll并声明了
一个私有成员.
如果这个控件没有在客户机上注册,那么程序将有unhandled exception:
class is not registered.
问题是在using和frmMain私有成员定义部分不能有try catch. 所以不能根据这个
exception去做点什么.这个程序也没有安装程序可以注册这个dll.
请问有什么办法解决吗?谢谢.
st
发帖数: 1685
2
how about web reference? I never used it myself, but if user has internet
access for it, will taht work?

【在 j*****o 的大作中提到】
: VS2003.NET, Windows Application.
: 有个一个控件(.dll),并不知道是否存在于客户机中.但是在程序的
: using部分和定义frmMain的私有控件的时候调用了这个dll并声明了
: 一个私有成员.
: 如果这个控件没有在客户机上注册,那么程序将有unhandled exception:
: class is not registered.
: 问题是在using和frmMain私有成员定义部分不能有try catch. 所以不能根据这个
: exception去做点什么.这个程序也没有安装程序可以注册这个dll.
: 请问有什么办法解决吗?谢谢.

j*****o
发帖数: 320
3
Web reference是给Web Services的吧?我这里需要的是一个dll.
要是实在没办法,只有做个安装程序了.

【在 st 的大作中提到】
: how about web reference? I never used it myself, but if user has internet
: access for it, will taht work?

st
发帖数: 1685
4
hmm, just for web service. ... :(

【在 j*****o 的大作中提到】
: Web reference是给Web Services的吧?我这里需要的是一个dll.
: 要是实在没办法,只有做个安装程序了.

G**T
发帖数: 388
5

that's the best choice, I think.

【在 j*****o 的大作中提到】
: Web reference是给Web Services的吧?我这里需要的是一个dll.
: 要是实在没办法,只有做个安装程序了.

G**T
发帖数: 388
6

hhoho, I develped a webservice for uploading user data and update service.
hoho, it works.
in VB6, SOAP can do same thing, however, MS won't support VB6's SOAP any more.
internet

【在 st 的大作中提到】
: hmm, just for web service. ... :(
1 (共1页)
进入DotNet版参与讨论
相关主题
Have you looked the new C# 3.0 features?问一个多用户的问题
A permission problem?大侠帮忙:哪里有用Webservice技术的网站
secure webserviceAnyone has used MapPoint.net?
谁熟dotnet 的webservice?Add Web Reference Questions
UI 牛人给指点一下,用微软的技术如何实现这种UI的编程。 Lousy WSDL?
xmldocument and webservice questionBUG! Re: xmldocument and webservice
about soap?没啥人气呀!
拷。.net有个重大bug[zt]101 VB.NET examples
相关话题的讨论汇总
话题: dll话题: 控件话题: 私有话题: frmmain话题: web