Click here to Skip to main content
15,917,062 members
Home / Discussions / C#
   

C#

 
GeneralRe: timer function Pin
Stefan Troschuetz27-Oct-04 23:00
Stefan Troschuetz27-Oct-04 23:00 
GeneralRe: timer function Pin
ppp00127-Oct-04 23:04
ppp00127-Oct-04 23:04 
GeneralRe: timer function Pin
Stefan Troschuetz27-Oct-04 23:11
Stefan Troschuetz27-Oct-04 23:11 
GeneralRe: timer function Pin
Salil Khedkar27-Oct-04 23:08
Salil Khedkar27-Oct-04 23:08 
GeneralRe: timer function Pin
Dave Kreskowiak28-Oct-04 3:28
mveDave Kreskowiak28-Oct-04 3:28 
GeneralRe: the offset is calculated by byte or by double bytes? Pin
momer27-Oct-04 20:48
momer27-Oct-04 20:48 
GeneralHelp Prob: not recognised as MDIContainer Pin
dazzler227-Oct-04 20:34
dazzler227-Oct-04 20:34 
GeneralRe: Help Prob: not recognised as MDIContainer Pin
Heath Stewart27-Oct-04 21:31
protectorHeath Stewart27-Oct-04 21:31 
That would most likely be a complete was of time. For one, VS.NET is merely a client for the .NET Framework, which is a separate component. It implements and uses code to facilitate designers and invokes the compilers to compile managed code, but nothing more (regarding the .NET Framework).

The .NET Framework - especially Windows Forms - P/Invokes and uses COM interop with native Windows APIs.

More than likely, something changed on your system. Did you install any new patches or service packs? Did you change any code - no matter how "unrelated" you think it is? Have you made sure that you're disposing any modal dialogs or other resources (like any Graphics or Bitmap instances you create)? In most cases the fault is with the code. Just re-installing the .NET Framework will almost never solve the problems. You need to first look at your code.

So be more specific about your problems and what exceptions - if any - you're betting. Give us stack traces and other details regarding your problem, but don't just go reinstalling everything. Not only is that a bad way to resolve issues (not knowing what the problem is - no matter if the fix works or not - will most likely lead to the problem happening again), but it most likely won't resolve your issue.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
QuestionKnow any articles on pasting files from Explorer? Pin
Anonymous27-Oct-04 19:44
Anonymous27-Oct-04 19:44 
AnswerRe: Know any articles on pasting files from Explorer? Pin
Heath Stewart27-Oct-04 21:22
protectorHeath Stewart27-Oct-04 21:22 
GeneralRandom thing Pin
Yulianto.27-Oct-04 18:50
Yulianto.27-Oct-04 18:50 
GeneralRe: Random thing Pin
Stanciu Vlad27-Oct-04 19:52
Stanciu Vlad27-Oct-04 19:52 
GeneralRe: Random thing Pin
Corinna John27-Oct-04 20:19
Corinna John27-Oct-04 20:19 
GeneralRe: Random thing Pin
J4amieC27-Oct-04 23:12
J4amieC27-Oct-04 23:12 
GeneralEnabling/Disabling toolbars dynamically Pin
amil021427-Oct-04 18:10
amil021427-Oct-04 18:10 
GeneralRe: Enabling/Disabling toolbars dynamically Pin
sreejith ss nair27-Oct-04 18:31
sreejith ss nair27-Oct-04 18:31 
Questionthe offset is calculated by byte or by double bytes? Pin
momer27-Oct-04 16:58
momer27-Oct-04 16:58 
AnswerRe: the offset is calculated by byte or by double bytes? Pin
sreejith ss nair27-Oct-04 18:32
sreejith ss nair27-Oct-04 18:32 
GeneralRe: the offset is calculated by byte or by double bytes? Pin
momer27-Oct-04 20:48
momer27-Oct-04 20:48 
GeneralRe: the offset is calculated by byte or by double bytes? Pin
Heath Stewart27-Oct-04 20:58
protectorHeath Stewart27-Oct-04 20:58 
GeneralRe: the offset is calculated by byte or by double bytes? Pin
momer27-Oct-04 21:30
momer27-Oct-04 21:30 
GeneralRe: the offset is calculated by byte or by double bytes? Pin
Heath Stewart27-Oct-04 21:41
protectorHeath Stewart27-Oct-04 21:41 
GeneralRe: the offset is calculated by byte or by double bytes? Pin
momer27-Oct-04 21:51
momer27-Oct-04 21:51 
GeneralRe:Stewart Pin
momer27-Oct-04 21:51
momer27-Oct-04 21:51 
AnswerRe: the offset is calculated by byte or by double bytes? Pin
Heath Stewart27-Oct-04 21:56
protectorHeath Stewart27-Oct-04 21:56 

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.