Posts by Ricardo • 171 points
6 posts
-
2
votes2
answers612
views -
5
votes2
answers1593
viewsQ: How to register dll . net using Inno Setup
I have a DLL written in C# and can’t register it using Inno Setup. An example of how to run this process would be useful.
-
0
votes2
answers1066
viewsA: How to change the URL that consumes a Webservice?
Try this: ServiceReferenceAbrasfV201.nfseClient wsClient = new ServiceReferenceAbrasfV201.nfseClient("nfseSOAP1", EnderecoWebService);
-
3
votes1
answer4824
viewsQ: Undefined object reference for an object instance
I created a DLL with the option "Register COM Interop" in C# where some Webservices from different prefectures are consumed. I use this DLL in a Windows Form C# test application where no error…
-
0
votes3
answers838
viewsA: Custom tool Warning: Cannot import wsdl:portType
Solved. The problem was in the way I declared the class.
-
6
votes3
answers838
viewsQ: Custom tool Warning: Cannot import wsdl:portType
I can’t use the ServiceReference after successfully importing. After performing the import, write the class and use your methods in the build occur the Warnings: Warning 1 Custom tool warning:…