Search results for query: *

  • Users: bifteki
  • Content: Threads
  • Order by date
  1. B

    Question Setting a stream as the AlternateView content

    Is there a way to provide AlternateView class with a stream as its content, other than its constructor? There is a ContentStream property but it's read only. I am declaring the alternateview variable in the beginning of the code but I want to initialize it with a stream some time later within...
  2. B

    Question Null reference exception??

    I have written a CLR stored procedure which I call through code in MS Access. It throws a Null Reference Exception. I guess it must be due to one of two variables I use inside the CLR procedure, for both of which the Refactor gives me a message 'Variable is used before it has been assigned a...
  3. B

    Question Sending an e-mail with images as linked resources

    I am trying to send an e-mail via a CLR stored procedure in VB.NET. I have managed to send the HTML body, however I have had trouble with the embedded images. The images are stored in the SQL Server as nvarchar in an ASCII format. I stored them through code in the DB in the base MS Access...
Back
Top