Click here to Skip to main content
15,887,135 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralCheque Writing Control Pin
BrentSeufert22-May-04 12:54
BrentSeufert22-May-04 12:54 
GeneralRe: Cheque Writing Control Pin
Colin Angus Mackay23-May-04 1:53
Colin Angus Mackay23-May-04 1:53 
GeneralRe: Cheque Writing Control Pin
BrentSeufert23-May-04 18:23
BrentSeufert23-May-04 18:23 
GeneralRe: Cheque Writing Control Pin
GNPrinting5-Apr-11 19:25
GNPrinting5-Apr-11 19:25 
GeneralSending Faxes from .NET pages Pin
taylo21-May-04 17:01
taylo21-May-04 17:01 
GeneralReference nightmares in .NET 2003 Pin
jremignanti21-May-04 8:52
jremignanti21-May-04 8:52 
GeneralRe: Reference nightmares in .NET 2003 Pin
Nicholas Naddaf21-May-04 9:12
Nicholas Naddaf21-May-04 9:12 
GeneralRe: Reference nightmares in .NET 2003 Pin
TigerNinja_21-May-04 12:56
TigerNinja_21-May-04 12:56 
Some advice:
1. always use project references. if you look in your .csproj file you'll notice the references use GUIDs, this means you have a project ref. however, you can only do this if you are referencing a project in the same solution.

2. if you have web projects, delete your VsWebCache, and make sure you don't have a run away process. just to be safe you could kill aspnet_wp.exe or restart iis.

[deleting vswebcache]
[STAThread]<br />
		static void Main(string[] args)<br />
		{<br />
            foreach (string dir in Directory.GetDirectories(@"c:\documents and settings"))<br />
            {<br />
                string webCacheDir = dir + @"\VSWebCache";<br />
                if (Directory.Exists(webCacheDir))<br />
                {<br />
                    Console.WriteLine("Deleting " + webCacheDir + "...");<br />
                    Directory.Delete(webCacheDir, true);<br />
                }<br />
            }<br />
		}


R.Bischoff


Denn Gott hat die Menschen so sehr geliebt, daß er seinen einzigen Sohn für sie hergab. Jeder, der an ihn glaubt, wird nicht verlorengehen, sondern das ewige Leben haben


Questionsupports .net more than 2 GB of main memory? Pin
occcy21-May-04 4:01
occcy21-May-04 4:01 
AnswerRe: supports .net more than 2 GB of main memory? Pin
TigerNinja_21-May-04 13:04
TigerNinja_21-May-04 13:04 
GeneralRe: supports .net more than 2 GB of main memory? Pin
Aryadip24-May-04 0:55
Aryadip24-May-04 0:55 
QuestionRandom Navigation of a BindingContext ??? Pin
Kurt B. Ederhoff21-May-04 3:50
Kurt B. Ederhoff21-May-04 3:50 
AnswerRe: Random Navigation of a BindingContext ??? Pin
normanordas1-Jun-04 1:26
normanordas1-Jun-04 1:26 
Generalother .NET frameworks Pin
kratchkov20-May-04 10:44
kratchkov20-May-04 10:44 
GeneralRe: other .NET frameworks Pin
TigerNinja_20-May-04 17:18
TigerNinja_20-May-04 17:18 
GeneralRe: other .NET frameworks Pin
kratchkov21-May-04 9:59
kratchkov21-May-04 9:59 
GeneralListBox with ComboBox embedded Pin
yipan20-May-04 9:56
yipan20-May-04 9:56 
GeneralRe: ListBox with ComboBox embedded Pin
TigerNinja_20-May-04 17:16
TigerNinja_20-May-04 17:16 
GeneralControlPaint.DrawComboButton() Pin
Victor Boctor19-May-04 15:40
Victor Boctor19-May-04 15:40 
GeneralPlugin Application in c# Pin
DajuBhai17-May-04 20:32
sussDajuBhai17-May-04 20:32 
GeneralRe: Plugin Application in c# Pin
Anonymous17-May-04 23:12
Anonymous17-May-04 23:12 
GeneralRe: Plugin Application in c# Pin
Aryadip18-May-04 0:11
Aryadip18-May-04 0:11 
GeneralRe: Plugin Application in c# Pin
Philip Fitzsimons18-May-04 3:10
Philip Fitzsimons18-May-04 3:10 
GeneralRe: Plugin Application in c# Pin
holland_phillip1-Jun-04 9:10
holland_phillip1-Jun-04 9:10 
Generalproblems with configuration settings Pin
Gerda_S16-May-04 21:47
Gerda_S16-May-04 21:47 

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.