Click here to Skip to main content
15,887,822 members
Home / Discussions / C#
   

C#

 
AnswerRe: microsoft report viewer simple invoice format code c# Pin
Mycroft Holmes12-Mar-17 14:33
professionalMycroft Holmes12-Mar-17 14:33 
Question.NET Core, .NET Standard: trying to understand Pin
Super Lloyd10-Mar-17 4:01
Super Lloyd10-Mar-17 4:01 
AnswerRe: .NET Core, .NET Standard: trying to understand Pin
Gerry Schmitz10-Mar-17 5:10
mveGerry Schmitz10-Mar-17 5:10 
GeneralRe: .NET Core, .NET Standard: trying to understand Pin
Super Lloyd10-Mar-17 16:02
Super Lloyd10-Mar-17 16:02 
GeneralRe: .NET Core, .NET Standard: trying to understand Pin
Gerry Schmitz10-Mar-17 21:13
mveGerry Schmitz10-Mar-17 21:13 
AnswerRe: .NET Core, .NET Standard: trying to understand Pin
Kevin McFarlane13-Mar-17 6:08
Kevin McFarlane13-Mar-17 6:08 
GeneralRe: .NET Core, .NET Standard: trying to understand Pin
Super Lloyd13-Mar-17 16:41
Super Lloyd13-Mar-17 16:41 
QuestionHow can i solve this Error, i dnt know this error from server or due to my code? Pin
Member 1305063910-Mar-17 0:04
Member 1305063910-Mar-17 0:04 
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. 

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

AnswerRe: How can i solve this Error, i dnt know this error from server or due to my code? Pin
OriginalGriff10-Mar-17 0:21
mveOriginalGriff10-Mar-17 0:21 
QuestionRe: How can i solve this Error, i dnt know this error from server or due to my code? Pin
Gerry Schmitz10-Mar-17 5:15
mveGerry Schmitz10-Mar-17 5:15 
QuestionHow to review dotnet code Pin
Tridip Bhattacharjee9-Mar-17 21:52
professionalTridip Bhattacharjee9-Mar-17 21:52 
AnswerRe: How to review dotnet code Pin
Pete O'Hanlon9-Mar-17 22:22
mvePete O'Hanlon9-Mar-17 22:22 
AnswerRe: How to review dotnet code Pin
Gerry Schmitz10-Mar-17 5:25
mveGerry Schmitz10-Mar-17 5:25 
QuestionWhat control can add pictures and text horizontally ? Pin
Member 24584679-Mar-17 19:53
Member 24584679-Mar-17 19:53 
AnswerRe: What control can add pictures and text horizontally ? Pin
Ralf Meier9-Mar-17 21:10
mveRalf Meier9-Mar-17 21:10 
AnswerRe: What control can add pictures and text horizontally ? Pin
xiecsuk10-Mar-17 0:01
xiecsuk10-Mar-17 0:01 
AnswerRe: What control can add pictures and text horizontally ? Pin
Gerry Schmitz10-Mar-17 5:53
mveGerry Schmitz10-Mar-17 5:53 
GeneralRe: What control can add pictures and text horizontally ? Pin
Member 245846712-Mar-17 18:26
Member 245846712-Mar-17 18:26 
GeneralRe: What control can add pictures and text horizontally ? Pin
Pete O'Hanlon12-Mar-17 21:23
mvePete O'Hanlon12-Mar-17 21:23 
GeneralRe: What control can add pictures and text horizontally ? Pin
Eddy Vluggen13-Mar-17 1:51
professionalEddy Vluggen13-Mar-17 1:51 
Questionc# out parameter must be assigned.... I don't see the logic [solved] Pin
User 110609799-Mar-17 8:48
User 110609799-Mar-17 8:48 
AnswerRe: c# out parameter must be assigned.... I don't see the logic Pin
Richard Deeming9-Mar-17 10:35
mveRichard Deeming9-Mar-17 10:35 
GeneralRe: c# out parameter must be assigned.... I don't see the logic Pin
User 110609799-Mar-17 10:38
User 110609799-Mar-17 10:38 
GeneralRe: c# out parameter must be assigned.... I don't see the logic Pin
User 110609799-Mar-17 20:28
User 110609799-Mar-17 20:28 
AnswerRe: c# out parameter must be assigned.... I don't see the logic Pin
Ralf Meier9-Mar-17 21:14
mveRalf Meier9-Mar-17 21:14 

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.