Hi,
I am doing research on hosting the CAD,CAE in my WPF application.
Is it possible to host on WPF application?
Please help
With Regards
Deepak
View Complete Post
I created project as a WCF Service application and now according to recuriment that needs to be converted as a self hosting application
How can i do this?
Converting WCF service app to Self hosting app?
When I try to integrate a WPF control library in a WF code activity object I get the exception "The calling thread must be STA, because many UI components require this." Here is a snippet:
[STAThread]
private void OpenGUI()
{
//Load GUI
mainGUI = new WPFControlLibrary.UserControl_GUI();
}
When the mainGUI = line is executed, I get the error.
Please excuse my ignorance, I am a novice in WF and WPF.
Thanks in advance for any help.
Hi
I am working in the project.
I need to host the External application like Catia,Autocad in my WPF application.
Is it possible?
If yes.Please guide me with this..
I have two instance of database and connected the other with linked server. When i run the application locally its working fine. It gets valur from linked server tables. After hosting the application in IIS im getting following eror.
The OLE DB provider "SQLNCLI" for linked server "LINK" does not contain the table ""90"."dbo"."table"". The table either does not exist or the current user does not have permissions on that table.
Can anyone specify what user should be mapped to solve this issue?
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend