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

.NET (Core and Framework)

 
GeneralRe: Migrating web Application to .Net 2005 Pin
happyheartcs11-Jan-07 5:11
happyheartcs11-Jan-07 5:11 
GeneralWPF Tutorials Pin
Brady Kelly10-Jan-07 22:25
Brady Kelly10-Jan-07 22:25 
GeneralRe: WPF Tutorials Pin
Thomas Stockwell13-Jan-07 5:49
professionalThomas Stockwell13-Jan-07 5:49 
QuestionI want to give Online pupations for my own software Pin
illusionarylife10-Jan-07 22:20
illusionarylife10-Jan-07 22:20 
AnswerRe: I want to give Online pupations for my own software Pin
Colin Angus Mackay10-Jan-07 23:27
Colin Angus Mackay10-Jan-07 23:27 
QuestionClick Once Deployment Problems Pin
harwanegg10-Jan-07 20:18
harwanegg10-Jan-07 20:18 
QuestionI am trying to convert the DSOFramer com component as .net framework assembly Pin
indian14310-Jan-07 19:51
indian14310-Jan-07 19:51 
QuestionMoving my C++/MFC project from VS 2003 to VS 2005 Pin
AlexEvans10-Jan-07 17:26
AlexEvans10-Jan-07 17:26 
Hello there

Until today, I have been using VS 2003 / VC ++ without any problems for several years

Installed VS 2005 on my WinXP-SP2 machine (left all the default folders as suggested), then applied SP1 of VS 2005 without any problems… Then, converted my project to the new IDE using the wizard – no errors or any messages, seemed all OK:

BUT

1) Decided first to build an ANSI RELEASE version, all seemed OK except the application looks wrong, the tree control fails to create, the dialog background colouring is NOT there, all the buttons on my dialog do NOT process any messages, so to quit the screen I had to use ALT + F4, nothing else would work.

2) Attempting to build and debug an ANSI DEBUG version of my program, it seems the IDE can’t locate the VC DEBUG DLL’s and I had to copy those into my application folder… Strange – I thought the IDE should “Know” where these are located…

mfc80d.dll
mfcm80d.dll
msvcm80d.dll
msvcp80d.dll
msvcr80d.dll

3) Attempting to build a UNICODE DEBUG of my program, I get this error

LINK : fatal error LNK1181: cannot open input file 'lsvc8u.lib'
Searching for the file on my PC returns ZERO results, there is no such file on my machine, I did performed a complete install of VS 2005, and am not expecting anything to be missing…


4) On exiting my application, I get a crash with the message f:\sp\vctools...", I have no idea where is the “f:” drive designation coming from since I don’t have such a drive mapping on my PC

Looking at the Call stack, I get a “Strange” list – which I am sure my Application DOES NOT execute, so I figure somwhere there must be a corruption of sorts for this to come up. Looking at the bottom of the list, Ther is a call to a function MKGetFaxDateandTime() which I am sure it is NOT called anywhere.

Anyone has such experince???

Cheers
Alex

AnswerRe: Moving my C++/MFC project from VS 2003 to VS 2005 Pin
Christian Graus10-Jan-07 18:59
protectorChristian Graus10-Jan-07 18:59 
QuestionSingleton Application Pin
PavanPareta10-Jan-07 17:16
PavanPareta10-Jan-07 17:16 
AnswerRe: Singleton Application Pin
Christian Graus10-Jan-07 18:56
protectorChristian Graus10-Jan-07 18:56 
GeneralRe: Singleton Application Pin
PavanPareta10-Jan-07 19:21
PavanPareta10-Jan-07 19:21 
GeneralRe: Singleton Application Pin
szukuro11-Jan-07 1:00
szukuro11-Jan-07 1:00 
GeneralRe: Singleton Application [modified] Pin
Jun Du11-Jan-07 14:34
Jun Du11-Jan-07 14:34 
QuestionCustom Design View with User Control Pin
LagoonMatt10-Jan-07 12:59
LagoonMatt10-Jan-07 12:59 
AnswerRe: Custom Design View with User Control Pin
Christian Graus10-Jan-07 18:59
protectorChristian Graus10-Jan-07 18:59 
GeneralRe: Custom Design View with User Control Pin
LagoonMatt12-Jan-07 14:01
LagoonMatt12-Jan-07 14:01 
AnswerRe: Custom Design View with User Control Pin
LagoonMatt12-Jan-07 15:14
LagoonMatt12-Jan-07 15:14 
QuestionVSS on .Net 2005 Pin
happyheartcs10-Jan-07 11:35
happyheartcs10-Jan-07 11:35 
AnswerRe: VSS on .Net 2005 Pin
Not Active10-Jan-07 12:41
mentorNot Active10-Jan-07 12:41 
QuestionCapture video from camera Pin
Yevgeny Efter10-Jan-07 9:31
Yevgeny Efter10-Jan-07 9:31 
Questionhow to develop an add-in component in .net for outlook Pin
srichandk9-Jan-07 23:33
srichandk9-Jan-07 23:33 
AnswerRe: how to develop an add-in component in .net for outlook Pin
Talal Sultan9-Jan-07 23:37
Talal Sultan9-Jan-07 23:37 
QuestionRe: how to develop an add-in component in .net for outlook Pin
srichandk9-Jan-07 23:51
srichandk9-Jan-07 23:51 
AnswerRe: how to develop an add-in component in .net for outlook Pin
Talal Sultan10-Jan-07 0:00
Talal Sultan10-Jan-07 0:00 

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.