Click here to Skip to main content
15,888,803 members
Home / Discussions / C#
   

C#

 
GeneralRe: Win32 API pointer question Pin
albean17-Jun-03 15:31
albean17-Jun-03 15:31 
GeneralRe: Win32 API pointer question Pin
J. Dunlap17-Jun-03 15:35
J. Dunlap17-Jun-03 15:35 
GeneralMessage Handler Pin
JorcanFyn17-Jun-03 5:35
JorcanFyn17-Jun-03 5:35 
GeneralRe: Message Handler Pin
albean17-Jun-03 5:55
albean17-Jun-03 5:55 
GeneralRe: Message Handler Pin
JorcanFyn17-Jun-03 6:03
JorcanFyn17-Jun-03 6:03 
GeneralDraw in the title of a form Pin
STW17-Jun-03 5:11
STW17-Jun-03 5:11 
GeneralRe: Draw in the title of a form Pin
Dimitris Iliopoulos17-Jun-03 13:42
Dimitris Iliopoulos17-Jun-03 13:42 
GeneralMajor Error Needing Major Help!!! Pin
jesus4u17-Jun-03 4:47
jesus4u17-Jun-03 4:47 
Mad | :mad: My friend's computer is reporting this error when trying to fill a DataSet. All was working fine until he installed the sample PetShop project from Microsoft. Anybody have a CLUE on HOW to fix? HE can't run ANY projects that connect to SQL.

[COLOR=red]Server Error in '/DataListDemo' Application.
--------------------------------------------------------------------------------

'ResourcePool' is not supported on the current platform.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.PlatformNotSupportedException: 'ResourcePool' is not supported on the current platform.

Source Error:

Line 77: SqlDataAdapter da = new SqlDataAdapter("Select * From Titles", conn);
Line 78: DataSet ds = new DataSet();
Line 79: da.Fill(ds, "title_record");
Line 80: DataList1.DataSource = ds;
Line 81: DataList1.DataBind();

[/COLOR]
GeneralRe: Major Error Needing Major Help!!! Pin
Dimitris Iliopoulos17-Jun-03 13:46
Dimitris Iliopoulos17-Jun-03 13:46 
GeneralReturning all fields in a database Pin
.gonad17-Jun-03 4:25
.gonad17-Jun-03 4:25 
GeneralRe: Returning all fields in a database Pin
.gonad17-Jun-03 6:56
.gonad17-Jun-03 6:56 
GeneralRe: Marshalling Pin
firat kocak17-Jun-03 3:21
firat kocak17-Jun-03 3:21 
GeneralRe: Marshalling Pin
firat kocak17-Jun-03 3:58
firat kocak17-Jun-03 3:58 
GeneralRe: Marshalling Pin
firat kocak17-Jun-03 4:46
firat kocak17-Jun-03 4:46 
GeneralInterop Pin
grv57516-Jun-03 21:48
grv57516-Jun-03 21:48 
GeneralRe: Interop Pin
firat kocak17-Jun-03 1:25
firat kocak17-Jun-03 1:25 
Generalplease help, simple question Pin
wickedclownz16-Jun-03 21:30
wickedclownz16-Jun-03 21:30 
GeneralRe: please help, simple question Pin
Nick Seng16-Jun-03 22:55
Nick Seng16-Jun-03 22:55 
GeneralRe: please help, simple question Pin
wickedclownz16-Jun-03 23:00
wickedclownz16-Jun-03 23:00 
GeneralRe: please help, simple question Pin
Nick Seng16-Jun-03 23:16
Nick Seng16-Jun-03 23:16 
GeneralRe: please help, simple question Pin
wickedclownz16-Jun-03 23:09
wickedclownz16-Jun-03 23:09 
GeneralRe: please help, simple question Pin
shaunAustin17-Jun-03 2:23
shaunAustin17-Jun-03 2:23 
GeneralRe: please help, simple question Pin
Dimitris Iliopoulos17-Jun-03 13:53
Dimitris Iliopoulos17-Jun-03 13:53 
GeneralRe: please help, simple question Pin
obaeyens18-Jun-03 3:49
obaeyens18-Jun-03 3:49 
GeneralDate Sorting of Files Pin
azusakt16-Jun-03 16:26
azusakt16-Jun-03 16:26 

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.