C# Standard and UserControls

  • Thread starter Thread starter Frank Oquendo
  • Start date Start date
F

Frank Oquendo

Can I compile a UserControl even though the IDE won't let me design one?

--
There are 10 kinds of people. Those who understand binary and those who
don't.

http://code.acadx.com
(Pull the pin to reply)
 
Frank Oquendo said:
Can I compile a UserControl even though the IDE won't let me design one?
Yes, its just code. The IDE may give you some trouble with
intellisense\designer, but you can still complie it(even if the IDE won't,
csc will).
 
Miha said:
Hi Frank,

Why IDE won't let you design an usercontrol?

The project template isn't there in C# Standard. I also discovered you can
only connect to MSDE and not SQL Server.

<off to see just what else I can't do for $99>

--
There are 10 kinds of people. Those who understand binary and those who
don't.

http://code.acadx.com
(Pull the pin to reply)
 
Frank Oquendo said:
The project template isn't there in C# Standard. I also discovered you can
only connect to MSDE and not SQL Server.

As a note, your code will work with SQL server no problem, the designers
involved may not support SQL server however.
 
Back
Top