Click here to Skip to main content
16,006,707 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to insert a new column in anywhere of DataSet? Pin
Maqsood Ahmed12-Feb-06 19:37
Maqsood Ahmed12-Feb-06 19:37 
GeneralRe: How to insert a new column in anywhere of DataSet? Pin
bengoan15-Feb-06 18:06
bengoan15-Feb-06 18:06 
QuestionRead mouse buttons when opening form Pin
John Reinhold10-Feb-06 2:22
John Reinhold10-Feb-06 2:22 
AnswerRe: Read mouse buttons when opening form Pin
Judah Gabriel Himango10-Feb-06 4:22
sponsorJudah Gabriel Himango10-Feb-06 4:22 
QuestionCheck to see if VS 2005 is installed? Pin
daktmacfan10-Feb-06 2:15
daktmacfan10-Feb-06 2:15 
AnswerRe: Check to see if VS 2005 is installed? Pin
Judah Gabriel Himango10-Feb-06 5:10
sponsorJudah Gabriel Himango10-Feb-06 5:10 
QuestionXSL Display Problem!!! Pin
Support12310-Feb-06 2:11
Support12310-Feb-06 2:11 
AnswerRe: XSL Display Problem!!! Pin
JacquesDP10-Feb-06 3:09
JacquesDP10-Feb-06 3:09 
GeneralRe: XSL Display Problem!!! Pin
Support12310-Feb-06 3:57
Support12310-Feb-06 3:57 
GeneralRe: XSL Display Problem!!! Pin
JacquesDP10-Feb-06 4:01
JacquesDP10-Feb-06 4:01 
AnswerRe: XSL Display Problem!!! Pin
leppie10-Feb-06 3:09
leppie10-Feb-06 3:09 
GeneralRe: XSL Display Problem!!! Pin
Support12310-Feb-06 4:01
Support12310-Feb-06 4:01 
GeneralRe: XSL Display Problem!!! Pin
leppie10-Feb-06 5:49
leppie10-Feb-06 5:49 
QuestionNew Day Event Pin
alex@alexhitchins.com10-Feb-06 1:40
alex@alexhitchins.com10-Feb-06 1:40 
AnswerRe: New Day Event Pin
benjymous10-Feb-06 2:37
benjymous10-Feb-06 2:37 
GeneralRe: New Day Event Pin
alex@alexhitchins.com10-Feb-06 2:44
alex@alexhitchins.com10-Feb-06 2:44 
AnswerRe: New Day Event Pin
mav.northwind10-Feb-06 8:31
mav.northwind10-Feb-06 8:31 
Questionshutdown external win32 application Pin
Ibana10-Feb-06 1:36
Ibana10-Feb-06 1:36 
QuestionReal Time Notification in C#, Sql Server Pin
Adarsh Shah10-Feb-06 0:56
Adarsh Shah10-Feb-06 0:56 
AnswerRe: Real Time Notification in C#, Sql Server Pin
Guffa10-Feb-06 2:15
Guffa10-Feb-06 2:15 
GeneralRe: Real Time Notification in C#, Sql Server Pin
Adarsh Shah16-Feb-06 18:43
Adarsh Shah16-Feb-06 18:43 
Question[Message Deleted] Pin
Adarsh Shah10-Feb-06 0:54
Adarsh Shah10-Feb-06 0:54 
AnswerRe: Notification in C#, SQL Server Pin
J4amieC10-Feb-06 0:58
J4amieC10-Feb-06 0:58 
GeneralRe: Notification in C#, SQL Server Pin
Adarsh Shah10-Feb-06 1:01
Adarsh Shah10-Feb-06 1:01 
QuestionC# code-behind file doesn't work with Infopath Pin
Alex Getman10-Feb-06 0:47
Alex Getman10-Feb-06 0:47 
Hi, I found a problem during Infpath Project development in VS 2005.

I've created a new project in VS 2005 (Office -> Infopath form), this project is a simple Infopath Form wich will recieve and submit some data to my web-service.

First of all I should notice that I didn't created any DataSource in design-time from Infopath Forms Designer, instead I am making all calls to web-service methods and filling Infopath forms controls from C# code-behind file.

Then I wrote some C# code in generated Form's code-behind file, also I've added a WebReference to my web-service and wrote code for web service methods calls and Infopath controls filling.

When I starting my project from VS (F5 or Ctrl + F5) everything works fine and I see the controls on my Infopath form are filled with data from web service.

The problem occurs when I am making Project - Publish Form, the published form (xsn file) contains all dll and other necessary files, but when I runnig published form all controls are empty! It seems like my C# code doesn't executed and no exception or error messages does not appear.

Does enybody knows what happens? I suppose that I should change my security configuration setting in .NET Framework configuration, is that correct?

Thank you for your help or any ideas.







xedom developers team


personal web page

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.