Click here to Skip to main content
15,915,082 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: using the contol.paint event Pin
Martin Beukes11-Jan-10 11:29
Martin Beukes11-Jan-10 11:29 
GeneralRe: using the contol.paint event !!! MODIFIED AGAIN !!! Pin
Luc Pattyn11-Jan-10 11:34
sitebuilderLuc Pattyn11-Jan-10 11:34 
GeneralRe: using the contol.paint event !!! MODIFIED AGAIN !!! Pin
Martin Beukes11-Jan-10 12:20
Martin Beukes11-Jan-10 12:20 
GeneralRe: using the contol.paint event Pin
Luc Pattyn11-Jan-10 12:38
sitebuilderLuc Pattyn11-Jan-10 12:38 
GeneralRe: using the contol.paint event Pin
Martin Beukes11-Jan-10 12:49
Martin Beukes11-Jan-10 12:49 
GeneralRe: using the contol.paint event Pin
Luc Pattyn11-Jan-10 12:56
sitebuilderLuc Pattyn11-Jan-10 12:56 
AnswerRe: using the contol.paint event Pin
DaveyM6911-Jan-10 10:39
professionalDaveyM6911-Jan-10 10:39 
QuestionDeployment / Permissions for control embedded in a web page Pin
sitruc711-Jan-10 5:19
sitruc711-Jan-10 5:19 
My company wants to allow users to scan test answer sheets from our web site and use OMR to score these tests. I have created a control that provides this functionality using VS 2008 (in VB.) I am able to embed the control using the object tag and classid attribute. To be able to do use this from a remote computer I have to use the .net 2.0 configuration app and add a codegroup for our website allowing full trust for code coming from our sitename and install an Access database on the machine. Using the 'Create Deployment Package Wizard' I was able to create a .msi file that (i think) replicates my settings/codegroup.

I have been able to get this to work on 5/6 machines I have tried but only a couple of them were simple (run the msi, add website as a trusted site, restart IE.) The other 2-3 I had to fool around with and do things like add the control to the GAC or manually add the code group and one of the machines is still unable to use the control.

I am hoping someone has an idea for a better deployment solution. I assume there is a way to incorporate the permissions setup, the database installation, and even framework installation into a single setup file/setup wizard but my biggest concern is reliability. Relying on the msi doesn't seem effective enough for release, especially since some clients will not have the .net 2.0 config as a backup.

I know a lot of my troubles are coming from the fact that I am trying to do something I shouldn't be doing. I read this similar post suggesting that the object be redone as an activex control so that IE will automatically ask the user:
http://social.msdn.microsoft.com/Forums...

Is activex the only viable solution here or is there something else that can be done? Our users will be willing to install whatever it takes on their machine so it doesn't need to be a 'click once' type of deployment at all. I have never worked with activex (or WCF for that matter.) If that is our only option is there a way to build the vb.net control i have as an activex control? From my early research i thought i found that .net doesn't support active x as it is being phased out by wcf so would i need to convert everything to VB6?

Sorry for such a long question filled post. I do appreciate any input or answers you have and I am willing to read articles or do research if you have links, i just seem to be hitting dead ends with my own searches.
AnswerRe: Deployment / Permissions for control embedded in a web page Pin
Eddy Vluggen13-Jan-10 8:26
professionalEddy Vluggen13-Jan-10 8:26 
QuestionAccess data in a remote server Pin
jonatan_55611-Jan-10 1:39
jonatan_55611-Jan-10 1:39 
AnswerRe: Access data in a remote server Pin
dan!sh 11-Jan-10 3:39
professional dan!sh 11-Jan-10 3:39 
GeneralRe: Access data in a remote server Pin
jonatan_55611-Jan-10 4:08
jonatan_55611-Jan-10 4:08 
QuestionDesig VB.net Table Pin
Thomas O'Donoghue10-Jan-10 1:51
Thomas O'Donoghue10-Jan-10 1:51 
AnswerRe: Desig VB.net Table Pin
Ashfield10-Jan-10 5:43
Ashfield10-Jan-10 5:43 
Questionarraylist to byte array & viceversa---plz. help me....... Pin
thivya n9-Jan-10 19:16
thivya n9-Jan-10 19:16 
AnswerRe: arraylist to byte array & viceversa---plz. help me....... Pin
Luc Pattyn10-Jan-10 0:57
sitebuilderLuc Pattyn10-Jan-10 0:57 
AnswerRe: arraylist to byte array & viceversa---plz. help me....... Pin
thivya n10-Jan-10 3:01
thivya n10-Jan-10 3:01 
QuestionMessageBox with custom background color Pin
peterdrozd8-Jan-10 5:07
peterdrozd8-Jan-10 5:07 
AnswerRe: MessageBox with custom background color Pin
Richard MacCutchan8-Jan-10 5:21
mveRichard MacCutchan8-Jan-10 5:21 
GeneralRe: MessageBox with custom background color Pin
peterdrozd8-Jan-10 10:54
peterdrozd8-Jan-10 10:54 
GeneralRe: MessageBox with custom background color Pin
Richard MacCutchan8-Jan-10 22:15
mveRichard MacCutchan8-Jan-10 22:15 
AnswerRe: MessageBox with custom background color Pin
Palash Biswas4-Feb-10 2:24
Palash Biswas4-Feb-10 2:24 
QuestionRich text box equivalent textbox Pin
Ajakblackgoat7-Jan-10 20:54
Ajakblackgoat7-Jan-10 20:54 
AnswerRe: Rich text box equivalent textbox [modified] Pin
Eddy Vluggen7-Jan-10 23:38
professionalEddy Vluggen7-Jan-10 23:38 
GeneralRe: Rich text box equivalent textbox Pin
Luc Pattyn8-Jan-10 3:15
sitebuilderLuc Pattyn8-Jan-10 3:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.