Hi,
i changed Targeted framework to 4.5 but still the same error:
"CS0246: The type or namespace name 'DataTable' could not be found (are you
missing a using directive or an assembly reference?)"
My web.config file is as follows:
<?xml version="1.0"?><configuration>
<system.web>
<compilation targetFramework="4.5" debug="true"/>
<globalization culture="sl-SI" enableClientBasedCulture="true"
uiCulture="sl-SI"/>
<customErrors mode="Off"/>
<authentication mode="Windows"/>
<identity impersonate="false"/>
<pages controlRenderingCompatibilityVersion="4.0"/>
</system.web>
<connectionStrings>
<add
connectionString="Server=xxx.xxx.xxx.xxx,1433\SQLEXPRESS;Database=;Uid=-;Pwd="
name="mpavlic_Gecko" providerName="System.Data.SqlClient"/>
<add
connectionString="Server=xxx.xxx.xxx.xxx,1433\SQLEXPRESS;Database=;Uid=;Pwd="
name="HEK" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.webServer>
<defaultDocument enabled="true">
<files>
<add value="index.cshtml"/>
</files>
</defaultDocument>
<directoryBrowse enabled="false" showFlags="Date, Time, Size,
Extension, LongDate"/>
</system.webServer></configuration>
I have .NET 4.5 installed.
Do you think there could be something else wrong?
regards, m
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.