Click here to Skip to main content
15,915,501 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to Export my datas in the form view ti MS Word using C# Pin
Piyush Vardhan Singh9-Apr-09 3:22
Piyush Vardhan Singh9-Apr-09 3:22 
GeneralRe: How to Export my datas in the form view ti MS Word using C# Pin
sonusanthosh9-Apr-09 4:04
sonusanthosh9-Apr-09 4:04 
QuestionModel pop up Pin
nithydurai9-Apr-09 2:21
nithydurai9-Apr-09 2:21 
AnswerRe: Model pop up Pin
ToddHileHoffer9-Apr-09 5:35
ToddHileHoffer9-Apr-09 5:35 
Questiontype does not contain a definition for Identifier Pin
nilam24779-Apr-09 2:12
nilam24779-Apr-09 2:12 
AnswerRe: type does not contain a definition for Identifier Pin
Colin Angus Mackay9-Apr-09 2:43
Colin Angus Mackay9-Apr-09 2:43 
AnswerRe: type does not contain a definition for Identifier Pin
Yusuf9-Apr-09 6:03
Yusuf9-Apr-09 6:03 
QuestionDefault date format problem Pin
madgardener9-Apr-09 2:09
madgardener9-Apr-09 2:09 
Hi.

I am having trouble with .NET asp page written with C#. I am starting new thread from my web page and inside that I am running .dtsx(Sql Server Integration Services) package.
I dont know if this should be posted here but I though that this would at least be place to start. Please correct me if I am wrong.

Any way. The problem is that no matter what I do the package I run uses default time format(the one used when installing the server maybe?). It is in US format and I would like to use Finnish one.

What I have tried to fix the problem:
-Change CultureInfo and CulturureUIInfo for current and new threads. Success yes. But the package still uses US format.
-Changed culture to webconfig. No effect. Changed culture in Aspx page. No effect.
-Changed International (Default Regional if I understood correctly) settings to Finnish. Used this for help: Changing Server Core's Look and Feel, Part 1 [^]
- Changed date formats for all users to be correct using regedit. Even searched all registeration values for wrong date format. Didn't find any after I had manually changed them.
-Changed IIS configuration. At least some parts. Found one place where date format was still wrong.

NOTHING helps.

When I run my package using DTSEXEC it works fine.
When I run it using web page it does not.
Application application = new Microsoft.SqlServer.Dts.Runtime.Application();

Package pLoader = new Package();

//load package file
pLoader = application.LoadPackage(SSISPath, null, false);
if (!SSISConfig.Equals("")) export.ImportConfigurationFile(SSISConfig);

//execute
DTSExecResult result = pLoader.Execute();

Any ideas configuring the server, changing the code or some other solution would be most welcome.
Please help me =)
QuestionDisplaying menu items Pin
scar_face9-Apr-09 1:02
scar_face9-Apr-09 1:02 
AnswerRe: Displaying menu items Pin
Ashfield9-Apr-09 1:40
Ashfield9-Apr-09 1:40 
AnswerRe: Displaying menu items Pin
Mihirdash9-Apr-09 2:19
professionalMihirdash9-Apr-09 2:19 
QuestionHow to Download images from server (ftp) to local system..ASP.Net with C# Pin
ven3219-Apr-09 1:00
ven3219-Apr-09 1:00 
AnswerRe: How to Download images from server (ftp) to local system..ASP.Net with C# Pin
Ashfield9-Apr-09 1:41
Ashfield9-Apr-09 1:41 
QuestionProblem with ListBox Pin
Vimalsoft(Pty) Ltd9-Apr-09 0:02
professionalVimalsoft(Pty) Ltd9-Apr-09 0:02 
AnswerRe: Problem with ListBox Pin
monu nair9-Apr-09 0:06
monu nair9-Apr-09 0:06 
GeneralRe: Problem with ListBox Pin
Vimalsoft(Pty) Ltd9-Apr-09 0:09
professionalVimalsoft(Pty) Ltd9-Apr-09 0:09 
GeneralRe: Problem with ListBox Pin
Vimalsoft(Pty) Ltd9-Apr-09 0:15
professionalVimalsoft(Pty) Ltd9-Apr-09 0:15 
AnswerRe: Problem with ListBox Pin
Abhijit Jana9-Apr-09 0:17
professionalAbhijit Jana9-Apr-09 0:17 
GeneralRe: Problem with ListBox Pin
Vimalsoft(Pty) Ltd9-Apr-09 0:29
professionalVimalsoft(Pty) Ltd9-Apr-09 0:29 
GeneralRe: Problem with ListBox Pin
Abhijit Jana9-Apr-09 1:22
professionalAbhijit Jana9-Apr-09 1:22 
GeneralRe: Problem with ListBox Pin
Vimalsoft(Pty) Ltd9-Apr-09 1:27
professionalVimalsoft(Pty) Ltd9-Apr-09 1:27 
GeneralRe: Problem with ListBox Pin
Abhijit Jana9-Apr-09 1:59
professionalAbhijit Jana9-Apr-09 1:59 
GeneralRe: Problem with ListBox Pin
Vimalsoft(Pty) Ltd9-Apr-09 2:06
professionalVimalsoft(Pty) Ltd9-Apr-09 2:06 
GeneralRe: Problem with ListBox Pin
Vimalsoft(Pty) Ltd9-Apr-09 3:56
professionalVimalsoft(Pty) Ltd9-Apr-09 3:56 
GeneralRe: Problem with ListBox Pin
Abhijit Jana9-Apr-09 4:24
professionalAbhijit Jana9-Apr-09 4:24 

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.