C#代码:        [DllImport("duxie.dll", EntryPoint = "lala", CharSet = CharSet.None)]
        public static extern string lala();        private void button1_Click(object sender, RoutedEventArgs e)
        {
            string a = lala();//////////此处报错
        }
错误为:Attempted to read or write protected memory. This is often an indication that other memory is corrupt另外,dll本身的返回值是char*我是新手,希望大家多多指教,最好详细一点,我会多加分的,急啊!!!