Framework2: Changed Behavior for LICX Files

M

Mark Olbert

I am posting this message to two newsgroups because I don't know which one covers the issue, and I need to get a quick resolution.

I have a custom license provider (actually, a license framework) that I have used successfully in a number of Framework v1.1
projects. Part of what it does is create an encrypted licx file as an embedded resource that gets added to a VS project. The licx
file (and the lic file, for that matter) simply contain an encrypted xml description of the user's license rights, and the terms of
the license (well, actually it's a reference to a class which defines the general terms of the license, but that's not relevant).

Here's the problem: under v1.1 and VS2003 this all worked great.

But under v2 and VS2005 a build action attempts to compile the licx file...which isn't possible, since it isn't source code.
Needless to say, this causes a problem. Also needless to say, it is a royal pain in the butt to have the behavior of development
tools change that much between releases.

I'm particularly surprised that the build process attempts to compile the licx file since it is clearly marked as "Embedded
Resource", which in other situations that I've worked on means it should just be copied, as is, to the assembly.

A speedy resolution to this problem would be greatly appreciated.

- Mark
 
G

Gary Chang[MSFT]

Hi Mark,

Thank you for posting here!

I notice that you have posted the same question in our vsnet.ide newsgroup.
Currently we are performing some research on this issue, I will respond you
there. So please check my answer there and if you need any further
assistance on this particular issue, please reply to me in that thread so I
can follow up with you in time.

Thank you and have a nice day!

Best regards,

Gary Chang
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
M

Mark Olbert

Thanks, Gary, I'll check in the other forum. I wasn't sure where to post the issue.

- Mark
 
G

Gary Chang[MSFT]

You are welcome, Mark!

Have a nice day!

Best regards,

Gary Chang
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 

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