com tag

11 questions


2 answers
139 views
0
About COM Registration for .NETFramework

One .Visual Studio solution for NetFramework 4.0 When I tried to run from the IDE, Unable to register assembly XXX.dll - Access denied.Verify that you are running the application as an administrator.A...

2 years ago

1 answers
80 views
0
Questions to API Reference (/operators/{operator_id}/token)

Understanding API Reference, /operators/{operator_id}/token may contain the following information: For StatusCode==400, API Token Disabled (Requires Reauthentication) It says Token is already disabled...

2 years ago

1 answers
97 views
0
How to upload mp4 images from Android devices to Parse.com

I don't know how to upload MP4 images from an Android device to Parse.com.File file=newFile(path); try{ byte[] data=FileUtils.readFileToByteArray(file); // Convert any file, image or video into byte ...

2 years ago

1 answers
86 views
0
Cakephp Excel cannot be opened

I am outputting Excel forms on the CakePHP system.I'm having trouble opening the Excel file from which to output the business form.The business form output itself is a shell script for PHP.Run the com...

2 years ago

1 answers
92 views
0
About SORACOM Beam Connections

I'm trying to tinker with the SORACOM that was announced last month, but I stumbled while setting up SORACOM Beam.First, I tried to check the connection to Beam, but now it is as follows.configuration...

2 years ago

1 answers
110 views
0
Description of password parameter format in API reference (/operators)

https://dev.soracom.io/jp/docs/api/#!/Operator/create_operatorAbout the API for sending invitation mail for the new operator.If the password parameter is not in the following format specified during s...

2 years ago

1 answers
103 views
0
How do I avoid the server busy dialog when I print Excel from C#?

If you run Worksheet.PrintOut from C# with XPS on the printer, a file save dialog appears.If you leave it in that state for a while, a dialog will appear while the server is in use.Is the only way to ...

2 years ago

1 answers
113 views
0
Processing VB.net COM reference "MSXML2" from path "C:\Windows\System32\msxml3.dll".

Thank you for your help.I searched online about the title, but I cannot solve it, so I would like to ask you.We are developing in the following environments.Visual Studio 2017 at VB.netWindows 7 (32-b...

2 years ago

1 answers
76 views
0
I'm using Parse.com on Swift, but TableView update doesn't work.

I am creating a program to display textField characters in TableView using Parse, MBaaS on Swift, but the part that I pull TableView to update is not working.override func viewDidLoad(){ super.viewDid...

2 years ago

2 answers
113 views
0
Cannot access array elements in COM created with C#

I am making a COM for Excel with C#.Parameter.cs ClassInterface (ClassInterfaceType.None)ComDefaultInterface (type of (IParameter))]ComVisible (true)public class parameter{ public Member [ ] Members {...

2 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.