Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~11.5K People Reached
About Me

I have not failed. I've just found 10,000 ways that won't work.

Favorite Tags

18 Posted Topics

Member Avatar for pearl.kumar1

Hi, I created an application in VS 2008,If i run my application in Client machine it shows an error like 'could not load file or assembly 'Microsoft.VisualBasic.PowerPacks.Vs Version 9.0.0.0''.Kindly refer any link which is easy to download and install.

Member Avatar for rproffitt
0
2K
Member Avatar for pearl.kumar1

Hi to all, I like to start a new discussion after a long gap..Now i have a Question in Sql,I need to Take a difference in Current Month and Previous month,from get the diference i use the trigger to send a sms.. SELECT datepart(mm, dateadd(mm,-1,'2011/1/1') ) or SELECT DATEADD(MONTH,-1,GETDATE()).i need …

Member Avatar for 1stDAN
0
186
Member Avatar for pearl.kumar1

Hi to all, This is the first time i can use barcode..anyone can suggest how to use coding () in VB.Net.. Private Sub Button3_Click(print_click)(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click Actual VB6 Coding for the same module is.. Private Sub BTNPRINT_Click() Dim cur_dat_tim As String Dim copy …

Member Avatar for tigerwoods11
0
296
Member Avatar for kingsonprisonic

I can't get exactly where would i use this code in my module.Please help some simple example to use this code.. If i use this code, Error Statements are "'Module' statements can occur only at file or namespace level" .

Member Avatar for Iamateur
4
1K
Member Avatar for pearl.kumar1

These files'print new.exe.config' and 'print new.vshost.exe.config' are created Automatically after Restart my system(Not Properly Shutdown).After open the project and run.It shows Error Like 'MY ATTACHMENT'

Member Avatar for pearl.kumar1
0
109
Member Avatar for pearl.kumar1

Hi to all, I need to print a form in vb.net,but the problem is my form size is 1382, 784.If i print a form means it cuts other side..Any idea or reference link to print a form in full size are appreciated.

Member Avatar for tinstaafl
0
265
Member Avatar for pearl.kumar1

I need to create dataset in my module.If i retrieve the database (Huge amount of data are there),It takes too much time to load..Is it possible to resolve this issue..

Member Avatar for Abu Ehab
0
148
Member Avatar for pearl.kumar1

In my module totally 8 forms are there .In one form to open the designer it shows a error like "There is no editor available for ....../Form6.vb, make sure the application for the file type (.vb) is installed."If i open Code in the same form It will open.I don't know …

Member Avatar for Luc001
0
342
Member Avatar for pearl.kumar1

Hi,I need to retrieve the Datetime from Employee details After entering Empno in a 1st text box. Please help ASAP This is My Coding for VB.NET Private Sub View_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click con.Open() cmd = New SqlCommand("regd_regdetail_Empid", con) cmd.CommandType = CommandType.StoredProcedure cmd.Parameters.AddWithValue("@Empid", Integer.Parse(Trim(TxtEmpid.Text))) dr …

Member Avatar for TnTinMN
0
118
Member Avatar for pearl.kumar1

Hi to all, I try to insert a values in SQLSERVER 2005,It shows "Msg 544, Level 16, State 1, Line 1 Cannot insert explicit value for identity column in table 'designation' when IDENTITY_INSERT is set to OFF." BEGIN TRAN INSERT INTO DESIGNATION (ID,DESIGNATION) VALUES(17,'TEST') COMMIT Kindly Suggest How to Solve …

Member Avatar for pearl.kumar1
0
99
Member Avatar for pearl.kumar1

Hi, IF I run my application was created in vb.net, it Shows an error like "Incorrect syntax near '3/15/2013 12:00:00 AM'." I neeed to Display the data in Gridview Based on date.. The code is Private Sub File_Request_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Form1.Visible = False …

Member Avatar for Reverend Jim
0
623
Member Avatar for pearl.kumar1

HI, IF i run my VB.NET Application. IT shows"Unhandled exception has occured.Connection was not closed.The Connection's current state is open". Kindly Suggest How to Solve this Problem.

Member Avatar for pearl.kumar1
0
204
Member Avatar for pearl.kumar1

Hi to all, What is the use of <configuration> <system.windows.forms jitDebugging="true" /> </configuration> ?

Member Avatar for pearl.kumar1
0
87
Member Avatar for pearl.kumar1

Hi.I have some Doubt in WCF. I have Create one Simple WCF application,But i have error to call'Add Service reference' "There was an error downloading 'http://localhost:51770/WCF Service/Service.svc'." Kindly,Give the info About why this occur and also how to Rectify this issue ASAP....

Member Avatar for LastMitch
0
171
Member Avatar for Reverend Jim

I don't Understand Why you are using this line ... i.cmd.CommandText = "SELECT au_lname,au_fname,phone " _ & " FROM authors " _ & " WHERE au_lname like @lastName " _ & " AND phone like @phone " _ & " ORDER BY au_lname " cmd.Parameters.AddWithValue("@lastName", txtLastName.Text) cmd.Parameters.AddWithValue("@phone ", txtPhone.Text) ii …

Member Avatar for Reverend Jim
6
5K
Member Avatar for pearl.kumar1

Hi,I need to retrieve the data for Employee details After entering Empno in a 1st text box.I hope it's Simple but i'm Intermediate level in VB.net,Please help ASAP This is My Coding for VB.NET Private Sub View_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click con.Open() cmd = New …

Member Avatar for pearl.kumar1
0
354
Member Avatar for pearl.kumar1

Hi to all, I need to install my own application to an another server,I change my coding to client server name,USerid,PAssword,Etc..But if i run : it will shows an error "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may …

Member Avatar for pearl.kumar1
0
138
Member Avatar for pearl.kumar1

HI TO ALL, I get this error:[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.When Running my vb6 module on Another server SQL Server is installed on Windows Server 2003,and i am testing the application from WinXP and Win7 on my server it will work. Testing from other machines(Server) with …

Member Avatar for pearl.kumar1
0
194

The End.