Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default How To Deploy C# RTD Server Application

Hi,

I am new to C# and .NET in general. I am working on writing a RTD server
for Excel using C#. I based my code on this article
http://msdn2.microsoft.com/en-us/lib...ffice.10).aspx . Now that
I have it written and debugged, I can not figure out how to deploy the code.

I have a few dependant DLLs that need to be included.

Is there a follow-up article that explains how to go from debug version to
production deployable? I need this to run in .NET 2.0.

Thanks

Michael
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default How To Deploy C# RTD Server Application

"Michael Franz" wrote:

Hi,

I am new to C# and .NET in general. I am working on writing a RTD server
for Excel using C#. I based my code on this article
http://msdn2.microsoft.com/en-us/lib...ffice.10).aspx . Now that
I have it written and debugged, I can not figure out how to deploy the code.

Ok, being new to this and since I did this over a few weeks, I missed the
part about using regasm to register the RTD server. I had been trying to use
regsrv32 which does not find the COM entry points.

I used ilmerge to combine all of my DLLs into one, but when I use regasm I
get about 1000 registry entries. I only want one.

Also, I have to run my RTD from Visual Studio once before I can use it in
any workbook without have VS running at all.

Michael
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default How To Deploy C# RTD Server Application

Ok, being new to this and since I did this over a few weeks, I missed the
part about using regasm to register the RTD server. I had been trying to use
regsrv32 which does not find the COM entry points.

I used ilmerge to combine all of my DLLs into one, but when I use regasm I
get about 1000 registry entries. I only want one.

Also, I have to run my RTD from Visual Studio once before I can use it in
any workbook without have VS running at all.

Michael


I have created a Setup Project in VS 2008. This project works fine on my
development machine but I am unable to get it to work on any other machine.

There seems to be plenty of people have issues with deploying .NET
solutions. but no good answers to how to get it to work.

If it works so easily from VS why is deploying so hard?
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel as a Server Application ExcelMonkey Excel Discussion (Misc queries) 1 March 17th 09 12:50 PM
vsto deploy on windows 2003 server vsto deploy on windows 2003 server Excel Programming 0 July 25th 06 03:30 PM
Deploy a vba application over an intranet DieuSoleil Excel Programming 2 September 15th 04 06:20 PM
SendKeys to a remote server application green78[_5_] Excel Programming 0 July 28th 04 08:19 PM
Using Excel as a Server for Web Application John[_83_] Excel Programming 0 May 6th 04 09:11 AM


All times are GMT +1. The time now is 04:53 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"