|
|
hello, I'm using win 2003 enterprise sp2, Visual studio 2003 and .NET1.1. all in one server.
i'm having problem adding Microsoft.WindowsMediaServices reference to my visual basic .net project. I couldn't find the component on the list, so i added it manually. however visual stuido is saying that it is not a valid assembly or COM component.
i tried using gacutil/i with no success either. i know that for machine that has WMS9 installed, i shouldn't need to register the component with gacutil. but i gave it a shot anyway.
i found out that in sp2, the file "microsoft.windowsmediaservices.dll" is of version 9.1.1.3841.
i successfully wrote a custom authentication plugin before sp2 came out, and the version of the dll file above was 9.0.0.3693.
now the plugin won't register using the 9.1 version of the dll. i was trying to recompile the code using 9.1, but i can't register it in Visual studio.
could anyone help me? does 9.1 require .Net 2.0?
thanks a bunch in advance
|
|
|