| Thread | Last Post | Replies |
|
| Silverlight XAML Rendering problem in .NET IDE | 30 Jul 2009 16:48 GMT | 2 |
I recently uninstalled Silverlight 2.0 and replaced it by 3.0 but since then, I can only see the XAML code in my .NET IDE 2008 Pro edition. I'm not getting any errors and I don't seem to have any dodgy references. As I said, I've uninstalled all the SL2 and re-installed the latest ...
|
| Response.redirect redirect to the wrong page | 23 Jul 2009 07:41 GMT | 6 |
I have the following code: public static void DoRedirect(string defaultUrl) { HttpRequest q = HttpContext.Current.Request;
|
| ADO.NET Entity Data Model wizard doesn't give appropriate warning | 17 Jul 2009 09:30 GMT | 1 |
I have a database with tables defined without primary keys.. for example: create table tab1 (col1 integer not null, col2 char); create table tab2 (col1 integer, col2 char); create table tab3 (col1 integer not null, col2 char);
|
| 'Microsoft.CompactFramework.Design.UnsafeControl' has no property. | 16 Jul 2009 06:23 GMT | 1 |
The type 'Microsoft.CompactFramework.Design.UnsafeControl' has no property named 'MyPropertyName' I get this error instead of seeing my form in design mode ? what should i do ?
|
| Alias aspx page for a login page based on who is loging in? | 15 Jul 2009 08:51 GMT | 1 |
When I step through the code, I saw the web address bar is something like this: http://localhost:12345/abc/site1login.aspx?role=abc&returenurl=something1.aspx and sometimes the address is:
|
| build error | 15 Jul 2009 08:03 GMT | 3 |
I have a build error in the project: Error 1 The type or namespace name 'uis' could not be found (are you missing a using directive or an assembly reference?) C:\XXXXXX\uofData.aspx.cs 13 7 C:\...\uis\
|
| How do I preview a form I am designing in VC# in VS2008? | 01 Jul 2009 19:44 GMT | 2 |
How can I preview a form I am designing in VC# in VS2008 for graphic content with out data values or logic being executed.? I remember an earlier version had a preview button / switch at the bottom of the design window, but I dont see that in VS2008 IDE for C#.
|