Click here to Skip to main content
15,906,708 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
Hello,
 The soltion works correctly on my machine...
On a server, in the past I have copied .exe and .dll files, etc in the C:\program files folder of the server. The clients then just run the .exe from the server and all works fine...
Now I would like to create a setup.exe for each client...
 I have published the .exe and it's relevant .dlls onto a test server.
 On the client machine, I point to the test server to run the setup.exe
 At the end of the setup on the client, an error is given and when I trace the file to see the error, it has
 the following in it.

So the issue is that the setup program generates an error.
The client runs the setup.exe and right at the end it gives an error.
But can not find out what it is that is causing the error.

Do you know what is causing this error please?
 The only CLR related .dll I found on the application files which I added was "Microsoft.SqlServer.SqlClrProvider.dll"
 <pre lang="HTML">
 - <ProblemSignatures>
   <EventType>CLR20r3</EventType>
   <Parameter0>myTest.exe</Parameter0>
   <Parameter1>1.0.1.7</Parameter1>
   <Parameter2>53df8393</Parameter2>
   <Parameter3>myTest</Parameter3>
   <Parameter4>1.0.1.7</Parameter4>
   <Parameter5>53df8393</Parameter5>
   <Parameter6>8fb</Parameter6>
   <Parameter7>a</Parameter7>
   <Parameter8>System.IndexOutOfRangeException</Parameter8>
   </ProblemSignatures>

</pre>
Posted

1 solution

please check the installation path.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900