La vostra fonte migliore delle informazioni e delle notizie circa finestre Vista, segreti e winvista sul Internet

ARTICOLI del Vista PRINCIPALE 50 Vista VIDEOS Vista MOLLE AIUTO del Vista

. Rete

Attualmente state passando in rassegna gli articoli da Software compatibile di MS Windows Vista abbinare la categoria . Rete.

Peek nel codice sorgente della struttura di .NET

A

Popolarità: unranked

Scritto dai askars sopra 18 gennaio 2008 con nessun osservazioni.
Legga più articoli sopra Struttura di .NET e otherSoftware e Codifichi i campioni e Rompere le notizie e . Rete e Notizie.

Addestramento del video di SharePoint 2007 da Sahil Malik e da Carl Franklin

A

Scritto dai askars sopra 6 dicembre 2007 con nessun osservazioni.
Legga più articoli sopra Rompere le notizie e otherSoftware e Varie e . Rete e Notizie e Uncategorized.

Tipi della struttura 3.5 di .NET e manifesto comunemente usati di Namespaces

A

Scritto dai askars sopra 18 novembre 2007 con nessun osservazioni.
Legga più articoli sopra Struttura 3.0 di .NET e Struttura di .NET e Varie e . Rete.

ESEGUA il permesso negato sul ™ del ™sp_sdidebug†del †dell'oggetto, il ™ del ˜master†del †della base di dati, ™ del ˜dbo†del †del proprietario.

Ho ottenuto questo errore da uno dei miei servizi di fotoricettore di ASP.NET quando ho provato a prendere alcuni dati da una base di dati a distanza. Ho provato a cercare in linea una difficoltà possibile a questa edizione ma non ne ho trovato convincere e così ho pensato a pubblicare la soluzione che ha risolto il problema.

Noti prego che questa soluzione può soltanto essere efficace se state mettendo a punto il vostro servizio della pagina/fotoricettore di ASP.NET e manualmente state fissando il processo dell'operaio.

1. Attaccatura al processo dell'operaio.

immagine

immagine

2. Con il aspnet_wp.exe evidenziato il colpo “seleziona…„ tasto sul lato destro superiore.

immagine

Otterrete “il tipo prescelto„ dialogo di codice con “automaticamente determinate il tipo di codice per mettere a punto„ selezionato. Ora affinchè ASP.NET usino il tipo “controllato„ di codice controllando “ha controllato„ il checkbox.

Provilo ancora e dovrebbe funzionare senza “ESEGUE il permesso negato' lo sp_sdidebug' sull'oggetto, padrone del `della base di dati', dbo del `del proprietario'.„ errore.

Speranza che aiuta. Let me know of any issues or alternate solutions in comments.

Written by askars on October 25th, 2007 with 1 comment.
Read more articles on howto and Misc and ASP.NET and .Net and Visual Studio and Tips and Tricks.

Microsoft is open sourcing the .NET Framework

image

Scott Guthrie announced today that Microsoft is opening up the source code for the .NET Framework library with the release of the .NET Framework 3.5 and Visual Studio 2008 later this year. Microsoft will begin by offering the source code (with source file comments included) for the .NET Base Class Libraries (System, System.IO, System.Collections, System.Configuration, System.Threading, System.Net, System.Security, System.Runtime, System.Text, etc), ASP.NET (System.Web), Windows Forms (System.Windows.Forms), ADO.NET (System.Data), XML (System.Xml), and WPF (System.Windows). It will then be adding more libraries in the months ahead (including WCF, Workflow, and LINQ). The source code will be released under the Microsoft Reference License (MS-RL).

Source: Scott Guthrie

Written by askars on October 3rd, 2007 with no comments.
Read more articles on Breaking News and .NET Framework and .Net and Visual Studio and News and Microsoft.

ASP.NET 2.0 Server Side Comments

Ever wonder how to write comments within an aspx file? <!– –> won’t cut it as it gets processed on the server side and the resulting HTML will contain the commented code as processed. Enter, <%– –%>. There are 2 ways you can truly comment on an aspx file.

One way. for example,

<%–

Anything within this block will not be parsed/handled by ASP.NET.

<asp:TextBox runat=”server”></asp:TextBox>

–%>

And here is the other visual way of doing it,

image

Hope it helps.

Written by askars on September 30th, 2007 with no comments.
Read more articles on howto and ASP.NET and .Net and Visual Studio and Tips and Tricks.

« Older articles

No newer articles