I have a win form app that I would like my users to access through a URL and no touch deployment. However the big problem I am having is that my app needs to use some DTS .dlls and resource files. When i try to acces my app from the url I get an error that the dlls its looking for aren't registerd (and there clearly not, there sitting on a web server 2 floors below).
Does anyone know of a way I can get round this problem. Someone else in my office had some bizare idea of having the app xcopy and register the files from a batch file or command line when the program starts up (the guys a bit of an idiot though and it doesn't sound workable or very sensible to me). Any ideas?
Does anyone know of a way I can get round this problem. Someone else in my office had some bizare idea of having the app xcopy and register the files from a batch file or command line when the program starts up (the guys a bit of an idiot though and it doesn't sound workable or very sensible to me). Any ideas?