Classic ASP intigration - Memcached Server (MCDS)
Hi Guys
I'm looking at setting up MCDS with CLASSIC ASP.
1. Is this possible ? and
2. Any pointers to get me started would be really useful.
The site is built in classic asp so needs to work with this.
After a bit of search I found out that:
"it seems possible using a C# dll (exposed as a COM object) which uses the enyim C# client (the one recommended on the Membase site for C#). In the enyim client I'm using the NortScaleClient class."
Any pointers on information, obtaning the "C# dll (exposed as a COM object)", etc etc would be much appreciated.
Cheers.
Have a look at this: [url]http://weblogs.asp.net/psteele/archive/2004/06/16/157767.aspx[/url]
Thanks Perry.
I look forward to hearing from you.
Cheers
Dom
Dom, did you review the above post that Attila sent over? Let me know if that is sufficient for you or if you need more information.
Thanks!
Take care.
Perry
Anyone used this successfully? I tried registering the .net client DLL with regasm, but I'm getting an error message "no types found"
i think the latest version still has the COmVisible(false) attribute applied, that's why nothing is registerd.
can you please get the binary branch from git then recompile it after having the ComVisible attribute removed from the AssemblyInfo.cs?
this will be fixed in the next release
Thanks Attila. After researching a while I found out that the ComVisible attribute is set to false. Setting it to true, recompiling the project and registering it through regasm however did not help. Does it work for you? If yes, with which parameters do you call regasm?
I created a little test library in order to test com interoperability with a really simple class and it looks like the assembly has to be signed. Additionally I had to create an interface for the classes which are supposed to be exposed through com. Some attributes are necessary also :-) If you are interested I can upload my test library on github.
I'm checking in with some of our client developers and I'll get back to you as soon as I have some more information.
Thanks!
Perry
Forum support is great for free but sometimes you need a guaranteed response time and dedicated resources for your questions or issues.
Consider purchasing enterprise-level support from Membase: http://www.membase.com/products-and-services/overview
Call or email "sales -at- membase -dot- com" today!