Deployment Over IE

  • Thread starter Thread starter IntraRELY
  • Start date Start date
I

IntraRELY

I have developed a little application and have put a link from a page
http:://www.test.com/app.exe

When running from the development machine everything runs great. But when I
install the .NET Framework and access the .exe from IE there is a CLR
Exception. The associated DLLs are in the same directory as the .exe on the
web server. I have the necessary code groups configured.

Not sure what else to try and get it running. When the application launches
it isnt trying to access any resources, so I know it isnt the code.

TIA,

Steve Wofford
www.IntraRELY.com
 
Hi Steve,

Thanks for posting in the community.

First of all, I would like to confirm my understanding of your issue.
From your description, I understand that you will get an CLR error when you
run an smartclient from another pc.
Have I fully understood you? If there is anything I misunderstood, please
feel free to let me know.

Firstly I need to collect some information to troubleshoot the problem.
1. what error message did you get when you run the smart client from
another pc?
2. I will reword your senario as below.
PC A, development box
PC B, IIS web server
PC C, Test Box which will get the error.

You develop an simple winform application which may be just a button on a
form on PC B.
Can you tell me what is the version of .NET framework installed on PC A and
PC C? Are they using the same the .NET runtime?

To isolate the problem, you may also try to make a new winform app with
just a form to see if the problem persists.
Also you may try to copy the winform to the PC C to run it direct in the
explorer not the IE.

BTW, Here is an artilce about smart client you may take a look.
Death of the Browser?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnadvnet/ht
ml/vbnet10142001.asp

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top