How to include a file into some other module in .dnn?
Last Post 05/07/2009 1:22 PM by Joseph Craig. 1 Replies.
Author Messages
Snehal
Nuke Newbie
Nuke Newbie
Posts:8


--
05/07/2009 1:46 AM  
Hi....

I developed a Loan Module. In that I used some of webservice which i am calling from IWeb Module (IWeb>IWebMethods>LoanData.vb). This LoanData.vb file i want to place in same IwebMethods Folder while installing. Of course Iweb module should be install first in this case. So how to write lines in Loan.dnn?

If i Write like this in .dnn (only for display purpose i made commet here)

       ' < file >
       '    < path >[app_code]IWebMethods\ < / path >
       '   < name > LoanData.vb< / name >
       '  < / file >

Then ofCourse it will create a file under App_Code>Loan>IWebMethods but i want to add same file under App_Code>IWeb>IWebMethods.

Thx in Advance.
Joseph Craig
DNN MVP
Posts:11667


--
05/07/2009 1:22 PM  
I haven't tried this, but can you just put two entries in the .dnn file? One for each location?

Joe Craig, Patapsco Research Group
Complete DNN Support


---