TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sat
1.7k
70
28k
Combobox Error in c#
Dec 20 2014 7:26 AM
Hi,
i am using visual studio 2013. when i am try to select combobox values i am this error (Accessviolationexception was unhandled:
(
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
using System.Data.SqlServerCe;
using System.Threading;
namespace Rpos
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new LoginPage());
// i am getting exception in this place
(
AccessViolationException was unhandled
)
}
}
}
pls help me anyone as soon as possible..........thanks in advance
Attachment:
error.rar
Reply
Answers (
8
)
i want data from given table on my editor in 2d array
how component object model work