Click here to Skip to main content
15,885,869 members
Home / Discussions / C#
   

C#

 
GeneralRe: Richetextbox problem again Pin
S. Senthil Kumar6-Sep-05 2:46
S. Senthil Kumar6-Sep-05 2:46 
QuestionBase Class problem with forms Pin
Russell Jones6-Sep-05 0:34
Russell Jones6-Sep-05 0:34 
AnswerRe: Base Class problem with forms Pin
S. Senthil Kumar6-Sep-05 2:00
S. Senthil Kumar6-Sep-05 2:00 
GeneralRe: Base Class problem with forms Pin
Russell Jones6-Sep-05 2:33
Russell Jones6-Sep-05 2:33 
QuestionThreading and Forms Pin
Dani Duran Kenobi6-Sep-05 0:33
Dani Duran Kenobi6-Sep-05 0:33 
AnswerRe: Threading and Forms Pin
S. Senthil Kumar6-Sep-05 2:04
S. Senthil Kumar6-Sep-05 2:04 
QuestionControl Problems? Pin
Simon Wren5-Sep-05 23:36
professionalSimon Wren5-Sep-05 23:36 
AnswerRe: Control Problems? Pin
S. Senthil Kumar6-Sep-05 2:12
S. Senthil Kumar6-Sep-05 2:12 
How are you referencing the VB .NET library? Did you add it by browsing and selecting the dll (binary reference) or by selecting it from the Projects tab (in VS .NET) ? If it is the former and if Copy Local is set to true, then Visual Studio won't watch for modifications to the library, instead, it will simply use the local copy (that's what Copy Local does). My guess is that you added it as a binary reference, whereas for C# controls, you had them in the same project and therefore added them through the Projects tab.

You can try setting Copy Local to false (Right click on the reference in VS .NET, click Properties). Or, if the changes are very infrequent, you can manually copy the library to the C# project's bin/debug directory (or do it as a PreBuild step).

Regards
Senthil
_____________________________
My Blog | My Articles | WinMacro
GeneralRe: Control Problems? Pin
Simon Wren6-Sep-05 2:14
professionalSimon Wren6-Sep-05 2:14 
Questioncan i access my lan pc from out side lan using remoting Pin
Mayank Chauhan5-Sep-05 23:33
Mayank Chauhan5-Sep-05 23:33 
QuestionTAB KEY AND DATAGRID CELLS Pin
Greeky5-Sep-05 23:30
Greeky5-Sep-05 23:30 
AnswerRe: TAB KEY AND DATAGRID CELLS Pin
miah alom6-Sep-05 3:05
miah alom6-Sep-05 3:05 
QuestionIntPtr usage! Pin
Duong Tien Nam5-Sep-05 23:19
Duong Tien Nam5-Sep-05 23:19 
AnswerRe: IntPtr usage! Pin
S. Senthil Kumar6-Sep-05 2:17
S. Senthil Kumar6-Sep-05 2:17 
AnswerRe: IntPtr usage! Pin
Daniel Turini6-Sep-05 4:06
Daniel Turini6-Sep-05 4:06 
QuestionCreate new controls in RunTime Pin
liqnit5-Sep-05 22:56
liqnit5-Sep-05 22:56 
AnswerRe: Create new controls in RunTime Pin
Stefan Troschuetz6-Sep-05 0:32
Stefan Troschuetz6-Sep-05 0:32 
GeneralRe: Create new controls in RunTime Pin
liqnit6-Sep-05 3:15
liqnit6-Sep-05 3:15 
QuestionAdd user control Pin
reza toorani5-Sep-05 22:47
reza toorani5-Sep-05 22:47 
QuestionMultithreading in c# windows application Pin
dhol5-Sep-05 21:58
dhol5-Sep-05 21:58 
AnswerRe: Multithreading in c# windows application Pin
CoolAmir5-Sep-05 22:31
CoolAmir5-Sep-05 22:31 
QuestionDrawing Lines Pin
suresh sahu5-Sep-05 21:53
suresh sahu5-Sep-05 21:53 
QuestionRe: Drawing Lines Pin
leppie6-Sep-05 3:43
leppie6-Sep-05 3:43 
QuestionDLL Pin
kamlapuri5-Sep-05 21:45
kamlapuri5-Sep-05 21:45 
AnswerRe: DLL Pin
S. Senthil Kumar6-Sep-05 2:19
S. Senthil Kumar6-Sep-05 2:19 

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.