Description: When developping a OPC application, if the OPC is not registered, your application will not run.
So you must register the OPCDAAuto.dll. if you are used to manually registerring with cmd "RegSvr32", that s nothing. But if your application will run in an unknown enviroment, you neet to register the dll with your code.
Arguments:
/r Register OPC COM
/u UnRegister OPC COM
You can call this command in your application, of course, manually execute will work, too.
My email: liuweizzuie@qq.com
- [OPCzujian] - OPC program to run the necessary procedu
File list (Check if you may need any files):
自动注册OPC控件\Reg1\bin\OPCDAAuto.dll
...............\....\obj\Debug\OpcReg.csproj.FileListAbsolute.txt
...............\....\...\.....\OPCReg.exe
...............\....\...\.....\OPCReg.pdb
...............\....\...\.....\Reg1.csproj.FileListAbsolute.txt
...............\....\...\.....\Reg1.exe
...............\....\...\.....\Reg1.pdb
...............\....\...\Release\OpcReg.csproj.FileListAbsolute.txt
...............\....\...\.......\OPCReg.exe
...............\....\...\.......\OPCReg.pdb
...............\....\...\.......\Reg1.csproj.FileListAbsolute.txt
...............\....\OPCDAAuto.dll
...............\....\OpcReg.csproj
...............\....\OpcReg.csproj.user
...............\....\OPCReg.exe
...............\....\Program.cs
...............\....\...perties\AssemblyInfo.cs
...............\....\说明.txt
...............\Reg1.sln
...............\Reg1.suo
...............\....\obj\Debug\Refactor
...............\....\...\.....\TempPE
...............\....\...\Release\TempPE
...............\....\bin\Debug
...............\....\obj\Debug
...............\....\...\Release
...............\....\bin
...............\....\obj
...............\....\Properties
...............\Reg1
自动注册OPC控件