Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C# Assemblies on Sql Server
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01342551
Message ID:
01343040
Vues:
20
>Hi Michael,
>
>>Anyone know of some severe limitations that would keep you from using this feature fully?
>
>The environment is a pretty strict one. For instance, you cannot load classes that have static members.
IIRC static readonly is OK?

C# methods are supposed to be completely stateless in order to run on SQL server. Your code also must not reference System.Windows.Form in any way. The same is probably true for a number of other assemblies that deal with UI.

I also seem to recall lots of hoops that need jumping thru (impersonation,etc) to access external resources :-{
Regards,
Viv
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform