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

.NET (Core and Framework)

 
GeneralDynamic loaded Assembly attaching PDB file Pin
Paul Farry13-Apr-05 21:07
professionalPaul Farry13-Apr-05 21:07 
GeneralRe: Dynamic loaded Assembly attaching PDB file Pin
DaveKolb3-Oct-09 20:14
DaveKolb3-Oct-09 20:14 
GeneralRe: Dynamic loaded Assembly attaching PDB file Pin
DaveKolb3-Oct-09 21:04
DaveKolb3-Oct-09 21:04 
QuestionHow do I Get my Toolbox Back? Pin
Anonymous13-Apr-05 10:45
Anonymous13-Apr-05 10:45 
AnswerRe: How do I Get my Toolbox Back? Pin
MoustafaS13-Apr-05 15:13
MoustafaS13-Apr-05 15:13 
GeneralEditing XML Files Pin
13-Apr-05 9:42
suss13-Apr-05 9:42 
GeneralRe: Editing XML Files Pin
DavidNohejl15-Apr-05 3:20
DavidNohejl15-Apr-05 3:20 
GeneralExpose Properties Pin
Josue Avila13-Apr-05 9:16
Josue Avila13-Apr-05 9:16 
Hi All.
I realy need help Frown | :(
Im building a class wich needs some kind of behavor .
I will explain it with objects taht all we know .

Dim MyCommand1 as Sqlcommand = New Sqlcommand
Dim MyparameterA as Sparameter = New SqlParameter
MyCommand1.parameters.add(MyparameterA)

'This what i want to do
'-------------------------------------------------
MyCommand1.parameters(0).parametername = "Test1"
MyCommand1.parameters(0).commandtype = Storeprocedure
'-------------------------------------------------
VB.net Allows me to Set the parameter and commandtype to the parameter MyparameterA. throw the acces of Mycommand1 and its parametercollection

When i try to set a value to a parameter for my class , vb underline with a blue line the statement and in the tip toolbox says "Expression is a value and therefore cannot be targen of an assign"

What im missing .. or my object that represent my collection nees any thing else than inhertits from Arraylist type ..

Thank you very much
















Josue Avila
General.Net Remoting question - server activated objects Pin
i.chen13-Apr-05 4:09
sussi.chen13-Apr-05 4:09 
GeneralRe: .Net Remoting question - server activated objects Pin
S. Senthil Kumar14-Apr-05 20:53
S. Senthil Kumar14-Apr-05 20:53 
GeneralRe: .Net Remoting question - server activated objects Pin
Anonymous21-Apr-05 0:28
Anonymous21-Apr-05 0:28 
Generalerror when compiling 'System.Xml.XmlException' Pin
yunuskajee12-Apr-05 21:37
yunuskajee12-Apr-05 21:37 
GeneralRe: error when compiling 'System.Xml.XmlException' Pin
Kodanda Pani13-Apr-05 4:28
Kodanda Pani13-Apr-05 4:28 
GeneralRe: error when compiling 'System.Xml.XmlException' Pin
Dave Kreskowiak13-Apr-05 6:22
mveDave Kreskowiak13-Apr-05 6:22 
GeneralRe: error when compiling 'System.Xml.XmlException' Pin
MoustafaS13-Apr-05 15:18
MoustafaS13-Apr-05 15:18 
GeneralPopup Form Class Problems Pin
Chris Quick12-Apr-05 13:06
Chris Quick12-Apr-05 13:06 
GeneralRe: Popup Form Class Problems Pin
S. Senthil Kumar12-Apr-05 21:53
S. Senthil Kumar12-Apr-05 21:53 
GeneralDotNet reflector Pin
Fad B12-Apr-05 11:50
Fad B12-Apr-05 11:50 
GeneralRe: DotNet reflector Pin
Sebastian Schneider13-Apr-05 1:36
Sebastian Schneider13-Apr-05 1:36 
Generalbidirectional channel .Net Remoting with outbound only firewall Pin
DeepToot12-Apr-05 9:00
DeepToot12-Apr-05 9:00 
GeneralRe: bidirectional channel .Net Remoting with outbound only firewall Pin
Sebastian Schneider13-Apr-05 0:51
Sebastian Schneider13-Apr-05 0:51 
QuestionCaching Block pro's and con's? Pin
J_Dean12-Apr-05 8:07
J_Dean12-Apr-05 8:07 
GeneralO/R mapping Pin
Member 281228412-Apr-05 0:32
Member 281228412-Apr-05 0:32 
QuestionSystem tray icon for windows service? Pin
Nathan Ridley11-Apr-05 14:57
Nathan Ridley11-Apr-05 14:57 
AnswerRe: System tray icon for windows service? Pin
Ray Cassick13-Apr-05 7:47
Ray Cassick13-Apr-05 7:47 

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.