Comments
5 comments
-
I don't know what you mean by a 3rd party framework, but I can't think of any reason you would need to. SmartAssembly will produce a dll that's compatible with the old dll.
-
our comany product has
1.htm
2.javascript
3.infragistics
4.asp
5. aspx
6. win forms
7. 3rd party framework(not MS dot net framework)
In order to establish the communication among above, we have 3rd party framework(not MS dot net framework)
If we wanna use SA, we need to convert all dll's into SA dll's.
My Clarification:
1.In the same manner do we required to convert 3rd party framework(not MS dot net framework) also
2. does SA support unmanneged code/dll also(like, c++,vc++,javascript,htm files/dll also)
Any help would be appreciated -
I still don't understand, SmartAssembly only works on .NET applications, and usually Mono. What framework are you talking about.
No, SmartAssembly doesn't support anything other than .NET. -
I am building the dlls using SA and not the exe/dll that launches the application. This is because the host for my application is a third party software and i dont want to touch it.
If this is the case, is there a way to report exceptions using SA only by building my dll/s where the app. error could occur? -
Yes, here's some advice:
http://www.red-gate.com/supportcenter/C ... 362539.htm
Add comment
Please sign in to leave a comment.
My question is: Do we need smart assembly project for 3rd party framework also?
This is very urgent...
Any help would be appreciated....