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

.NET (Core and Framework)

 
QuestionRe: Starting a .NET application from .NET service Pin
Subby Dev13-Sep-06 12:31
Subby Dev13-Sep-06 12:31 
QuestionDrawing outside the container Pin
seanwright12-Sep-06 6:22
seanwright12-Sep-06 6:22 
AnswerRe: Drawing outside the container Pin
Jun Du12-Sep-06 6:58
Jun Du12-Sep-06 6:58 
GeneralRe: Drawing outside the container Pin
seanwright12-Sep-06 7:14
seanwright12-Sep-06 7:14 
GeneralRe: Drawing outside the container Pin
Jun Du12-Sep-06 15:44
Jun Du12-Sep-06 15:44 
AnswerRe: Drawing outside the container Pin
Guffa12-Sep-06 9:17
Guffa12-Sep-06 9:17 
Questionhow to generate .dll from win 32 app Pin
Parshant Verma12-Sep-06 2:25
Parshant Verma12-Sep-06 2:25 
AnswerRe: how to generate .dll from win 32 app Pin
Jun Du12-Sep-06 3:47
Jun Du12-Sep-06 3:47 
Parshant Verma wrote:
same code is not compiled in class library


That is right. The source code consists of two portions: your code and compiler generated code. The compiler generated code differs between an App and class library. What you should do is creating a new class library project and then moving your own code to the class library. Also, you may need to change your code to fit class library.

Best,
Jun

QuestionHow to register an assembly in asp.net web app? Pin
choorakkuttyil12-Sep-06 1:58
choorakkuttyil12-Sep-06 1:58 
AnswerRe: How to register an assembly in asp.net web app? Pin
Christian Graus12-Sep-06 12:13
protectorChristian Graus12-Sep-06 12:13 
QuestionWhat's the best HTML Editor for Win Forms (.NET 2.0)? Pin
Yuval Naveh11-Sep-06 22:46
Yuval Naveh11-Sep-06 22:46 
QuestionClickOnce and Security Pin
Brady Kelly11-Sep-06 22:22
Brady Kelly11-Sep-06 22:22 
AnswerRe: ClickOnce and Security Pin
Jakob Farian Krarup17-Sep-06 19:20
Jakob Farian Krarup17-Sep-06 19:20 
GeneralRe: ClickOnce and Security Pin
Brady Kelly17-Sep-06 21:45
Brady Kelly17-Sep-06 21:45 
GeneralRe: ClickOnce and Security Pin
Jakob Farian Krarup17-Sep-06 21:54
Jakob Farian Krarup17-Sep-06 21:54 
QuestionWeb Service Problem Pin
Jaco van Staden11-Sep-06 19:52
Jaco van Staden11-Sep-06 19:52 
QuestionMax Number of Asynchronous Sockets Pin
Subby Dev11-Sep-06 14:07
Subby Dev11-Sep-06 14:07 
QuestionIntercepting messaging from sscesa20.dll Pin
doctorgoon11-Sep-06 11:08
doctorgoon11-Sep-06 11:08 
QuestionDirectX Programming with .Net Pin
kannan m11-Sep-06 3:29
kannan m11-Sep-06 3:29 
AnswerRe: DirectX Programming with .Net Pin
lmoelleb11-Sep-06 20:55
lmoelleb11-Sep-06 20:55 
Questionhow to add wizard control Pin
Parshant Verma11-Sep-06 0:00
Parshant Verma11-Sep-06 0:00 
AnswerRe: how to add wizard control Pin
Not Active11-Sep-06 3:57
mentorNot Active11-Sep-06 3:57 
Questiondisposing of unmanaged objects in an activex component Pin
alianyn10-Sep-06 21:56
alianyn10-Sep-06 21:56 
AnswerRe: disposing of unmanaged objects in an activex component Pin
Dave Kreskowiak11-Sep-06 5:58
mveDave Kreskowiak11-Sep-06 5:58 
GeneralRe: disposing of unmanaged objects in an activex component Pin
alianyn12-Sep-06 11:25
alianyn12-Sep-06 11:25 

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.