I downloaded your code generator and wanted to install. The code generator requires .Net Framework version 1.1.4322. But it doesn't work with .NET framework v2.0 redistributable Beta 1_x86.exe.
My question is why it doesn't work with my redistributable? And if I should download the .Net Framework version 1.1.4322 which one is the right one? Should I download the redistributable or the SDK?
SabrinaJ
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
---------------------------
Error Loading Data Mapping Values
---------------------------
Error Loading Data Mapping Values
---------------------------
OK
---------------------------
after I compile codes I get thies error when I press the generate button. btw u forget to exclude tests with nunit in your code zip file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I finally installed VirtualPC and I was able to test the code generator with .NET Framework 2.0.
To solve the "Error Loading Data Mapping Values"
Please copy:
CodeGenerator > DataManager >
DataTypeManager.xml
DataTypeManager.xsd
Files to the folder of your executable. (i.e. CodeGenerator > Output > Gui > bin > Debug)
About the broken reference of the nunit.framework.
You just have to remove that broken reference and add it again to the one that is the Libraries Folder.
Thanks
V
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I downloaded your code generator and wanted to install. The code generator requires .Net Framework version 1.1.4322. But it doesn't work with .NET framework v2.0 redistributable Beta 1_x86.exe.
My question is why it doesn't work with my redistributable? And if I should download the .Net Framework version 1.1.4322 which one is the right one? Should I download the redistributable or the SDK?
SabrinaJ
same problem here actually I installed it at .net beta 2 but it did not generate any code.
---------------------------
Error Loading Data Mapping Values
---------------------------
Error Loading Data Mapping Values
---------------------------
OK
---------------------------
after I compile codes I get thies error when I press the generate button. btw u forget to exclude tests with nunit in your code zip file.
Hi,
I finally installed VirtualPC and I was able to test the code generator with .NET Framework 2.0.
To solve the "Error Loading Data Mapping Values"
Please copy:
CodeGenerator > DataManager >
DataTypeManager.xml
DataTypeManager.xsd
Files to the folder of your executable. (i.e. CodeGenerator > Output > Gui > bin > Debug)
About the broken reference of the nunit.framework.
You just have to remove that broken reference and add it again to the one that is the Libraries Folder.
Thanks
V