09-11-2008, 11:56
|
GregR

Joined on 05-31-2006
In House
Posts 1,811
|
Re: No need to reply for the last post.
|
 
 
|
|
|
1. You will need to increment the version of the cab file in the <object> tag like this:
<object id="myControl1" classid="clsid:D0000000-AAAA-BBBB-CCCC-EEEEEEEEEEEE" codebase="./ScanUpload.cab#version=1,0,0,0" height="600" width="100%">
If it is newer than what is registered on their machine, it will download and install the new version. While researching this further it appears that there's a problem with RegAsm in that it doesn't actually register the cab file's version correctly. Here's a forum post explaining the problem and how to resolve it...funny enough, this was also a LEAD customer.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1536629&SiteID=1
2. I'm not sure what you mean by this. The sample project is intended to build the cab file as well. Are you getting any errors in the build process?
Greg Ross LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|