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

.NET (Core and Framework)

 
QuestionDecompression is not producing actual data Pin
ameem858-Jul-10 20:30
ameem858-Jul-10 20:30 
AnswerRe: Decompression is not producing actual data Pin
Luc Pattyn8-Jul-10 23:44
sitebuilderLuc Pattyn8-Jul-10 23:44 
QuestionHow to deliver our Core class library Pin
cullyk7-Jul-10 21:17
cullyk7-Jul-10 21:17 
AnswerRe: How to deliver our Core class library Pin
Ennis Ray Lynch, Jr.8-Jul-10 6:53
Ennis Ray Lynch, Jr.8-Jul-10 6:53 
GeneralRe: How to deliver our Core class library Pin
Luc Pattyn8-Jul-10 8:09
sitebuilderLuc Pattyn8-Jul-10 8:09 
AnswerRe: How to deliver our Core class library Pin
The Man from U.N.C.L.E.8-Jul-10 8:06
The Man from U.N.C.L.E.8-Jul-10 8:06 
GeneralRe: How to deliver our Core class library Pin
cullyk8-Jul-10 14:15
cullyk8-Jul-10 14:15 
GeneralRe: How to deliver our Core class library Pin
The Man from U.N.C.L.E.8-Jul-10 22:24
The Man from U.N.C.L.E.8-Jul-10 22:24 
The backwards compatability issue is always a problem. There may be a breaking change because the core library developer does not know what you are doing in your web site, but with care they should not break stuff in that manner.

Certainly as far as versioning is concerned, if you don't like the new version, revert to the old version and no problems. The dependency chain should never break in this manner.

You should be able to debug without the code. Just ensure that the .pdb files are deployed with the dlls, and that they are built in debug not release mode. You should have a separate release build set without pdbs for deployment to the production environment.
If you have knowledge, let others light their candles at it.
Margaret Fuller (1810 - 1850)
[My Articles]  [My Website]

GeneralRe: How to deliver our Core class library Pin
cullyk8-Jul-10 23:49
cullyk8-Jul-10 23:49 
AnswerRe: How to deliver our Core class library Pin
Eddy Vluggen9-Jul-10 5:25
professionalEddy Vluggen9-Jul-10 5:25 
GeneralRe: How to deliver our Core class library Pin
cullyk11-Jul-10 16:57
cullyk11-Jul-10 16:57 
GeneralRe: How to deliver our Core class library Pin
Eddy Vluggen11-Jul-10 21:29
professionalEddy Vluggen11-Jul-10 21:29 
Questiondependency (injection?) question Pin
Super Lloyd7-Jul-10 14:22
Super Lloyd7-Jul-10 14:22 
QuestionRequest format is unrecognized for URL unexpectedly ending in web method name Pin
phoopwint7-Jul-10 11:34
phoopwint7-Jul-10 11:34 
AnswerRe: Request format is unrecognized for URL unexpectedly ending in web method name Pin
Richard MacCutchan7-Jul-10 11:51
mveRichard MacCutchan7-Jul-10 11:51 
GeneralRe: Request format is unrecognized for URL unexpectedly ending in web method name Pin
phoopwint7-Jul-10 11:58
phoopwint7-Jul-10 11:58 
QuestionHELP: How to remove the Microsoft.NET Framework error dialog by programming? Pin
Curious 20096-Jul-10 15:49
Curious 20096-Jul-10 15:49 
AnswerRe: HELP: How to remove the Microsoft.NET Framework error dialog by programming? Pin
Dave Kreskowiak6-Jul-10 17:48
mveDave Kreskowiak6-Jul-10 17:48 
GeneralRe: HELP: How to remove the Microsoft.NET Framework error dialog by programming? Pin
Pete O'Hanlon6-Jul-10 21:50
mvePete O'Hanlon6-Jul-10 21:50 
GeneralRe: HELP: How to remove the Microsoft.NET Framework error dialog by programming? Pin
Luc Pattyn6-Jul-10 23:42
sitebuilderLuc Pattyn6-Jul-10 23:42 
GeneralRe: HELP: How to remove the Microsoft.NET Framework error dialog by programming? Pin
Curious 20097-Jul-10 3:33
Curious 20097-Jul-10 3:33 
AnswerRe: HELP: How to remove the Microsoft.NET Framework error dialog by programming? Pin
JHizzle6-Jul-10 22:07
JHizzle6-Jul-10 22:07 
GeneralRe: HELP: How to remove the Microsoft.NET Framework error dialog by programming? Pin
Curious 20097-Jul-10 3:31
Curious 20097-Jul-10 3:31 
QuestionHunting memory leaks Pin
Helfdane5-Jul-10 21:42
Helfdane5-Jul-10 21:42 
AnswerRe: Hunting memory leaks Pin
Peace ON5-Jul-10 22:09
Peace ON5-Jul-10 22:09 

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.