Click here to Skip to main content
15,921,212 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Opening VS2005 Project in VS2008 Pin
Dave Kreskowiak15-Feb-08 4:26
mveDave Kreskowiak15-Feb-08 4:26 
GeneralRe: Opening VS2005 Project in VS2008 Pin
plural15-Feb-08 4:37
plural15-Feb-08 4:37 
QuestionTop most question? Pin
Benny_Lava15-Feb-08 2:35
Benny_Lava15-Feb-08 2:35 
GeneralRe: Top most question? Pin
Dave Kreskowiak15-Feb-08 4:23
mveDave Kreskowiak15-Feb-08 4:23 
GeneralRe: Top most question? Pin
Luc Pattyn15-Feb-08 6:08
sitebuilderLuc Pattyn15-Feb-08 6:08 
QuestionHardware interface from vb.net,c#,vb6. Pin
aamn115-Feb-08 2:18
aamn115-Feb-08 2:18 
GeneralRe: Hardware interface from vb.net,c#,vb6. Pin
Dave Kreskowiak15-Feb-08 4:15
mveDave Kreskowiak15-Feb-08 4:15 
General'UPGRADE_WARNING: Couldn't resolve default property of object Pin
sarat15-Feb-08 1:40
sarat15-Feb-08 1:40 
--------------------------------------------------------------------------------

I am upgrading my VB app from VB6 to VB.Net

here is the code complaining the error ( warning)
i am new to VB and how to resolve the problem?

oTask = goPackage.Tasks.New(gsDTSExecuteSQLTask) givs the problem

code :

Public Sub Task_Sub1(ByVal goPackage As Object)

Dim oTask As DTS.Task
Dim oLookup As DTS.Lookup

Dim oCustomTask1 As DTS.ExecuteSQLTask2

'UPGRADE_WARNING: Couldn't resolve default property of object goPackage.Tasks. Click for more: 'ms-help://MS.VSCC.v80/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"'

oTask = goPackage.Tasks.New(gsDTSExecuteSQLTask)
oTask.Name = gsCreateTable & sTalDbtbl & gsTask
oCustomTask1 = oTask.CustomTask
GeneralRe: 'UPGRADE_WARNING: Couldn't resolve default property of object Pin
Dave Kreskowiak15-Feb-08 4:10
mveDave Kreskowiak15-Feb-08 4:10 
QuestionPrinting from VB.Net Pin
Senthil_M15-Feb-08 1:34
Senthil_M15-Feb-08 1:34 
GeneralRe: Printing from VB.Net Pin
Dave Kreskowiak15-Feb-08 4:13
mveDave Kreskowiak15-Feb-08 4:13 
QuestionRe: Printing from VB.Net Pin
Senthil_M17-Feb-08 21:35
Senthil_M17-Feb-08 21:35 
QuestionDatgridview using combobox Pin
Francis K Antony14-Feb-08 20:25
Francis K Antony14-Feb-08 20:25 
GeneralRe: Datgridview using combobox Pin
Dave Kreskowiak15-Feb-08 4:12
mveDave Kreskowiak15-Feb-08 4:12 
GeneralHelp Needed With Outputting form as PDF Pin
SilentCodingOne14-Feb-08 18:17
SilentCodingOne14-Feb-08 18:17 
GeneralRe: Help Needed With Outputting form as PDF Pin
Christian Graus14-Feb-08 21:51
protectorChristian Graus14-Feb-08 21:51 
GeneralTitle Bar Pin
Ahmad Rifai Yusuf14-Feb-08 17:37
Ahmad Rifai Yusuf14-Feb-08 17:37 
GeneralRe: Title Bar Pin
MatrixCoder14-Feb-08 17:39
MatrixCoder14-Feb-08 17:39 
QuestionHow much secure is VB.NET? Pin
Eager Learner14-Feb-08 14:43
Eager Learner14-Feb-08 14:43 
GeneralRe: How much secure is VB.NET? Pin
Christian Graus14-Feb-08 15:14
protectorChristian Graus14-Feb-08 15:14 
GeneralNeed to understand DataGridView events vb.net 2005 Pin
QuickBooksDev14-Feb-08 10:59
QuickBooksDev14-Feb-08 10:59 
AnswerRe: Need to understand DataGridView events vb.net 2005 Pin
nishkarsh_k14-Feb-08 19:25
nishkarsh_k14-Feb-08 19:25 
Generalworking with a xps document Pin
Aptiva Dave14-Feb-08 8:26
Aptiva Dave14-Feb-08 8:26 
GeneralRe: working with a xps document Pin
Dave Kreskowiak14-Feb-08 9:18
mveDave Kreskowiak14-Feb-08 9:18 
GeneralRe: working with a xps document Pin
Aptiva Dave14-Feb-08 9:23
Aptiva Dave14-Feb-08 9:23 

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.