I have created a .NET data adapter based upon the helloworld example, and have added the adapter.xml and lib folder as specified.

When I start LS using the "start ls as application.bat" the startup hangs at the point
waiting for connection on port 6661...
waiting for connection on port 6662...


It will only continue from this point if i manually run the csharp_adapter.exe file in the adapters folder.

Is this normal behaviour or what do I need to do to make my .NET adapter behave like the java adapters that don't halt the LS startup?????

After i have run the csharp_adapter.exe the adapter seems to work properly.