Configuration Settings and CAB files

G

Guest

I have an xml file called Settings.xml in my project. When I tried to build
and launch the application into the device via MSI, it gave me the
"TypeLoadException". I found that Settings/xml file is not found in the
cabfile. But when I buld the cab file using the buidcab under the Build mneu
in the VS .net, I could see the contents of the xml file in the clear text
format, and I could able to load the application using the active sync and
runs properly. Could anyone please explain me what to do to have the
Setting.xml file CAB file when I buid and create the MSI file ? Di Ihave to
add anything specific in my Installer Project ?
 
G

Guest

Thanks John...

I have already found where did I go wrong. I copied and pasted the .inf
and buildcab.bat files before I added the settings.xml file. So the info file
didn't include the settings.xml. Now it is working fine. Thank you very much
for your reply.

Thanks!!
Malathi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top