Click here to Skip to main content
15,891,033 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: is it possible to import a dll file which was developed my vb.net in to a asp.net application? Pin
Jon_Boy17-Dec-08 6:09
Jon_Boy17-Dec-08 6:09 
AnswerRe: is it possible to import a dll file which was developed my vb.net in to a asp.net application? Pin
Paul Conrad17-Dec-08 5:44
professionalPaul Conrad17-Dec-08 5:44 
QuestionMkdir function Pin
dennymw17-Dec-08 0:18
dennymw17-Dec-08 0:18 
AnswerRe: Mkdir function Pin
Simon P Stevens17-Dec-08 0:43
Simon P Stevens17-Dec-08 0:43 
GeneralRe: Mkdir function Pin
dennymw17-Dec-08 2:09
dennymw17-Dec-08 2:09 
Question2D closet Designer Pin
willy200516-Dec-08 23:28
willy200516-Dec-08 23:28 
QuestionDebugger problem "The breakpoint will not currently be hit. No symbols have been loaded for this document Pin
~Khatri Mitesh~16-Dec-08 21:47
~Khatri Mitesh~16-Dec-08 21:47 
AnswerRe: Debugger problem "The breakpoint will not currently be hit. No symbols have been loaded for this document Pin
Simon P Stevens16-Dec-08 22:44
Simon P Stevens16-Dec-08 22:44 
When you are debugging a program, the debugger (visual studio) needs to locate and load the matching symbol files (the .pdb files) for the specific version being debugged.

It's possible that the .pdb files for some reason are getting mismatched. Perhaps there are some old .pdb files hanging around from an old build. Try deleting everything in the bin and obj directories of every project. This will cause all the projects to rebuild fully and regenerate their .pdb files.

If this doesn't work, check the project settings to see if it's configured to generate symbol files. (Right click on the project->Properties->Build tab->Advanced->Output:Debug Info. Set to either full (for debug builds) or pdb only (for release builds).

Simon

GeneralRe: Debugger problem "The breakpoint will not currently be hit. No symbols have been loaded for this document Pin
astanton197817-Dec-08 3:34
astanton197817-Dec-08 3:34 
GeneralRe: Debugger problem "The breakpoint will not currently be hit. No symbols have been loaded for this document Pin
Jon_Boy17-Dec-08 4:13
Jon_Boy17-Dec-08 4:13 
GeneralRe: Debugger problem "The breakpoint will not currently be hit. No symbols have been loaded for this document Pin
astanton197817-Dec-08 4:15
astanton197817-Dec-08 4:15 
AnswerRe: Debugger problem "The breakpoint will not currently be hit. No symbols have been loaded for this document Pin
~Khatri Mitesh~25-Dec-08 19:29
~Khatri Mitesh~25-Dec-08 19:29 
QuestionHELP!!! How to make a movenext command? Pin
meki_211816-Dec-08 18:08
meki_211816-Dec-08 18:08 
AnswerRe: HELP!!! How to make a movenext command? Pin
Christian Graus16-Dec-08 18:15
protectorChristian Graus16-Dec-08 18:15 
GeneralRe: HELP!!! How to make a movenext command? Pin
meki_211816-Dec-08 18:23
meki_211816-Dec-08 18:23 
QuestionProgress bar to display to take time of to load the report [modified] Pin
jigneshDPatel16-Dec-08 17:12
jigneshDPatel16-Dec-08 17:12 
AnswerRe: Progress bar to display to take time of to load the report Pin
Christian Graus16-Dec-08 17:17
protectorChristian Graus16-Dec-08 17:17 
QuestionRegistry PowerCfg Pin
User 540919016-Dec-08 14:00
User 540919016-Dec-08 14:00 
AnswerRe: Registry PowerCfg Pin
Nanda_MR16-Dec-08 17:09
Nanda_MR16-Dec-08 17:09 
GeneralRe: Registry PowerCfg Pin
User 540919016-Dec-08 17:17
User 540919016-Dec-08 17:17 
GeneralRe: Registry PowerCfg Pin
Dave Kreskowiak16-Dec-08 17:38
mveDave Kreskowiak16-Dec-08 17:38 
Questionconverting 24bit color depth image to 1bpp image Pin
pnpfriend16-Dec-08 6:04
pnpfriend16-Dec-08 6:04 
AnswerRe: converting 24bit color depth image to 1bpp image Pin
Dave Kreskowiak16-Dec-08 8:36
mveDave Kreskowiak16-Dec-08 8:36 
GeneralRe: converting 24bit color depth image to 1bpp image Pin
pnpfriend16-Dec-08 9:43
pnpfriend16-Dec-08 9:43 
GeneralRe: converting 24bit color depth image to 1bpp image Pin
Christian Graus16-Dec-08 9:58
protectorChristian Graus16-Dec-08 9:58 

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.