Click here to Skip to main content
15,893,588 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: how to develop an add-in component in .net for outlook Pin
srichandk10-Jan-07 0:17
srichandk10-Jan-07 0:17 
GeneralRe: how to develop an add-in component in .net for outlook Pin
srichandk9-Jan-07 23:55
srichandk9-Jan-07 23:55 
GeneralRe: how to develop an add-in component in .net for outlook Pin
Talal Sultan10-Jan-07 0:04
Talal Sultan10-Jan-07 0:04 
QuestionError reading key file DSO.snk - the system cannot find the file specified Pin
indian1439-Jan-07 23:24
indian1439-Jan-07 23:24 
AnswerRe: Error reading key file DSO.snk - the system cannot find the file specified Pin
Pete O'Hanlon9-Jan-07 23:54
mvePete O'Hanlon9-Jan-07 23:54 
GeneralRe: Error reading key file DSO.snk - the system cannot find the file specified Pin
indian14310-Jan-07 0:05
indian14310-Jan-07 0:05 
GeneralRe: Error reading key file DSO.snk - the system cannot find the file specified Pin
indian14310-Jan-07 0:10
indian14310-Jan-07 0:10 
GeneralRe: Error reading key file DSO.snk - the system cannot find the file specified Pin
Pete O'Hanlon10-Jan-07 0:12
mvePete O'Hanlon10-Jan-07 0:12 
That just generates the key. It doesn't do anything to bind the key into the assembly. In your assembly file (and I'm assuming that you're using VB.NET here) you need an entry like this in AssemblyInfo.vb:

<Assembly: AssemblyKeyFile("d:\Aleem\DSOControl1\Bin\DSO.snk")>




the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer

Deja View - the feeling that you've seen this post before.

GeneralRe: Error reading key file DSO.snk - the system cannot find the file specified Pin
indian14310-Jan-07 0:33
indian14310-Jan-07 0:33 
QuestionConnecting with a Axis Server Pin
Talal Sultan9-Jan-07 23:08
Talal Sultan9-Jan-07 23:08 
QuestionClickonce deployment Pin
Sarah Jane Snow9-Jan-07 21:09
Sarah Jane Snow9-Jan-07 21:09 
QuestionPopup Panel on custom control does not appear - any ideas? Pin
nzmike9-Jan-07 16:57
nzmike9-Jan-07 16:57 
AnswerRe: Popup Panel on custom control does not appear - any ideas? Pin
Luc Pattyn9-Jan-07 22:19
sitebuilderLuc Pattyn9-Jan-07 22:19 
QuestionDropdownlist in Datagrid (Advanced) Pin
pflick9-Jan-07 12:33
pflick9-Jan-07 12:33 
AnswerRe: Dropdownlist in Datagrid (Advanced) Pin
nagendra rao s.v.9-Jan-07 18:03
nagendra rao s.v.9-Jan-07 18:03 
GeneralThe .NET answer to Google's GWT - Open source AJAX framework extending WinForms over ASP.NET Pin
dudegizmox9-Jan-07 9:26
dudegizmox9-Jan-07 9:26 
GeneralRe: The .NET answer to Google's GWT - Open source AJAX framework extending WinForms over ASP.NET Pin
Pete O'Hanlon9-Jan-07 9:49
mvePete O'Hanlon9-Jan-07 9:49 
GeneralRe: The .NET answer to Google's GWT - Open source AJAX framework extending WinForms over ASP.NET Pin
Luc Pattyn9-Jan-07 10:55
sitebuilderLuc Pattyn9-Jan-07 10:55 
GeneralRe: The .NET answer to Google's GWT - Open source AJAX framework extending WinForms over ASP.NET Pin
Pete O'Hanlon9-Jan-07 23:55
mvePete O'Hanlon9-Jan-07 23:55 
QuestionService Command Line Arguments Pin
Tim Carmichael9-Jan-07 9:25
Tim Carmichael9-Jan-07 9:25 
AnswerRe: Service Command Line Arguments Pin
led mike9-Jan-07 9:38
led mike9-Jan-07 9:38 
GeneralRe: Service Command Line Arguments Pin
Tim Carmichael9-Jan-07 9:44
Tim Carmichael9-Jan-07 9:44 
GeneralRe: Service Command Line Arguments Pin
led mike9-Jan-07 9:47
led mike9-Jan-07 9:47 
GeneralRe: Service Command Line Arguments Pin
Tim Carmichael9-Jan-07 9:49
Tim Carmichael9-Jan-07 9:49 
GeneralRe: Service Command Line Arguments Pin
led mike9-Jan-07 11:32
led mike9-Jan-07 11:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.