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

.NET (Core and Framework)

 
QuestionC# + Java Pin
sadas232341s10-Nov-10 8:03
sadas232341s10-Nov-10 8:03 
AnswerRe: C# + Java Pin
Richard MacCutchan10-Nov-10 9:13
mveRichard MacCutchan10-Nov-10 9:13 
GeneralRe: C# + Java [modified] Pin
sadas232341s10-Nov-10 9:26
sadas232341s10-Nov-10 9:26 
GeneralRe: C# + Java Pin
Richard MacCutchan10-Nov-10 9:45
mveRichard MacCutchan10-Nov-10 9:45 
AnswerRe: C# + Java Pin
dan!sh 10-Nov-10 9:54
professional dan!sh 10-Nov-10 9:54 
AnswerRe: C# + Java Pin
Abhinav S11-Nov-10 7:38
Abhinav S11-Nov-10 7:38 
AnswerRe: C# + Java Pin
Eddy Vluggen11-Nov-10 10:16
professionalEddy Vluggen11-Nov-10 10:16 
Question32 bits 3. party library in a 64 bits server. Pin
Frode Sætre10-Nov-10 4:00
Frode Sætre10-Nov-10 4:00 
32 bits 3. party library in a 64 bits server.

Hi experts.

I have a problem that I need help to solve, so I’m reaching out for help.
My current wcf service is using a 3. party library. This library is only supporting 32 bits operating systems, and my wcf service is moving to 64 bits windows server os.
The vendor is large and we are small, getting a 64 bits version of the library was a big NO.
Unfortunately I can not change to another vendor so I’m stuck with the problem. Frown | :(

My wcf is going to be run in IIS6, and the server hosts multiple wcf services in the IIS, each with it’s own app pool.
I have tried this
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/405f5bb5-87a3-43d2-8138-54b75db73aa1.mspx?mfr=true
but it won’t work to set the flag Enable32BitAppOnWin64 on only the app pool to my wcf service in IIS 6. I can only set the flag on all the app pools to 32 bits. Witch is a no go from the rest of the company. And we did test it on our test server, It didn’t work.
IIS7 might work, but migrating to IIS7 based upon it might work, is a no go from the rest of the company.

My co-worker found this blog on how to get this to work.
http://www.dnjonline.com/article.aspx?id=jun07_access3264
Basically make a .net com wrapper for the library, and the com library runs on a 32 bits process. Than make another .net wrapper with communicate with the com library.
Now this where promising so I tried this, but ran into trouble immediately. Sigh | :sigh:
A .net library in com needs to be strongly type, with a public key.
Therefore any reference need to be strongly typed as well, which my 3. party library is not.

So to my questions.
Do anyone now a better way to get my 32 bit 3. party library to work on a 64 bit os?

Does anyone now how to create a strongly typed library with a reference that is not a strongly typed.

Regards
Frode Sætre
AnswerRe: 32 bits 3. party library in a 64 bits server. Pin
Pete O'Hanlon10-Nov-10 10:58
mvePete O'Hanlon10-Nov-10 10:58 
GeneralRe: 32 bits 3. party library in a 64 bits server. Pin
Frode Sætre10-Nov-10 23:07
Frode Sætre10-Nov-10 23:07 
GeneralRe: 32 bits 3. party library in a 64 bits server. Pin
Luc Pattyn11-Nov-10 0:00
sitebuilderLuc Pattyn11-Nov-10 0:00 
QuestionReflectionTypeLoadException during MEF composition Pin
Phil J Pearson10-Nov-10 1:59
Phil J Pearson10-Nov-10 1:59 
QuestionCreating employee leave management system in C#.net using mysql database Pin
sr15910-Nov-10 0:56
sr15910-Nov-10 0:56 
AnswerRe: Creating employee leave management system in C#.net using mysql database Pin
Pete O'Hanlon10-Nov-10 1:02
mvePete O'Hanlon10-Nov-10 1:02 
GeneralRe: Creating employee leave management system in C#.net using mysql database Pin
sr15910-Nov-10 1:27
sr15910-Nov-10 1:27 
GeneralRe: Creating employee leave management system in C#.net using mysql database Pin
Dave Kreskowiak10-Nov-10 2:13
mveDave Kreskowiak10-Nov-10 2:13 
GeneralRe: Creating employee leave management system in C#.net using mysql database Pin
Pete O'Hanlon10-Nov-10 2:35
mvePete O'Hanlon10-Nov-10 2:35 
AnswerRe: Creating employee leave management system in C#.net using mysql database Pin
fjdiewornncalwe10-Nov-10 2:35
professionalfjdiewornncalwe10-Nov-10 2:35 
QuestionThunder Unit Conversion Bug in conversion Pin
maurofurlan8-Nov-10 2:35
maurofurlan8-Nov-10 2:35 
AnswerRe: Thunder Unit Conversion Bug in conversion Pin
maurofurlan8-Nov-10 2:37
maurofurlan8-Nov-10 2:37 
GeneralRe: Thunder Unit Conversion Bug in conversion Pin
Not Active8-Nov-10 2:41
mentorNot Active8-Nov-10 2:41 
GeneralRe: Thunder Unit Conversion Bug in conversion Pin
maurofurlan8-Nov-10 3:06
maurofurlan8-Nov-10 3:06 
GeneralRe: Thunder Unit Conversion Bug in conversion Pin
Not Active8-Nov-10 3:18
mentorNot Active8-Nov-10 3:18 
AnswerRe: Thunder Unit Conversion Bug in conversion Pin
Not Active8-Nov-10 2:40
mentorNot Active8-Nov-10 2:40 
QuestionWebRequest and WebResponse Pin
ganesh_IT7-Nov-10 20:16
ganesh_IT7-Nov-10 20:16 

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.