Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. Deployment Error

Deployment Error

Scheduled Pinned Locked Moved Visual Basic
helpcsharpvisual-studiosysadmin
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    reykentj
    wrote on last edited by
    #1

    C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\Clrtest\Clrtest\Test Scripts\mFunctions.vb(904) : warning BC42016: Implicit conversion from 'Object' to 'Date'. Clrtest -> C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\Clrtest\Clrtest\bin\Clrtest.dll Error: Column, parameter, or variable #1: Cannot find data type GL_Record. ========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ========== ========== Deploy: 0 succeeded, 1 failed, 0 skipped ========== Public Class GL_Record Public AccountNo As String = "" Public AccountField As String = "" Public Year As Integer = 0 Public Month As Integer = 0 Public YTD As Decimal = 0 Public MTD As Decimal = 0 Public LastTransAmount As Decimal Public LastTransDate As Date = "01/01/01" Public LastTransBy As String = "" Public LastEffectiveDate As Date = "01/01/01" Public NumberOfTrans As Long = 0 End Class _ Public Shared Sub sbSetupGLProbe(ByVal Selections As StoredProcedures.GL_Record) Dim stDocName As String Dim result As Long = 0 Try sbBuildGLQuery(Selections) stDocName = "rptGL_Probe" Catch fnHandleError("sbSetupGLProbe") End Try Exit Sub End Sub Help!!

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups