Click here to Skip to main content
15,909,822 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questioninstallation headache Pin
ihe22-Sep-06 1:26
ihe22-Sep-06 1:26 
AnswerRe: installation headache Pin
Dave Kreskowiak22-Sep-06 3:05
mveDave Kreskowiak22-Sep-06 3:05 
GeneralRe: installation headache Pin
ihe25-Sep-06 5:23
ihe25-Sep-06 5:23 
GeneralRe: installation headache Pin
Dave Kreskowiak25-Sep-06 12:54
mveDave Kreskowiak25-Sep-06 12:54 
GeneralRe: installation headache Pin
ihe26-Sep-06 1:28
ihe26-Sep-06 1:28 
GeneralRe: installation headache Pin
Dave Kreskowiak26-Sep-06 2:09
mveDave Kreskowiak26-Sep-06 2:09 
GeneralRe: installation headache Pin
ihe26-Sep-06 21:49
ihe26-Sep-06 21:49 
GeneralRe: installation headache Pin
Dave Kreskowiak27-Sep-06 2:20
mveDave Kreskowiak27-Sep-06 2:20 
ihe wrote:
System.TypeInitializationException: The type initializer for "DriLCaLc.Module1" threw an exception. ---> System.InvalidOperationException: The .Net Data OLE DB Provider(System.Data.OleDb) requires Microsoft Data Access Components(MDAC) version 2.6 or later. Version 2.53.6200.0 was found currently installed.


This means that the machine needs MDAC 2.6 or better installed and it doesn't currently have that. It's a requirement of the .NET Framework so you have no choice but to upgrade it. You can get the latest versions here[^].


ihe wrote:
1: What if I am developing the User control for third party use and do not want to share my source code.


Then look into an obfuscation utility to make it harder to read. You can't encrypt it or make it the code can't be seen, but you can make it harder to read. The Professional version of Visual Studio .NET (and higher) comes with Dotfuscator, Community Edition. You can buy the Professional Edition, but I don't remember what it costs.



ihe wrote:
2: How can I install the dotnetframework at the same time to avoid the message that always appears in my deployment build history?


You can add a Merge Module to the project to get rid of the warning. Right-Click your installer project name, click Add..., then Merge Module... In the list that comes up, find dotNETFXRedist_x86_enu.msm and click on it, then OK.


ihe wrote:
3: If the developer of the window application is not privy to the source code of the WindowControlLibrary How would the developer of the window application use this .dll


The same way we any of the .NET Framework classes. Your .DLL (assembly) is just another set of classes. The developer adds a reference to your .DLL, then either imports its namespace or adds your control(s) to the toolbox.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: installation headache Pin
ihe28-Sep-06 3:24
ihe28-Sep-06 3:24 
QuestionIs this possible? Pin
zenithmaximus22-Sep-06 0:54
zenithmaximus22-Sep-06 0:54 
AnswerRe: Is this possible? Pin
Christian Graus22-Sep-06 1:13
protectorChristian Graus22-Sep-06 1:13 
AnswerRe: Is this possible? Pin
Dave Kreskowiak22-Sep-06 3:02
mveDave Kreskowiak22-Sep-06 3:02 
AnswerRe: Is this possible? Pin
The ANZAC22-Sep-06 12:30
The ANZAC22-Sep-06 12:30 
Question[Message Deleted] Pin
PREMSONBABY22-Sep-06 0:03
PREMSONBABY22-Sep-06 0:03 
AnswerRe: How to get the startup path from a dll Pin
Dave Kreskowiak22-Sep-06 2:58
mveDave Kreskowiak22-Sep-06 2:58 
Questionto declare operator Pin
spbhattind21-Sep-06 23:35
spbhattind21-Sep-06 23:35 
AnswerRe: to declare operator Pin
Christian Graus22-Sep-06 0:03
protectorChristian Graus22-Sep-06 0:03 
AnswerRe: to declare operator Pin
Dave Kreskowiak22-Sep-06 2:45
mveDave Kreskowiak22-Sep-06 2:45 
GeneralRe: to declare operator Pin
Dave Sexton22-Sep-06 3:56
Dave Sexton22-Sep-06 3:56 
GeneralRe: to declare operator Pin
Coding C#23-Sep-06 0:17
Coding C#23-Sep-06 0:17 
Questionsimple image processing Pin
Prinz Ryoiji21-Sep-06 23:19
Prinz Ryoiji21-Sep-06 23:19 
AnswerRe: simple image processing Pin
Christian Graus22-Sep-06 0:06
protectorChristian Graus22-Sep-06 0:06 
AnswerRe: simple image processing Pin
The ANZAC22-Sep-06 11:46
The ANZAC22-Sep-06 11:46 
AnswerRe: simple image processing Pin
p.c.k6-Oct-11 16:26
p.c.k6-Oct-11 16:26 
Questionlistbox Pin
minniemooo21-Sep-06 22:49
minniemooo21-Sep-06 22:49 

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.